1.1.0 - ποΈ Building Better Workflows π
π We're excited to announce the release of version 1.1.0 of the Step Functions library! π
This update includes the addition of mapping transitions πΊοΈ and a StepFunctionBuilder π¨ to make the process of creating Step Functions even easier. We've also cleaned up π§Ή some code, added more documentation π, and included more metadata π in the library's pom.xml file.
Additionally, we've implemented short-termination βΉοΈ when an exception occurs, cancelling all running steps on async functions when it finishes. This enhances the robustness πͺ and resilience π§ of our library for building multiple-step functions with ease.
We believe that this release will further improve the user experience in constructing multiple-step functions and we are always open to your feedback and suggestions π.
Complex workflows made easy - πΆββοΈStep by StepπΆββοΈ with Step Functions.
What's Changed
- README.md updated by @JohanVonElectrum in #5
- Added pom metadata by @JohanVonElectrum in #6
- Map transitions by @JohanVonElectrum in #7
- Builder by @JohanVonElectrum in #8
Full Changelog: 1.0.1...1.1.0