14
0

- update to 3.1.19:

* Fix unaligned access undefined behaviour in C extension (ticket #734).
  * Fix excessive stripping of error message prefixes (ticket #752).
  * Allow to specify the connect_timeout connection parameter as float (ticket #796).
  * Improve COPY performance on macOS (ticket #745).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg-c?expand=0&rev=14
This commit is contained in:
2024-05-16 08:38:12 +00:00
committed by Git OBS Bridge
parent ae80aa8c52
commit 1c1ef98364
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu May 16 08:37:46 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.1.19:
* Fix unaligned access undefined behaviour in C extension (ticket #734).
* Fix excessive stripping of error message prefixes (ticket #752).
* Allow to specify the connect_timeout connection parameter as float (ticket #796).
* Improve COPY performance on macOS (ticket #745).
-------------------------------------------------------------------
Sat Mar 16 09:43:36 UTC 2024 - Dirk Müller <dmueller@suse.com>