rabbitpy 3.0.0
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
- @dave-shawley made their first contribution in #120
- @aremm made their first contribution in #140
- @AndTornes made their first contribution in #134
- @dependabot[bot] made their first contribution in #144
Full Changelog: 2.0.1...v3.0.0