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
- Fix using the otlp exporter and the jager file exporter at the same time by @slinkydeveloper in #631
- Make sure we don't generate spans with negative duration. by @slinkydeveloper in #634
- Provide a knob to configure HTTP/2 keep-alive by @slinkydeveloper in #632
- Fix keepalive documentation by @slinkydeveloper in #635
- Ignore multiple completions for awakeables by @slinkydeveloper in #637
- Remove GitHub actions for building and releasing CLI by @tillrohrmann in #645
- Support gRPC health check service by @slinkydeveloper in #644
- Add /health endpoint in the META REST API by @slinkydeveloper in #647
- Use docs subdomain by @jackkleeman in #650
- Remove "unstable" feature from h2 dependency in restate_invoker_impl package by @tillrohrmann in #651
- ingress_service_invocation -> ingress_invoke $method by @jackkleeman in #656
- Rename timeouts and set abort_timeout to 60s by default by @tillrohrmann in #659
- Rename docker workflow input artifactInsteadOfPush to uploadImageAsTarball by @tillrohrmann in #660
- Don't store requires_ack = true by @slinkydeveloper in #649
- Put Restate under Business Source License by @tillrohrmann in #657
- Remove the Ok variant from UserErrorCode by @tillrohrmann in #662
- Update release documentation by @tillrohrmann in #663
Full Changelog: v0.1.6...v0.1.7