Nameko v3.0.0-rc6 Release Notes

Release Date: 2019-03-19 // about 5 years ago
    • Test helpers container_factory and runner_factory now take custom config argument (as they used to in Nameko 2.X). Config patch is applied if a config dictionary is passed to these factories. (#610)
    • CLI got new -c alternative to --config option (#605)
    • ๐Ÿ”จ Refactor utils so standalone.events does not import eventlet (#580)
    • โœ… Compatibility with latest dependencies (moto #577, pyyaml and kombu #612)
    • Timer now waits for the spawned entrypoint to complete before firing again, as documented (#579, #303)
    • Timer is also improved to avoid drift (#614)
    • Hide password in logged amqp uri (#582)
    • ๐Ÿ“„ Docs updates (#587, #591, #276, #596)
    • Nameko shell changed to not catch exceptions when used in non-TTY mode (#597)