Skip to content

v1.2.0: Spring Boot and revamped testing tools

Latest
Compare
Choose a tag to compare
@slinkydeveloper slinkydeveloper released this 20 Nov 10:22
· 15 commits to main since this release
17acfc4

We're pleased to announce the release of the Java SDK 1.2.0

New features

Notable changes

  • The ctx.run with RetryPolicy has been promoted to stable feature, check the Javadocs for more details.
  • You can now use checked exceptions within your @Handler annotated methods.

Breaking changes

  • Bumped minimum JDK version to 17
  • This release is not bytecode compatible with previous releases, meaning you can't mix the annotation processor generated code from SDK <= 1.2.0 with this release.
  • This release is compatible with Restate >= 1.1

Changelog

Full Changelog: v1.1.1...v1.2.0