forked from pool/python-asyncpg
- Update to 0.26.0:
* Changes
-------
* Add support to use awaitable object in password function. (#889)
(by @kwarunek in fb3b6bf7 for #889)
* Support direct TLS connections (i.e. no STARTTLS) (#923)
(by @jackwotherspoon in f2a937d2 for #923)
* Fixes
-----
* Fix invalid `pyproject.toml` (#900)
(by @Rongronggg9 in eddb649c for #900)
* Add record_class parameter Pool.fetch and Pool.fetchrow (#896)
(by @baltitenger in 2519cf38 for #896)
* Domain basetypes are introspected (#886) (#887)
(by @QuantumTM in cca4a2d3 for #886)
* Properly handle exceptions raised while handling server auth messages (#862)
(by @elprans in bd192623 for #862)
OBS-URL: https://build.opensuse.org/request/show/992741
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncpg?expand=0&rev=8
113 lines
4.5 KiB
Plaintext
113 lines
4.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Aug 4 08:57:47 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>
|
|
|
|
- Update to 0.26.0:
|
|
* Changes
|
|
-------
|
|
* Add support to use awaitable object in password function. (#889)
|
|
(by @kwarunek in fb3b6bf7 for #889)
|
|
* Support direct TLS connections (i.e. no STARTTLS) (#923)
|
|
(by @jackwotherspoon in f2a937d2 for #923)
|
|
* Fixes
|
|
-----
|
|
* Fix invalid `pyproject.toml` (#900)
|
|
(by @Rongronggg9 in eddb649c for #900)
|
|
* Add record_class parameter Pool.fetch and Pool.fetchrow (#896)
|
|
(by @baltitenger in 2519cf38 for #896)
|
|
* Domain basetypes are introspected (#886) (#887)
|
|
(by @QuantumTM in cca4a2d3 for #886)
|
|
* Properly handle exceptions raised while handling server auth messages (#862)
|
|
(by @elprans in bd192623 for #862)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 23 16:35:31 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 23 16:30:52 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.25.0:
|
|
* Improve SSL option compatibility in URIs
|
|
* Add Pool methods to determine its min, max, current and idle size
|
|
* Make it possible to specify a statement name in Connection.prepare()
|
|
* Implement support for multirange types
|
|
* Make sure timeout callbacks always get cleaned up
|
|
* Update __all__ statements to a simpler form that is better supported by typecheckers
|
|
* Fix test_timetz_encoding on Python 3.10
|
|
* Fix a bunch of ResourceWarnings in the test suite
|
|
* Fix SSLContext deprecation warnings
|
|
* Fix the description of the database argument to connect()
|
|
* Fix parsing of IPv6 addresses in the connection URI
|
|
* Improve diagnostics of invalid executemany() input
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 17 14:19:32 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to 0.24.0
|
|
* Drop support for Python 3.5 (#777)
|
|
* Add support for Python 3.10 (#795)
|
|
* Add support for asynchronous iterables to
|
|
copy_records_to_table() (#713)
|
|
* Add support for coroutine functions as listener callbacks
|
|
(#802)
|
|
* Add support for sslcert, sslkey and sslrootcert parameters to
|
|
DSN (#768)
|
|
* Add copy_ wrappers to Pool (#661)
|
|
* Add issubset and issuperset methods to the Range type (#563)
|
|
* Break connection internal circular reference (#774)
|
|
* Make Server Version Extraction More Flexible (#778)
|
|
- Release 0.23.0
|
|
* Avoid TypeError in Transaction.__repr__ (#703)
|
|
* Feed memoryview to writelines() (#715)
|
|
* Add sslmode=allow support and fix =prefer retry (#720)
|
|
* Loosen message test in test_invalid_input (#751)
|
|
* Support readonly and deferrable for non-serializable
|
|
transactions (#747)
|
|
* Fix asyncpg with Py_DEBUG mode (#719)
|
|
* Fix docs/Makefile and docs/_static/theme_overrides.css missing
|
|
from PyPI package (#708)
|
|
- Reactivate python36: uvloop for testing is optional
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 17 07:01:53 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Do not build for python 3.6: the required dependency uvloop does
|
|
no longer support Python 3.6 since version 0.16.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 3 20:51:42 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.22.0:
|
|
* Add support for connection termination listeners
|
|
* Add support for password functions (useful for RDS IAM auth)
|
|
* Fix possible uninitalized pointer access on unexpected array
|
|
* message data (CVE-2020-17446,
|
|
* Vastly speedup executemany by batching protocol messages
|
|
* Add Python 3.9 support
|
|
* Allow using custom Record class
|
|
* Prefer SSL connections by default
|
|
* Add codecs for a bunch of new builtin types
|
|
* Expose Pool as asyncpg.Pool
|
|
* Avoid unnecessary overhead during connection reset
|
|
* Bugfixes
|
|
- drop merged-static-fix.patch (upstream)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 22 14:12:03 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Tidy spec
|
|
- Add merged-static-fix.patch to support Python 3.8
|
|
- Activate test suite
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 24 08:54:51 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>
|
|
|
|
- Update to version 0.20.1
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 26 14:01:50 UTC 2018 - Bruno Friedmann <bruno@ioda-net.ch>
|
|
|
|
- Initial packaging asyncpg version 0.18.2
|
|
|