This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
Releases: restatedev/proto
Releases · restatedev/proto
v0.7.0
Full Changelog: v0.6.0...v0.7.0
0.6.0
Restrict event key type (#31) * Update Event.ordering_key type to restrict it to `string` * Update FieldType documentation
0.5.0
Full Changelog: v0.4.0...v0.5.0
0.4.0: Simplify Events
Breaking changes:
- We've simplified the definition of service contracts for event handlers. Check https://docs.restate.dev/services/sdk/kafka for more details.
- Modified the contract of
IngressRequest
0.3.0: Added Event types
v0.3.0 Add Event, KeyedEvent and StringKeyedEvent types (#27)
First public release
First public release of the Restate protobuf descriptors. This repository contains the definition of Restate extensions, to define Restate services, and Restate built-in services.