From: Daniele Varrazzo Date: Mon, 16 Jan 2023 21:53:48 +0000 (+0100) Subject: chore: bump psycopg package version to 3.1.8 X-Git-Tag: pool-3.2.0~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7739631c1ad9537458669ea052bdc261577ccf4e;p=thirdparty%2Fpsycopg.git chore: bump psycopg package version to 3.1.8 --- diff --git a/docs/news.rst b/docs/news.rst index 532829270..e585330ff 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -7,20 +7,18 @@ ``psycopg`` release notes ========================= -Future releases +Current release --------------- -Psycopg 3.1.8 (unreleased) -^^^^^^^^^^^^^^^^^^^^^^^^^^ +Psycopg 3.1.8 +^^^^^^^^^^^^^ -- Don't pollute server logs when types looked for by `TypeInfo.fetch()` +- Don't pollute server logs when types looked for by `TypeInfo.fetch()` are not found (:ticket:`#473`). - Set `Cursor.rowcount` to the number of rows of each result set from `~Cursor.executemany()` when called with `!returning=True` (:ticket:`#479`). - Fix `TypeInfo.fetch()` when used with `ClientCursor` (:ticket:`#484`). -Current release ---------------- Psycopg 3.1.7 ^^^^^^^^^^^^^