File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ Here you can see the full list of changes between nameko versions. Versions
55are in form of *headline.major.minor* numbers. Backwards-compatible changes
66increment 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+
820Version 2.4.1
921-------------
1022
@@ -14,11 +26,6 @@ Released 2016-09-14
1426to 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
2330Version 2.4.0
2431-------------
Original file line number Diff line number Diff line change 1212
1313setup (
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.' ,
You can’t perform that action at this time.
0 commit comments