Skip to content

Releases: fellowapp/asyncio-connection-pool

v1.0.0 (2024-06-04)

04 Jun 16:57
Compare
Choose a tag to compare

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

Full Changelog: 0.2.0...v1.0.0

0.2.0: Support for async close_connection

20 Dec 21:42
@p7g p7g
365a388
Compare
Choose a tag to compare

This release includes support for async ConnectionStrategy.close_connection methods.

0.1.2: Fixed source and wheel dist builds

08 Dec 15:31
@p7g p7g
875058b
Compare
Choose a tag to compare
fix wheel and source dist builds

0.1.1: Readme updates and py.typed file

08 Dec 03:45
@p7g p7g
658176c
Compare
Choose a tag to compare
  • Added some more documentation to the readme
  • Added a py.typed file for mypy support

0.1.0

08 Dec 03:04
@p7g p7g
6c12e20
Compare
Choose a tag to compare
initial commit