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

Changelog History
Page 2

  • v2.8.3 Changes

    • 🛠 Fixed pip sdist circular dependency [#88] - Thanks Jay Hogg.
    • 🛠 Fixed basic.consume argument type in documentation [#86] - Thanks TechmarkDavid.
  • v2.8.2 Changes

    October 08, 2020
    • Retry on SSLWantReadErrors [#82] - Thanks Bernhard Thiel.
    • Added getter/setter methods for Message properties expiration, message_type and user_id [#86] - Thanks Jay Hogg.
  • v2.8.1 Changes

    June 27, 2020
    • 📚 Cleaned up documentation.
  • v2.8.0 Changes

    June 09, 2020
    • Introduced a new channel function called check_for_exceptions.
    • 🛠 Fixed issue where publish was successful but raises an error because connection was closed [#80] - Thanks Pavol Plaskoň.
    • ⚡️ Updated SSL handling to use the non-deprecated way of creating a SSL Connection [#79] - Thanks Carl Hörberg from CloudAMQP.
    • 0️⃣ Enabled SNI for SSL connections by default [#79] - Thanks Carl Hörberg from CloudAMQP.
  • v2.7.2 Changes

    December 02, 2019
    • ➕ Added ability to override client_properties [#77] - Thanks tkram01.
  • v2.7.1 Changes

    June 16, 2019
    • 🛠 Fixed Connection close taking longer than intended when using SSL [#75]- Thanks troglas.
    • 🛠 Fixed an issue with closing Channels taking too long after the server initiated it.
  • v2.7.0 Changes

    April 13, 2019
    • ➕ Added support for passing your own ssl context [#71] - Thanks troglas.
    • 👌 Improved logging verbosity on connection failures [#72] - Thanks troglas.
    • 🛠 Fixed occasional error message when closing a SSL connection [#68] - Thanks troglas.
  • v2.6.2 Changes

    February 02, 2019
    • 0️⃣ Set default TCP Timeout to 10s on UriConnection to match Connection [#67] - Thanks josemonteiro.
    • 🛠 Internal RPC Timeout for Opening and Closing Connections are now set to a fixed 30s [#67] - Thanks josemonteiro.
  • v2.6.1 Changes

    December 28, 2018
    • 🛠 Fixed minor issue with the last channel id not being available.
  • v2.6.0 Changes

    December 28, 2018
    • Re-use closed channel ids [#55] - Thanks mikemrm.
    • 🔄 Changed Poller Timeout to be a constant.
    • 👌 Improved Connection Close performance.
    • Channels is now a publicly available variable in Connections.