Skip to content

Releases: MagicStack/asyncpg

v0.5.2:

26 Jul 23:53
Compare
Choose a tag to compare
- More API is now properly documented; more examples.
- Pool.acquire() can now be used with 'async with'.
- create_pool() has a new argument - 'setup'.
- New Connection.add_listener() and Connection.remove_listener()
  methods.
- Record.__contains__.
- Bug fixes.