Skip to content

Commit

Permalink
v2.8.4 rc (#513)
Browse files Browse the repository at this point in the history
* Update CHANGES

* Release 2.8.4
  • Loading branch information
mattbennett committed Feb 18, 2018
1 parent ee009fa commit f496349
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ Here you can see the full list of changes between nameko versions. Versions
are in form of *headline.major.minor* numbers. Backwards-compatible changes
increment the minor version number only.


Version 2.8.4
-------------

Released: 2018-02-18

* Fixes a bug where the container crashed if the connection to RabbitMQ
was lost while an AMQP entrypoint was running (#511)
* Correction to WorkerContext.immediate_call_id which actually referred
to the id of original call. Adds WorkerContext.origin_call_id to
replicate the previous behaviour.

Version 2.8.3
-------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='nameko',
version='2.8.3',
version='2.8.4',
description='A microservices framework for Python that lets service '
'developers concentrate on application logic and encourages '
'testability.',
Expand Down

0 comments on commit f496349

Please sign in to comment.