asyncpg v0.17.0 Release Notes

Release Date: 2018-07-10 // over 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)