Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 45c237d

Browse files
authored
Merge pull request nameko#365 from onefinestay/v2.4.2-rc
Release v2.4.2
2 parents 3151d7c + 4e053d2 commit 45c237d

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGES

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ Here you can see the full list of changes between nameko versions. Versions
55
are in form of *headline.major.minor* numbers. Backwards-compatible changes
66
increment the minor version number only.
77

8+
Version 2.4.2
9+
-------------
10+
11+
Released 2016-10-10
12+
13+
* Added support for environment variables in YAML config files
14+
* Enhanced :func:`~nameko.testing.services.entrypoint_waiter`. The new
15+
implementation is backwards compatible but additionally:
16+
- Gives you access to the result returned (or exception raised)
17+
- Adds the ability to wait for a specific result
18+
- Doesn't fire until the worker is completely torn down
19+
820
Version 2.4.1
921
-------------
1022

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

2330
Version 2.4.0
2431
-------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='nameko',
15-
version='2.4.1',
15+
version='2.4.2',
1616
description='A microservices framework for Python that lets service '
1717
'developers concentrate on application logic and encourages '
1818
'testability.',

0 commit comments

Comments
 (0)