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