v1.1.1
Restate 1.1.1
IMPORTANT for SDK-Typescript users: Only when upgrading from 1.0.x to 1.1.x you MUST rediscover all the existing deployments using restate dp register <address> --force
. You don't need to update the SDK, nor change the code.
This is a bug fix release which corrects an issue making the sys_invocation_state
introspection table inaccessible (#1961).
What's Changed
- [Bifrost] Moves LogletOffset to restate-types by @AhmedSoliman in #1927
- [Networking] Allow sending messages through Outgoing by @AhmedSoliman in #1928
- [Bifrost] Move Record to restate-types by @AhmedSoliman in #1929
- use opentelemetry to separate services from runtime traces by @muhamadazmy in #1922
- Fix state_machine teardown in tests by @AhmedSoliman in #1941
- Update release checklist doc by @pcholakov in #1930
- [Bifrost] Move TailState to restate-types by @AhmedSoliman in #1933
- PolyBytes serde by proxy by @AhmedSoliman in #1935
- Testing helpers for networking by @AhmedSoliman in #1936
- Report roles and address on startup by @AhmedSoliman in #1937
- [LogServer] Initial implementation for store path by @AhmedSoliman in #1938
- [LogServer] Support for seal by @AhmedSoliman in #1939
- [LogServer] GetTailInfo message by @AhmedSoliman in #1942
- Add loadtest environment CDK stack by @pcholakov in #1946
- [TestEnv] supporting routing responses back to callers by @muhamadazmy in #1947
- [LogServer] GetRecords basic implementation by @AhmedSoliman in #1944
- [LogServer] Reject stores with no records by @AhmedSoliman in #1945
- [LogServer] Support for trimming loglets by @AhmedSoliman in #1951
- [LogServer] GetLogInfo replaces GetTailInfo by @AhmedSoliman in #1952
- [ReplicatedLoglet] Define Append Messages by @AhmedSoliman in #1956
- [ReplicatedLoglet] ReplicationProperty is failure-domain-aware by @AhmedSoliman in #1959
- Let MultiplexedInvokerStatusReader share state by @tillrohrmann in #1962
Full Changelog: v1.1.0...v1.1.1