v0.24.0
github-actions
released this
10 Aug 05:27
·
113 commits
to master
since this release
Changes
-
Drop support for Python 3.5 (#777)
(by @and-semakin in da58cd2 for #777) -
Add support for Python 3.10 (#795)
(by @elprans in abf5569 for #795) -
Add support for asynchronous iterables to
copy_records_to_table()
(#713)
(by @elprans in 1d33ff6 for #713) -
Add support for coroutine functions as listener callbacks (#802)
(by @elprans in 41da093 for #802) -
Add support for sslcert, sslkey and sslrootcert parameters to DSN (#768)
(by @jdobes and @elprans in c674e86 for #768) -
Add copy_ wrappers to Pool (#661)
(by @elprans in a6b0f28 for #661) -
Add issubset and issuperset methods to the Range type (#563)
(by @kdorsel in de07d0a for #563)