Skip to content

rabbitpy 3.0.0

Choose a tag to compare

@gmr gmr released this 01 Apr 19:27
· 14 commits to main since this release
daef08c

What's Changed

  • Fix deadlock when access is denied during connect. by @dave-shawley in #120
  • Change to use ssl.SSLContext by @aremm in #140
  • Prevent lock-up when connecting to a booting server (#133) by @AndTornes in #134
  • Replace travis CI with Github workflows by @aremm in #143
  • Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot[bot] in #144
  • Fix connection lifecycle, IO shutdown, and integration test env by @gmr in #147
  • Update pamqp dependency to >=4.0,<5.0 by @gmr in #148
  • Add py.typed marker, mypy/basedpyright, and full type annotations by @gmr in #149
  • Restore library API and fix connection lifecycle by @gmr in #151
  • Fix test infrastructure, pamqp 4 compatibility, and runtime bugs by @gmr in #152

New Contributors

Full Changelog: 2.0.1...v3.0.0