Changelog

0.8.1 (2026-06-07)

Bug Fixes

0.8.0 (2026-06-06)

Features

  • python3.9 support dropped, python3.14 support added. (8d625f5)

0.7.0 (2023-12-09)

Features

  • asyncpg connection manager added.

0.6.1 (2023-10-06)

Bug Fixes

  • some refactoring done.

0.6.0 (2023-10-05)

Features

  • python 3.12 support added.

0.5.0 (2023-08-17)

Features

  • unix socket managers implemented.

0.4.1 (2023-08-16)

Bug Fixes

  • aliveness checking extracted to mixins.

0.4.0 (2023-08-15)

Features

  • socket connection manager aliveness check added.

  • shared lock bug fixed.

0.3.0 (2023-08-10)

Features

  • refactoring done.

0.2.0 (2023-04-19)

Features

  • socket_timeout contex manager works with ssl sockets.

  • graceful_timeout default set to 0.

  • connection release bug fixed.

0.1.1 (2023-03-17)

Bug Fixes

  • Contrib bugs fixed.

0.1.0 (2023-03-15)

Features

  • Initial release.