Skip to content

v3.0.0-rc10

Pre-release
Pre-release
Compare
Choose a tag to compare
@mattbennett mattbennett released this 19 Oct 08:44
· 42 commits to v3.0.0-rc since this release

What's Changed

Functional changes

  • Ability to use werkzeug 2x with websockets implementation (#724)
  • Stop unsafe use of YAML parser when loading config files (#723)
  • Stop automatic monkey-patching by Eventlet (#728)
  • Support for disabling event exchange declarations (#731)
  • Provide a way to set AMQP login_method via config (#734)
  • Allow standalone rpc ReplyListener to use custom publisher_options (#718)

Other changes

  • Make a flaky test more reliable (6db7a02)
  • Convert CI to GitHub actions (#716)
  • Run CI on on py3.7 through 3.9 (0c73912)
  • Mark regex string literal as raw string (#690)

New Contributors

Full Changelog: v3.0.0-rc9...v3.0.0-rc10