Skip to content

Releases: restatedev/restate

v0.4.0

24 Oct 14:32
Compare
Choose a tag to compare

Breaking changes

New features

  • You can now provide an idempotency key when sending requests to Restate from an external client. This allows to implement end-to-end exactly once processing of requests. See https://docs.restate.dev/services/invocation#invoke-a-service-idempotently.
  • The introspection SQL interface has been expanded with two new tables:
    • sys_invocation_state to inspect the status of in-flight invocations.
    • sys_journal to inspect the invocation journal.
  • External ingress invocation traces now have client socket info

Among the other changes, we've also included a plethora of bug fixes and small improvements.

Enjoy!

Full Changelog: v0.3.0...v0.4.0

v0.3.0

21 Sep 15:31
e7c4339
Compare
Choose a tag to compare

Breaking changes

Due to some breaking changes to the storage format, we recommend existing users to start with a new cluster and wipe all existing state.

Changes

  • New feature: Add Kafka ingress, to read events from Kafka directly in restate services. Check the documentation https://docs.restate.dev/services/sdk/kafka for more details.
  • New feature: Now you can use the function key_to_json in SQL queries to convert the service key to json
  • Improvements: Now GET /service in the Admin API returns more metadata about service methods
  • Various fixes

Full changelog: v0.2.1...v0.3.0

v0.2.1

26 Aug 19:19
3c3c3b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

23 Aug 14:18
e819993
Compare
Choose a tag to compare

Breaking changes

Due to the amount of breaking changes, we recommend existing users to start with a new cluster and wipe all existing state. This release is compatible only with SDK versions starting from 0.2.0 (using the new versioning scheme).

Changes

  • Breaking: Invocation identifiers and Awakeable identifiers now have a new string format, they are shorter and bounded (both around ~30 characters). You can safely include these identifiers in path parameters, or in headers, without any risk to hit size limits. Awakeable identifiers created with a previous release are not compatible with this release.
  • New feature: Implement the dev.restate.Awakeables built-in service, to complete awakeables directly from the ingress
  • New feature: Added support to reject Awakeables, that is completing an awakeable with a failure value.
  • New feature: Added GET /endpoints in the admin api to retrieve the list of registered endpoints
  • Breaking: Modified the DELETE /invocations in the admin api to accept the id of the invocation as path parameter: DELETE /invocations/:invocation_id
  • Breaking: Modified the PartitionKey type to u64
  • Various fixes

Full Changelog: v0.1.7...v0.2.0

v0.1.7

07 Aug 19:08
3e1fa14
Compare
Choose a tag to compare

Overview

  • Adding support for querying the storage via SQL. This allows getting access to the state and status table of the system which helps understanding and debugging the system.

What's Changed

Full Changelog: v0.1.6...v0.1.7

v0.1.6

14 Jul 10:20
d30cb1b
Compare
Choose a tag to compare

Overview

  • Tracing improvements. Now the traces will look more natural, as if they're published by services. Look at the documentation to configure observability.
  • (Breaking) Upgrade and versioning of services. Registering services now works differently, and supports different service revisions. For more details, look at the documentation.

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

27 Jun 08:01
4296470
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4

23 Jun 13:33
a41878a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

05 Jun 14:30
f678cbf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

01 Jun 11:08
48de5f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2