All Versions
41
Latest Version
Avg Release Cycle
77 days
Latest Release
1579 days ago
Changelog History
Page 2
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 -
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 -
v2.6.2 Changes
February 02, 2019 -
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.