oslo.messaging/doc/source/index.rst
Mark McLoughlin b114ccc39a Add release notes for 1.3.0
Also add some missing thanks from 1.3.0a9.

Change-Id: I665e875e4353e8006d13ab3b19ea4e0597a13ae1
2014-03-31 21:34:35 +01:00

5.7 KiB

oslo.messaging

The Oslo messaging API supports RPC and notifications over a number of different messsaging transports.

Contents

transport target server rpcclient notifier notification_listener serializer exceptions opts conffixture

Release Notes

1.3.0

Changes since 1.3.0a9:

  • Expose PublishErrorsHandler in the public API
  • 1288425: Add kombu driver library to requirements.txt
  • 1255239: Add unit tests for the qpid driver
  • 1261631: Add unit test for Qpid reconnect order
  • 1282706: Fixed inconsistent eventlet test failures
  • 1297161: Fixed pep8 failure due to pyflakes bug
  • 1286984: Build log_handler documentation

Thanks to Alex Holden, ChangBo Guo, Clint Byrum, Doug Hellmann, Ihar Hrachyshka, Lance Bragstad and Numan Siddique for their contributions to this release.

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

Thanks to Chet Burgess, Doug Hellmann and Nicolas Simonds for their contributions to this release.

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

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:

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

Thanks to Andreas Jaeger for his contributions to this release.

1.3.0a5

Changes since 1.3.0a3:

Thanks to Dirk Mueller and Sandy Walsh for their contributions to this release.

1.3.0a3

Changes since 1.3.0a2:

  • aliases: Add transport aliases API
  • 1257293: Fix duplicate topic messages for Qpid topology=2
  • 1251757: Fix issue with qpid driver reconnects
  • Add Sample priority to notifier API
  • Remove eventlet related code in amqp driver
  • Significant progress on Python 3 support.
  • Sync some changes from RPC code in oslo-incubator.

Thanks to Chang Bo Guo, Eric Guo, Ihar Hrachyshka, Joe Gordon, Kenneth Giusti, Lance Bragstad, Mehdi Abaakouk, Nikhil Manchanda, Sandy Walsh, Stanislav Kudriashev, Victor Stinner and Zhongyue Luo for their contributions to this release!

1.3.0a2

Changes since 1.3.0a1:

  • logging_and_notification: Notifications can now be sent using a python logging handler.
  • Notifier.warning() was added as an alias of Notifier.warn().
  • Notifier.audit() has been added.
  • 1178375: Support a new qpid topology.
  • TransportURL.hosts is no longer a read-only property.
  • MessagingException now behaves more like normal exceptions.
  • Fix sending of notifications.
  • Many internal cleanups.

Thanks to Chang Bo Guo, Christian Strack, Julien Danjou, Kenneth Giusti and Russell Bryant for their contributions to this release!

1.2.0a1

Indices and tables

  • genindex
  • modindex
  • search