Skip to content

3.0

Compare
Choose a tag to compare
@saig0 saig0 released this 15 Dec 14:22
· 56 commits to main since this release
4b181c8

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

  • @saig0 made their first contribution in #1

Full Changelog: v2.0...v3.0