Skip to content

Commit

Permalink
Merge pull request #10 from ibnpaul/amqp-refactor
Browse files Browse the repository at this point in the history
Move changelog to correct location
  • Loading branch information
gmr authored Apr 24, 2017
2 parents 6844245 + dcc03ca commit e6dad15
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
16 changes: 0 additions & 16 deletions CHANGELOG.md

This file was deleted.

16 changes: 15 additions & 1 deletion docs/history.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Version History
===============

`2.0.0`_ Apr 24, 2017
---------------------
- Move Mixin and AMQP client to separate files
- Replace AMQP connection handling code with latest internal version
- Provide ability to register callbacks for ready, unavailable, and persistent failure states
- Remove default AMQP URL from AMQP class, url is now a required parameter for install
- Rename amqp_publish 'message' parameter to 'body'
- Add properties for all AMQP states
- Provide mandatory AMQP properties (app_id, correlation_id, message_id, timestamp) automatically
- Mandatory properties cannot be overridden
- Add unit test coverage for new functionality
- Test execution requires a running AMQP server

`1.0.1`_ Feb 28, 2016
---------------------
- Fixed documentation links and generation.
Expand Down Expand Up @@ -30,7 +43,8 @@ Version History
----------------------
- Initial implementation

.. _Next Release: https://github.com/sprockets/sprockets.amqp/compare/1.0.1...HEAD
.. _Next Release: https://github.com/sprockets/sprockets.amqp/compare/2.0.0...HEAD
.. _2.0.0: https://github.com/sprockets/sprockets.amqp/compare/1.0.1...2.0.0
.. _1.0.1: https://github.com/sprockets/sprockets.amqp/compare/1.0.0...1.0.1
.. _1.0.0: https://github.com/sprockets/sprockets.amqp/compare/0.1.4...1.0.0
.. _0.1.4: https://github.com/sprockets/sprockets.amqp/compare/0.1.3...0.1.4
Expand Down

0 comments on commit e6dad15

Please sign in to comment.