Restate 1.1.3
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.
IMPORTANT: If you upgraded a 1.0.x installation to version 1.1.1, please first upgrade to 1.1.2 or 1.1.3 before attempting a downgrade back to 1.0.2.
This release contains various cherry picked fixes and quality of life improvements from main
while we work on the next minor release.
What's Changed
- Docker images now contain curl for easier health checking (#2006)
- The admin role no longer assumes that the node svc port is 5122 (#2038)
- Various otel improvements including exporting spans for ctx.run operations (#2291)
- HTTP ingress path information including query string is now available as a special header (#2315)
- Kafka ingress now supports talking to brokers over TLS, via a statically linked openssl library (#2292)
Full Changelog: v1.1.2...v1.1.3