Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 2.88 KB

File metadata and controls

66 lines (41 loc) · 2.88 KB

Changelog

All notable changes to this project will be documented in this file.

[Unreleased]

Changed

  • Refresh declared dependency ranges (including dev tools) to current releases.

Removed

  • Remove consume() API from Consumer and AsyncConsumer in #96. Use message_handler parameter with connection.consumer() instead.

0.6.0 - 2026-03-17

Changed

  • Update packaging version to 24.2 by @TR0NZ0D in #100

0.5.0 - 2025-02-16

Added

  • Implement pre-settled by @Gsantomaggio in #94

Changed

  • Rename Consumer Feature to Consumer SettleStrategy by @Gsantomaggio in #98

Deprecated

  • Deprecate consume API by @Gsantomaggio in #97. Use message handler instead of consume() API.

Breaking changes

  • Minor breaking change in #98: unify all the AMQP 1.0 clients' interfaces.

0.4.1 - 2025-01-14

Added

  • Implement consumer offset datetime by @Gsantomaggio in #92
  • Bump urllib3 from 2.6.0 to 2.6.3 in #93

0.3.0 - 2025-18-11

Added

  • Add asynchronous interface by @dadodimauro in #86

0.4.0 - 2025-16-12

Added

  • Implement Direct Reply To Feature in #87
  • Add and RPC example using direct reply queue in #89
  • Bump urllib3 from 2.5.0 to 2.6.0 in #90