πŸš€v2025.1.14

Changelog

🎯 Core

  • πŸ› CVE Fixes: Updated Go toolchain to 1.26.3 and bumped github.com/gofiber/fiber/v2 to v2.52.13 to resolve CVE-2026-33811, CVE-2026-33814, CVE-2026-39820, CVE-2026-39836, and CVE-2026-42499. Note: fiber is only used transitively by the fileserver plugin, BUG (thanks @dmitryuk)

πŸ“¦ temporal plugin

  • ✨ LocalActivityParams (Go SDK compatibility): Added DataConverter, FailureConverter, and Attempt fields to LocalActivityParams to match the required Go SDK fields, preventing a potential nil-pointer dereference during local activity execution, PR (thanks @xepozz)

  • ⬆️ Temporal deps: go.temporal.io/sdk β†’ v1.43.0, go.temporal.io/api β†’ v1.62.11, go.temporal.io/server β†’ v1.31.0 (bundled via roadrunner-temporal/v5 β†’ v5.11.0).

Last updated