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

Skip to content

Commit c85a377

Browse files
authored
Merge pull request nameko#615 from nameko/v2.12.0
Describe and bump up version for v2.12.0 release
2 parents 9590793 + 1651a1a commit c85a377

3 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGES

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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.12.0
9+
-------------
10+
11+
Released: 2019-03-18
12+
13+
* Refactor utils so standalone.events does not import eventlet (#580)
14+
* Compatibility with latest dependencies (moto #577, pyyaml and kombu #612)
15+
* Timer now waits for the spawned entrypoint to complete before firing again,
16+
as documented (#579, #303)
17+
* Timer is also improved to avoid drift (#614)
18+
* Hide password in logged amqp uri (#582)
19+
* Docs updates (#587, #591, #276, #596)
20+
* Nameko shell changed to not catch exceptions when used in non-TTY mode
21+
(#597)
22+
823
Version 2.11.0
924
-------------
1025

docs/spelling_wordlist.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ mixin
7878
monolith
7979
monolithic
8080
monospaced
81+
moto
8182
mysqldb
8283
nameko
8384
namespace
@@ -93,6 +94,7 @@ py
9394
pyamqp
9495
pyrabbit
9596
pytest
97+
pyyaml
9698
rabbitmq
9799
rc
98100
reconnected
@@ -138,6 +140,7 @@ timeouts
138140
traceback
139141
tracebacks
140142
transactional
143+
tty
141144
tuple
142145
tuples
143146
twilio
@@ -147,6 +150,7 @@ unregister
147150
unregistered
148151
unregisters
149152
urls
153+
uri
150154
utils
151155
vhost
152156
visualize

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.11.0',
15+
version='2.12.0',
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)