From: Daniele Varrazzo Date: Tue, 1 Aug 2023 10:11:50 +0000 (+0100) Subject: docs: fix release version of json bytes dump support X-Git-Tag: pool-3.2.0~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a66c55a2982a027302cbeea223e969189abc97ab;p=thirdparty%2Fpsycopg.git docs: fix release version of json bytes dump support It is to be released in 3.1.10, not already released in 3.1.9... See #568 --- diff --git a/docs/news.rst b/docs/news.rst index 70e92ef51..259888fe8 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -13,6 +13,9 @@ Future releases Psycopg 3.1.10 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +- Allow JSON dumpers to dump `bytes` directly instead of `str`, + for better compatibility with libraries like orjson and msgspec + (:ticket:`#569`) - Fix prepared statement cache validation when exiting pipeline mode (or `~Cursor.executemany()`) in case an error occurred within the pipeline (:ticket:`#585`). @@ -45,8 +48,6 @@ Psycopg 3.1.9 - Fix loading ROW values with different types in the same query using the binary protocol (:ticket:`#545`). - Fix dumping recursive composite types (:ticket:`#547`). -- Allow JSON dumpers to dump `bytes` directly instead of `str`, - for better compatibility with libraries like orjson and msgspec (:ticket:`#569`) Psycopg 3.1.8