This is an automated email from the ASF dual-hosted git repository. jan pushed a commit to branch rel-main in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 760c3a4d4d98697e2824f81efcdab56904c5a267 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Sat Apr 15 14:46:27 2023 -0400 3.2.3 Release notes --- src/docs/src/whatsnew/3.2.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/docs/src/whatsnew/3.2.rst b/src/docs/src/whatsnew/3.2.rst index 76b901bf3..fd391aca0 100644 --- a/src/docs/src/whatsnew/3.2.rst +++ b/src/docs/src/whatsnew/3.2.rst @@ -20,6 +20,22 @@ :depth: 1 :local: +.. _release/3.2.3: + +Version 3.2.3 +============= + +Features and Enhancements +------------------------- + +* :ghissue:`4529`: In Javascript process manager, use a database tag in + addition to a ddoc ID to quickly find processes. This should improve + performance. + +* :ghissue:`4509`, :ghissue:`4405`: Make remsh work with quoted cookie values. + +* Fix for `CVE-2023-26268 <https://docs.couchdb.org/en/stable/cve/2023-26268.html>`_. + .. _release/3.2.2: Version 3.2.2
