summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2020-09-01 18:20:51 +0300
committerOmer Katz <omer.drow@gmail.com>2020-09-03 14:56:00 +0300
commit8bd5d7806a444989c78ff7928579ff8410d2b925 (patch)
treeaf5e63367a1c261ead2594652d9a9b2185ff630b
parentad9697ab2eaa97e153211c82e4bad8d655e63591 (diff)
downloadpy-amqp-8bd5d7806a444989c78ff7928579ff8410d2b925.tar.gz
Update changelog.
-rw-r--r--Changelog25
1 files changed, 20 insertions, 5 deletions
diff --git a/Changelog b/Changelog
index 128f850..f3a9d3c 100644
--- a/Changelog
+++ b/Changelog
@@ -5,6 +5,21 @@ py-amqp is fork of amqplib used by Kombu containing additional features and impr
The previous amqplib changelog is here:
http://code.google.com/p/py-amqplib/source/browse/CHANGES
+.. _version-5.0.0b1:
+
+5.0.0b1
+=======
+:release-date: 2020-09-01 6:20 P.M UTC+3:00
+:release-by: Omer Katz
+
+- Dropped Python 3.5 support.
+
+ Contributed by **Omer Katz**
+
+- Removed additional compatibility code.
+
+ Contributed by **Omer Katz**
+
.. _version-5.0.0a1:
5.0.0a1
@@ -49,9 +64,9 @@ error like `pack_into requires a buffer of at least 408736 bytes`.
:release-date: 20-06-01 12.00 P.M UTC+6:00
:release-by: Asif Saif Uddin
-- Implement speedups in cython (#311)
+- Implement speedups in cython (#311)
- Updated some tests & code improvements
-- Separate logger for Connection.heartbeat_tick method
+- Separate logger for Connection.heartbeat_tick method
- Cython generic content (#315)
- Improve documentation a_global parameter of basic_qos() method.
- Fix saving partial read buffer on windows during socket timeout. (#321)
@@ -66,7 +81,7 @@ error like `pack_into requires a buffer of at least 408736 bytes`.
:release-date: 2019-09-30 19.00 P.M UTC+6:00
:release-by: Asif Saif Uddin
-- Fixed a channel issue against a connection already closed
+- Fixed a channel issue against a connection already closed
- Updated some tests & code improvements
@@ -78,8 +93,8 @@ error like `pack_into requires a buffer of at least 408736 bytes`.
:release-by: Asif Saif Uddin
- Ignore all methods except Close and Close-OK when channel/connection is closing
-- Fix faulty ssl sni intiation parameters (#283)
-- Undeprecate auto_delete flag for exchanges. (#287)
+- Fix faulty ssl sni intiation parameters (#283)
+- Undeprecate auto_delete flag for exchanges. (#287)
- Improved tests and testing environments