Releases: camunda-community-hub/camunda-space-traders
Releases · camunda-community-hub/camunda-space-traders
5.0
What's Changed
- feat: Update SDK to version 5 by @saig0 in #17
- feat: Add list-waypoints process block by @saig0 in #15
- feat: Extend manual process by @saig0 in #14
SDK version 5 ✨
- feat: Improve default error handling
- Catch all 4xx errors
- Provide error data as variables
- fix: Fulfill contract
Full Changelog: v4.0...v5.0
4.0
3.0
What's Changed 🚀
- feat(sdk): Adjust SDK for version 2.1 by @saig0 in #1
- feat(sdk): Update process blocks to SpaceTraders 2.1 by @saig0 in #3
- feat(sdk): Add manual user-driven process by @saig0 in #6
- feat(sdk): Update SDK to version 3 by @saig0 in #7
SDK version 3 ✨
- feat: API retries
- Allows to configure the number of retries and the retry backoff
- By default, 10 retries with 1 second delay
- feat: Error handling
- Allows to define an error expression
- By default, it throws a BPMN error if the error has a status code 400. The error code of the BPMN error is the name to the SpaceTrader's error code based on the documentation.
- A custom handling can override the default
New Contributors
Full Changelog: v2.0...v3.0