From 89e12e282fa89f2fac71ecb7a39cf4c8a3d3d6bb Mon Sep 17 00:00:00 2001 From: Christopher Astfalk Date: Tue, 28 Sep 2021 21:06:35 +0200 Subject: [PATCH 1/2] add password regexp to 3.2 notes --- src/whatsnew/3.2.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/whatsnew/3.2.rst b/src/whatsnew/3.2.rst index a10f172a..04f20c6e 100644 --- a/src/whatsnew/3.2.rst +++ b/src/whatsnew/3.2.rst @@ -113,6 +113,9 @@ Features and Enhancements which can include various characters previously not allowed to be included in the url info part of endpoint urls. +* :ghissue:`3483`: We added a way of specifying requirements for new user passwords + using a list of regexp. + * :ghissue:`3506`, :ghissue:`3416`, :ghissue:`3377`: CouchDB now provides a Prometheus compatible endpoint at ``GET /_node/{node-name}/_prometheus``. A configuration option allows for scraping via a different port (17986) that does not require authentication, From 77294300ff8facb297015ea1b59abbff2083aab3 Mon Sep 17 00:00:00 2001 From: Christopher Astfalk Date: Wed, 29 Sep 2021 15:38:36 +0200 Subject: [PATCH 2/2] use regular expressions --- src/whatsnew/3.2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/whatsnew/3.2.rst b/src/whatsnew/3.2.rst index 04f20c6e..5f04e999 100644 --- a/src/whatsnew/3.2.rst +++ b/src/whatsnew/3.2.rst @@ -114,7 +114,7 @@ Features and Enhancements in the url info part of endpoint urls. * :ghissue:`3483`: We added a way of specifying requirements for new user passwords - using a list of regexp. + using a list of regular expressions. * :ghissue:`3506`, :ghissue:`3416`, :ghissue:`3377`: CouchDB now provides a Prometheus compatible endpoint at ``GET /_node/{node-name}/_prometheus``. A configuration option