pypi asyncpg 0.17.0
asyncpg v0.17.0

latest releases: 0.29.0, 0.28.0, 0.27.0...
5 years ago

Improvements

Official support for Python 3.7.

Bug Fixes

  • Fix garbage collection of connections and emit a ResourceWarning
    if an unclosed connection is garbage collected.
    (by @1st1 in d9a236e for #323)

  • Raise a clear error if there's a race in pool intialization.
    (by @1st1 in 3565ef8 for #320)

  • Channel names in Connection.add_listener() and
    Connection.remove_listener() are now quoted properly.
    (by @sqwishy in 3e6ade6)

  • Fixed endianness detection on *BSD systems.
    (by @elprans in 8c83add for #313)

  • Fixed handling of large type OIDs.
    (by @elprans in 2624bdb for #300)

Don't miss a new asyncpg release

NewReleases is sending notifications on new releases.