All Versions
41
Latest Version
Avg Release Cycle
77 days
Latest Release
1226 days ago

Changelog History
Page 1

  • v3.8.3 Changes

    November 18, 2020
    • πŸ›  Fixed pip sdist circular dependency [#88] - Thanks Jay Hogg.
    • πŸ›  Fixed basic.consume argument type in documentation [#86] - Thanks TechmarkDavid.
  • v2.10.5 Changes

    • βž• Added support for bulk removing users with the Management Api.
    • βž• Added support to get the Cluster Name using the Management Api.
    • πŸ›  Fixed ConnectionUri to default to port 5761 when using ssl [#119] - Thanks s-at-ik.
  • v2.10.4 Changes

    • πŸ›  Fixed issue with a forcefully closed channel not sending the appropriate response [#114] - Thanks Bernd HΓΆhl.
  • v2.10.3 Changes

    • πŸ›  Fixed install bug with cp1250 encoding on Windows [#112] - Thanks ZygusPatryk.
  • v2.10.2 Changes

    • πŸ›  Fixed bad socket fd causing high cpu usage [#110] - Thanks aiden0z.
  • v2.10.1 Changes

    • πŸ›  Fixed bug with UriConnection not handling amqps:// properly.
    • πŸ‘Œ Improved documentation.
  • v2.10.0 Changes

    • βž• Added Pagination support to Management list calls (e.g. queues list).
    • βž• Added Filtering support to Management list calls.
    • Re-use the requests sessions for Management calls.
    • ⚑️ Updated to use pytest framework instead of nose for testing.
  • v2.9.0 Changes

    • βž• Added support for custom Message implementations - Thanks Jay Hogg.
    • πŸ›  Fixed a bug with confirm_delivery not working after closing and re-opening an existing channel.
    • Re-worked the channel re-use code.
  • v2.8.5 Changes

    • πŸ›  Fixed a potential deadlock when opening a channel with a broken connection [#97] - Thanks mehdigmira.
  • v2.8.4 Changes

    • πŸ›  Fixed a bug in Message.create where it would mutate the properties dict [#92] - Thanks Killerama.