Releases: restatedev/sdk-python
Releases · restatedev/sdk-python
v0.18.1
- PR 198 Fixed race condition in LangChain integration
Full Changelog: v0.18.0...v0.18.1
v0.18.0
v0.17.1
What's Changed
Full Changelog: v0.17.0...v0.17.1
v0.17.0
What's Changed
- Use WarpBuild runners for CI workflows by @tillrohrmann in #185
- Introduce RetryableError by @hatstand in #184
- Add a RestateTracer and RestateTracerProvider for AI observability by @gvdongen in #187
New Contributors
Full Changelog: v0.16.0...v0.17.0
v0.16.0
What's Changed
- Pydantic AI integration: upgrade pydantic ai library to 1.68.0. Disable autowrapping tools in ctx.run. Default retry strategy for LLM calls is now 10 attemps with 1 second minimum interval.
- Google ADK integration: Added RestateEventsSummarizer to wrap LLM summarization calls in durable steps and added flushing compaction events in append_event to Restate.
Bug fixes
- fix: #175 BidiStream SIGTERM causes CPU hot loop and pod stuck in Terminating by @brightsparc in #176
- Bump shared core, bump max protocol version, update feature matrix by @slinkydeveloper in #183
New Contributors
- @brightsparc made their first contribution in #176
Full Changelog: v0.15.0...v0.16.0
v0.15.0
What's Changed
- Support zstd compression in python 3.14+ by @jackkleeman in #174
Full Changelog: v0.14.2...v0.15.0
v0.14.2
What's Changed
- Update shared core by @slinkydeveloper in #170
- Fix stacktrace propagation inside ctx.run by @slinkydeveloper in #171
Full Changelog: v0.14.0...v0.14.2
v0.14.0
What's Changed
- doc: fix various typos by @didier-durand in #168
- Add pydantic ai by @igalshilman in #167
- [extensions] Avoid global state in the ADK plugin by @igalshilman in #169
New Contributors
- @didier-durand made their first contribution in #168
Full Changelog: v0.13.2...v0.14.0
v0.13.2
What's Changed
- OpenAI integration: DurableRunner with LLM retry opts and lazy session flushing by @gvdongen in #164
- Add explicit tool execution synchronization by @igalshilman in #165
- Cancel subsequent tools by @igalshilman in #166
Full Changelog: v0.13.1...v0.13.2