asyncpg v0.21.0 Release Notes

Release Date: 2020-08-10 // over 3 years ago

Previous changes from v0.20.0

  • ๐Ÿ‘Œ Improvements

    ๐Ÿ‘Œ Support Python 3.8
    (by @1st1 in #504)

    ๐Ÿ‘Œ Support PgBouncer by sending only a single SYNC message per query
    (by @fvannee in b043fbd)

    ๐Ÿ› Bug Fixes

    ๐Ÿ– Handle IP values with prefix in "inet" type as ipaddress.IPvXInterface
    (by @elprans in 5a4daf7 for #497)

    Close transport if connection times out
    (by @hexrain in 926f483 for #468)

    ๐Ÿ‘‰ Use faster UUID codecs; make UUID decoding/encoding/operations 2-7x faster
    (by @1st1 in edde3ff)

    โฌ†๏ธ Use loop.start_tls() to upgrade connections to SSL
    (by @1st1 in bdba7ce)

    ๐Ÿ— Build

    • โฌ†๏ธ Bump Cython to 0.29.14
      (by @1st1 in 7cb31bc)