Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-10-19 | 1.3 kB | |
Release 2.14.0.tar.gz | 2021-10-19 | 181.0 kB | |
Release 2.14.0.zip | 2021-10-19 | 243.5 kB | |
Totals: 3 Items | 425.8 kB | 0 |
What's Changed
Functional changes
- Ability to use werkzeug 2x with websockets implementation (https://github.com/nameko/nameko/pull/724)
- Stop unsafe use of YAML parser when loading config files (https://github.com/nameko/nameko/pull/722)
- Stop automatic monkey-patching by Eventlet (https://github.com/nameko/nameko/pull/727)
- Support for disabling event exchange declarations (https://github.com/nameko/nameko/pull/730)
- Provide a way to set AMQP login_method via config (https://github.com/nameko/nameko/pull/713)
Other changes
- Make a flaky test more reliable (https://github.com/nameko/nameko/pull/704)
- Convert CI to GitHub actions (https://github.com/nameko/nameko/pull/715)
- A couple of docs fixes (https://github.com/nameko/nameko/pull/710, https://github.com/nameko/nameko/pull/683)
- Run CI on on py3.7 through 3.9 (https://github.com/nameko/nameko/pull/726)
New Contributors
- @timgates42 made their first contribution in https://github.com/nameko/nameko/pull/710
- @bright-pan made their first contribution in https://github.com/nameko/nameko/pull/683
- @skycastlelily made their first contribution in https://github.com/nameko/nameko/pull/713
Full Changelog: https://github.com/nameko/nameko/compare/v2.13.0...v2.14.0