🚀 IMPORTANT: This is the first SDK-Go release that supports the 1.0.0 implementation of the Serverless Workflow Specification. Please refer to the Specification repository for details.
What's Changed
- Fix #222 - Basic raw implementation for DSL 1.0.0 by @ricardozanini in #224
- chores: upgrade golang.org/x/net to v0.37.0 by @ricardozanini in #228
- Fix #229 - Refactor JQ Expr processing and For Implementation by @ricardozanini in #231
- Fix #233 - Add support to 'switch' task by @ricardozanini in #234
- Refactoring run method by @fjtirado in #236
- chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot in #237
- Fix #238 - Add support to fork task by @ricardozanini in #240
- fix: Endpoint configuration should also accept expressions by @bakjos in #225
New Contributors
Full Changelog: v3.0.0...v3.1.0