Releases: dapr/durabletask-python
Releases · dapr/durabletask-python
v0.2.0-alpha.4
What's Changed
Sync with upstream
- Protos are compiled with gRPC 1.62.3 / protobuf 3.25.X instead of the latest release. This ensures compatibility with a wider range of grpcio versions for better compatibility with other packages / libraries (#36)
- Http and grpc protocols and their secure variants are stripped from the host name parameter if provided. Secure mode is enabled if the protocol provided is https or grpcs (#38 - by [@berndverst)(https://github.com/berndverst)
Full Changelog: v0.2.0-alpha.3...v0.2.0-alpha.4
Release v0.2.0-alpha.3
Get version from tag instead of hardcoding it (#3) Signed-off-by: Elena Kolevska <[email protected]>
Release v0.2.0-alpha.2
Adds build package (#2) Signed-off-by: Elena Kolevska <[email protected]>
Release v0.2.0-alpha.1
Sets up CI for publishing package to pypy (#1) * Sets up CI for publishing to pypy Signed-off-by: Elena Kolevska <[email protected]> * mention fork in the readme page Signed-off-by: Elena Kolevska <[email protected]> --------- Signed-off-by: Elena Kolevska <[email protected]>