summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatus Valo <matusvalo@users.noreply.github.com>2018-03-12 16:18:14 +0100
committerGitHub <noreply@github.com>2018-03-12 16:18:14 +0100
commitbbc345016c445fb4e49d85e4065e3f4a77e31ee7 (patch)
treedb096388f12639072279fcedede3f587d38c0b23
parentc78417045f9709adb4917c8bd369d044731afdba (diff)
downloadlibrabbitmq-bbc345016c445fb4e49d85e4065e3f4a77e31ee7.tar.gz
Update Changelog
-rw-r--r--Changelog28
1 files changed, 27 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index a8c8188..cb6d15a 100644
--- a/Changelog
+++ b/Changelog
@@ -7,7 +7,33 @@
.. contents::
:local:
-.. _version-1.6.1:
+.. _version-2.0.0:
+
+2.0.0
+=====
+:release-date: TBD
+
+- rabbitmq-c submodule is moved from https://github.com/ask/rabbitmq-c.git to official repository
+ https://github.com/alanxz/rabbitmq-c and version is bumped to version 0.8.0 (caad0ef1533783729c7644a226c989c79b4c497b)
+
+- rabbitmq-codegen submodule is removed
+
+- Added support of cPython 3.4, 3.5, 3.6
+
+- Dropped support of cPython <= 2.6
+
+- librabbitmq is calling callback function with payload as memoryview instead of old style buffer
+
+- Library six is added as a requirement
+
+- Updated unittests and benchmark. Removed dependency to nose library.
+
+- AMQP client properties are exposed when connecting to RMQ broker
+
+- Empty message bodies are allowed
+
+- In recv, make sure all frames are read from the same channel
+
1.6.1
=====