summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-03-28 15:34:49 +0000
committerGerrit Code Review <review@openstack.org>2014-03-28 15:34:49 +0000
commit2a08832c72a2a4b6d0ee10b9d62473903d5f463f (patch)
tree83ccb581d5b3ba72e54c17e67245d5e541225a45
parent27e4a0da8b0c6191145953bd7639b7318b48b6e8 (diff)
parent00e8f61fbeb5a96e969a00f3491bcba09dbbdbec (diff)
downloadoslo-messaging-2a08832c72a2a4b6d0ee10b9d62473903d5f463f.tar.gz
Merge "Add release notes up to 1.3.0a9"
-rw-r--r--doc/source/index.rst79
1 files changed, 79 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 19156ba..338c336 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -24,6 +24,85 @@ Contents
Release Notes
=============
+1.3.0a9
+-------
+
+Changes since 1.3.0a8:
+
+* 856764_: Handle RabbitMQ consumer cancel notifications
+* 856764_: Slow down RabbitMQ reconnection attempts
+* 1287542_: Fix issue with duplicate SSL config options registered
+
+.. _856764: https://bugs.launchpad.net/oslo.messaging/+bug/856764
+.. _1287542: https://bugs.launchpad.net/oslo.messaging/+bug/1287542
+
+1.3.0a8
+-------
+
+Changes since 1.3.0a7:
+
+* notification_listener_: More notification listener API additions
+* log_handler_: Add notifier log handler
+* 1282038_: Fix Qpid driver regression
+* 1276163_: Fix ExpectedException handling
+* 1261631_: Fix RabbitMQ and Qpid reconnection behaviour
+* 1269890_: Support different RabbitMQ login methods
+* 1277168_: Switch from oslo.sphinx to oslosphinx
+* Convert to oslo.test library
+* Improve configuration help strings
+
+.. _notification_listener: https://blueprints.launchpad.net/oslo.messaging/+spec/notification-subscriber-server
+.. _log_handler: https://blueprints.launchpad.net/oslo.messaging/+spec/log-handler
+.. _1282038: https://bugs.launchpad.net/oslo.messaging/+bug/1282038
+.. _1276163: https://bugs.launchpad.net/oslo.messaging/+bug/1276163
+.. _1261631: https://bugs.launchpad.net/oslo.messaging/+bug/1261631
+.. _1269890: https://bugs.launchpad.net/oslo.messaging/+bug/1269890
+.. _1277168: https://bugs.launchpad.net/oslo.messaging/+bug/1277168
+
+Thanks to Andreas Jaeger, Ben Nemec, Dirk Mueller, Doug Hellmann,
+Flavio Percoco, Ihar Hrachyshka, Jeremy Hanmer, Joe Harrison,
+Kurt Griffiths, Lance Bragstad, Mehdi Abaakouk and Xavier Queralt
+for their contributions to this release.
+
+1.3.0a7
+-------
+
+Changes since 1.3.0a6:
+
+* notification_listener_: Add notification listener API
+* 1272271_: Fix regression in RabbitMQ reconnection support
+* 1273455_: Remove use of deprecated stevedore API
+
+.. _notification_listener: https://blueprints.launchpad.net/oslo.messaging/+spec/notification-subscriber-server
+.. _1272271: https://bugs.launchpad.net/oslo.messaging/+bug/1272271
+.. _1273455: https://bugs.launchpad.net/oslo.messaging/+bug/1273455
+
+Thanks to Ala Rezmerita, Doug Hellmann and Mehdi Abaakouk for their
+contributions to this release.
+
+1.3.0a6
+-------
+
+Changes since 1.3.0a5:
+
+* 1241566_: Enable sample config file generator include oslo.messaging options
+
+.. _1241566: https://bugs.launchpad.net/oslo.messaging/+bug/1241566
+
+Thanks to Andreas Jaeger for his contributions to this release.
+
+1.3.0a5
+-------
+
+Changes since 1.3.0a3:
+
+* routing_notifier_: Add a routing notifier
+
+.. _routing_notifier: http://blueprints.launchpad.net/oslo.messaging/+spec/configurable-notification
+
+Thanks to Dirk Mueller and Sandy Walsh for their contributions to this
+release.
+
1.3.0a3
-------