Skip to content

Commit

Permalink
Merge pull request #365 from onefinestay/v2.4.2-rc
Browse files Browse the repository at this point in the history
Release v2.4.2
  • Loading branch information
mattbennett committed Oct 10, 2016
2 parents 3151d7c + 4e053d2 commit 45c237d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 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.4.2
-------------

Released 2016-10-10

* Added support for environment variables in YAML config files
* Enhanced :func:`~nameko.testing.services.entrypoint_waiter`. The new
implementation is backwards compatible but additionally:
- Gives you access to the result returned (or exception raised)
- Adds the ability to wait for a specific result
- Doesn't fire until the worker is completely torn down

Version 2.4.1
-------------

Expand All @@ -14,11 +26,6 @@ Released 2016-09-14
to allow easy usage of WSGI middleware and modifications of the WSGI server.
* Enhanced :func:`~nameko.testing.services.replace_dependencies` to allow
specific replacement values to be provided with named arguments.
* Enhanced :func:`~nameko.testing.services.entrypoint_waiter`. The new
implementation is backwards compatible but additionally:
- Gives you access to the result returned (or exception raised)
- Adds the ability to wait for a specific result
- Doesn't fire until the worker is completely torn down

Version 2.4.0
-------------
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.4.1',
version='2.4.2',
description='A microservices framework for Python that lets service '
'developers concentrate on application logic and encourages '
'testability.',
Expand Down

0 comments on commit 45c237d

Please sign in to comment.