All notable changes to this project will be documented in this file.
- Refresh declared dependency ranges (including dev tools) to current releases.
- Remove
consume()API fromConsumerandAsyncConsumerin #96. Usemessage_handlerparameter withconnection.consumer()instead.
[0.6.0]
- Update packaging version to 24.2 by @TR0NZ0D in #100
[0.5.0]
- Implement pre-settled by @Gsantomaggio in #94
- Rename Consumer Feature to Consumer SettleStrategy by @Gsantomaggio in #98
- Deprecate consume API by @Gsantomaggio in #97. Use message handler instead of
consume()API.
- Minor breaking change in #98: unify all the AMQP 1.0 clients' interfaces.
[0.4.1]
[0.3.0]
- Add asynchronous interface by @dadodimauro in #86