Skip to content

Restate 1.0

Latest
Compare
Choose a tag to compare
@slinkydeveloper slinkydeveloper released this 07 Jun 08:04
· 5 commits to main since this release
fd335fb

We're happy to announce that Restate has reached the 1.0 milestone!

Check the Restate 1.0 release for more details.

Workflow API

We have introduced a new API to simplify building workflows, check out the documentation: https://docs.restate.dev/develop/java/workflows

Breaking changes from 0.9

  • Split CoreSerdes in JsonSerdes for the json primitive types and move RAW, BYTE_BUFFER AND VOID into the Serde interface by @slinkydeveloper in #330
  • Remove protobuf from the public api of sdk-common by @slinkydeveloper in #321
  • Rename the ingress client and the connect method by @slinkydeveloper in #336

Other changes

Full Changelog: v0.9.2...v1.0.0