]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: report select speedup in news file
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 12 Dec 2022 14:39:48 +0000 (14:39 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 12 Dec 2022 14:40:19 +0000 (14:40 +0000)
Close #411.

docs/news.rst

index 3d4a033e9980ef9c7289d67e3b845c7fda89c809..ca1df21f3b5522778d8339c3449eec5a32f453b3 100644 (file)
@@ -14,6 +14,7 @@ Psycopg 3.1.5 (unreleased)
 ^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Fix array loading slowness compared to psycopg2 (:ticket:`#359`).
+- Performance around network communication improved (:ticket:`#411`).
 - Return `!bytes` instead of `!memoryview` from `pq.Encoding` methods
   (:ticket:`#422`).
 - Fix `Cursor.rownumber` to return `!None` when the result has no row to fetch