Skip to content

Releases: camunda-community-hub/camunda-space-traders

5.0

07 Feb 13:52
b6bc313
Compare
Choose a tag to compare

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

15 Dec 14:57
ff8d15e
Compare
Choose a tag to compare
4.0

What's Changed

  • fix(sdk): Fix default error handling by @saig0 in #8

SDK version 4 🐛

  • fix: Error handling
    • Correct the error exception for successful API calls

Full Changelog: v3.0...v4.0

3.0

15 Dec 14:22
4b181c8
Compare
Choose a tag to compare

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