Releases: fellowapp/asyncio-connection-pool
Releases · fellowapp/asyncio-connection-pool
v1.0.0 (2024-06-04)
This release removes support for redis, since redis includes its own connection pooling capabilities.
What's Changed
- Add hiring link as badge in README by @gantoine in #6
- Fix reporting burst limit reached when it was not by @p7g in #7
- ci: add py 3.11 & 3.12 by @iloveitaly in #11
- Fix ConnectionStrategy.make_connection return type by @p7g in #12
- Update packaging + CI, switch aioredis -> redis by @sciyoshi in #13
New Contributors
- @gantoine made their first contribution in #6
- @iloveitaly made their first contribution in #11
- @sciyoshi made their first contribution in #13
Full Changelog: 0.2.0...v1.0.0
0.2.0: Support for async close_connection
This release includes support for async ConnectionStrategy.close_connection
methods.
0.1.2: Fixed source and wheel dist builds
fix wheel and source dist builds
0.1.1: Readme updates and py.typed file
- Added some more documentation to the readme
- Added a
py.typed
file for mypy support