Releases: rabbitmq/rabbitmq-amqp-python-client
Releases · rabbitmq/rabbitmq-amqp-python-client
v0.5.0
What's Changed
- Implement pre-settled by @Gsantomaggio in #94
- Add missing test for pre-settled by @Gsantomaggio in #95
- Deprecate consume API by @Gsantomaggio in #97
- Rename Consumer Feature to Consumer SettleStrategy by @Gsantomaggio in #98
Breaking changes
- Minor breaking change in #98. Unify all the AMQP 1.0 clients' interfaces.
Deprecation
- Deprecate consume API by @Gsantomaggio in #97
Use message handler instead of consume() api
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- Implement consumer offset datetime by @Gsantomaggio in #92
- Bump urllib3 from 2.6.0 to 2.6.3 by @dependabot[bot] in #93
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Implement Direct Reply To Feature by @Gsantomaggio in #87
- Add and RPC example using direct reply queue by @Gsantomaggio in #89
- Bump urllib3 from 2.5.0 to 2.6.0 by @dependabot[bot] in #90
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Add asynchronous interface by @dadodimauro in #86
New Contributors
- @dadodimauro made their first contribution in #86
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Check server version on connection open by @Zerpet in #74
- refactor consumer stream options by @Gsantomaggio in #75
- Stream filters: Filter for message properties by @Gsantomaggio in #77
- implement application properties filter by @Gsantomaggio in #78
- Add more tests for application properties filters by @Gsantomaggio in #79
- implement SQL Filter by @Gsantomaggio in #80
- refactor consumer option to validate the version by @Gsantomaggio in #81
- Fix a debug logging message by @ryanhiebert in #82
- Set message durable as default by @Gsantomaggio in #71
- Force message durable to True by @Gsantomaggio in #85
New Contributors
- @Zerpet made their first contribution in #74
- @ryanhiebert made their first contribution in #82
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- TLS mac documentation by @Gsantomaggio in #68
- Strip the CRL server from the certificates again by @Darsstar in #67
- Add vhost support by @effedib in #70
New Contributors
Full Changelog: v0.1.0-rc.1...v0.1.0
v0.1.0-rc.1
What's Changed
- Breaking change: Use Data Section by Default instead of AMQPValue for the message creation by @Gsantomaggio in #63
- remove documentation duplication [skip ci] by @Gsantomaggio in #65
Full Changelog: v0.1.0-beta.3...v0.1.0-rc.1
v0.1.0-beta.3
What's Changed
- adding typing_extensions in the dependencies by @DanielePalaia in #62
Full Changelog: v0.1.0-beta.2...v0.1.0-beta.3
v0.1.0-beta.2
What's Changed
- Auth integration by @DanielePalaia in #57
- 0.1.0-beta.2 by @DanielePalaia in #59
Full Changelog: v0.1.0-beta.1...v0.1.0-beta.2
v0.1.0-beta.1
What's Changed
- Platform specific TLS/SSL configuration context by @Darsstar in #53
- Improve reconnection by @DanielePalaia in #52
- review logs by @DanielePalaia in #54
- improving stream options API by @DanielePalaia in #55
- 0.1.0-beta.1 by @DanielePalaia in #56
New Contributors
Full Changelog: v0.1.0-alpha.4...v0.1.0-beta.1