]> git.ipfire.org Git - thirdparty/psycopg.git/tag
3.2.8
object 5b0a5c04b29418a3760e5c6d3f4a767e28cf4257
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 11 May 2025 11:35:06 +0000 (13:35 +0200)
psycopg 3.2.8 released

- Fix `DateFromTicks` and `TimeFromTicks` return values to return a date and a
  time referred to the UTC timezone rather than to the local timezone. For
  consistency, `TimestampFromTicks` to return a datetime in UTC rather than in
  the local timezone (:ticket:`#1058`).
- Fix `~Cursor.rownumber` after using `~AsyncServerCursor.scroll()` on
  `AsyncServerCursor` (:ticket:`#1066`).
- Fix interval parsing with days or other parts and negative time in C module
  (:ticket:`#1071`).
- Don't process further connection attempts after Ctrl-C (:ticket:`#1077`).
- Fix cursors to correctly iterate over rows even if their row factory
  returns `None` (:ticket:`#1073`).
- Fix `ConnectionInfo.port` when the port is specified as an empty string
  (:ticket:`#1078`).
- Report all the attempts error messages in the exception raised for a
  connection failure (:ticket:`#1069`).
- Improve logging on connection (:ticket:`#1085`).
- Add support for PostgreSQL 18 libpq (:ticket:`#1082`).
-----BEGIN PGP SIGNATURE-----

iQFPBAABCgA5FiEEitYJlWzxiZQY4ZqFYBO9Ovz5V94FAmggi2obHGRhbmllbGUu
dmFycmF6em9AZ21haWwuY29tAAoJEGATvTr8+VfeURoH/3L0WgWifmqlkGmLr5M5
/Q8Lm/zQtFDkA781q9YHN9+/2Kw11GDvmdtvu8rDJ5B2BScWaM7qPDCfgaVM7rUI
dALJhT6Uc2Fvu49gLmpZn/mUKnrc/JakjwL3r2Xz9bz7bu/2vt/uFzcXwKRJSLQj
gowznE13mQwg88i5zXFguakSC6+5t6tAaCxuQOOh1xKweQp8LwxUMY2vFSX/+sDB
N9WadGxlAOW2f2Wozos+eI7VQvnGaY7k623aa8N7IWIvXwnZP9Cj8BNbPnqJS/Q/
z9ki2n3XGw8A9Tv7aNiwo9hEk63Ja/e8mSv/8sOLAYHAuoI5K7/8IYv7gqnpPcql
5k8=
=gfc7
-----END PGP SIGNATURE-----