a1d5096e4d
- Add patch skip-dsn_ipv6_multi_host-parse-test.patch: * Skip a broken testcase. - Switch to pyproject macros.
Steve Kowalik2025-02-13 03:28:50 +00:00
bdc109ea39
Accepting request 1217351 from devel:languages:python
Ana Guerrero2024-10-24 13:42:41 +00:00
821144f0f9
- Remove 0001-notice-also-the-MERGE-command.patch not needed anymore. - update to 0.30.0: * Implement GSSAPI authentication * Implement SSPI authentication * Add initial typings * Allow building with Cython 3 * docs: fix connection pool close call (#1125) * Add support for the sslnegotiation parameter * Test and build on Python 3.13 * Support PostgreSQL 17 * Add fetchmany to execute many and return rows * Add connect kwarg to Pool to better support GCP's CloudSQL * Allow customizing connection state reset (#1191) * s/quote/quote_plus/ in the note about DSN part quoting * Use asyncio.run() instead of run_until_complete() * Require async_timeout for python < 3.11 (#1177) * Allow testing with uvloop on Python 3.12 (#1182) * Mark pool-wrapped connection coroutine methods as coroutines * handle None parameters in copy_from_query, returning NULL * fix: return the pool from async_init_ if it's already initialized (#1104) * Replace obsolete, unsafe Py_TRASHCAN_SAFE_BEGIN/END (#1150)
Daniel Garcia2024-10-23 12:41:51 +00:00
d63d6e5b08
Accepting request 1205216 from devel:languages:python
Ana Guerrero2024-10-02 19:35:10 +00:00
1ea78cc203
- Add 0001-notice-also-the-MERGE-command.patch to support Postgres 15+, sent upstream
Matej Cepl2024-10-02 14:05:17 +00:00
2325978743
Accepting request 1128744 from devel:languages:python
Ana Guerrero2023-11-26 18:37:17 +00:00
248f93f08d
- update to 0.29.0: * Python 3.12 and PostgreSQL 16 support (#1084) * Add support for tuple-format custom codecs on composite types * Support target_session_attrs in URL format, add tests * Infinity numeric support (#1067) * Add support for the WHERE clause in copy_to methods * Add query logging callbacks and context manager (#1043) * When prepared statements are disabled, avoid relying on them harder (#1065) * Handle environments with HOME set to a not-a-directory * Fix handling of non-ASCII passwords (#1062) * Disable JIT while doing type introspection (#1082) * Remove connection parameter caching in Pool (#1053) * Switch to Python 3.12-style wait_for (#1086) * Update automatic PostGIS type conversion for Shapely 2.0 * Use the timeout context manager in the connection path * Small fix for documentation on using SSL in Connection (#995) * Use cleanup_ctx in pool usage doc (#878) * Close cursor portals once the iterator is exhausted (#1088) * Cut BaseProtocol circular reference on close. (#1049) * Allow passing hosts as tuples to connect() (in addition to * Drop support for Python 3.7 (#1064) - Update to 0.27.0 - update * Add support for password functions (useful for RDS IAM auth) * Vastly speedup executemany by batching protocol messages * Avoid unnecessary overhead during connection reset - Update to version 0.20.1
Dirk Mueller2023-11-25 14:17:26 +00:00
47d3754f37
- update to 0.28.0: * Minor fixes and improvements. * Do not try to cleanup statements (#981) * Add Pool.is_closing() method (#973) * Fix test_tls_version for LibreSSL (#974) * Handle environments without home dir (#1011) * fix: salt and iterations parsing for scram (#1026) * Add support for target_session_attrs (#987) * Add support for READ UNCOMMITTED (#1039) * Update benchmarks, add psycopg3 (#1042)
Dirk Mueller2023-07-11 13:33:03 +00:00
f85678a2d0
- Disable failing test test_executemany_uvloop_ssl_issue_700, because the ssl_user role doesn't have permission to create tables by default with the current postgresql configuration.
Daniel Garcia2022-10-14 07:35:17 +00:00
e9f1699173
- 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)
Dirk Mueller2021-05-03 20:53:38 +00:00