v0.9.0 #176
anuraaga
announced in
Announcements
v0.9.0
#176
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
BREAKING CHANGE: PyPI package renamed to
connectrpcThis is the last version being published as the
connect-pythonpackage - we are migrated toconnectrpcas part of this release to match the same code you write with it and will only publish future versions toconnectrpc. We will update these release notes after it's complete, and them make sure to update your dependency specifications toconnectrpc.This release includes a significant rework to compression handling - now, it is possible to implement custom compression methods or configure defaults with custom parameters. This release also allows configuring the supported compression methods for a server rather than automatically inspecting from application dependencies. Defaults now match other Connect implementations, only enabling
gzipby default.We have also added some other small enhancements like gRPC-Web support and improved debugging.
☢️ Breaking changes
Pass compressions rather than strings when configuring the client
Before:
After:
To configure a client to use gRPC protocol, pass
protocol=ProtocolType.GRPCinstead ofgrpc=TrueBefore:
After:
Metadata interceptors now accept
Error | Noneinon_endBefore:
After:
📈 Enhancements
🛠️ Bug fixes
New Contributors
Full Changelog: v0.8.1...v0.9.0
This discussion was created from the release v0.9.0.
Beta Was this translation helpful? Give feedback.
All reactions