Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/whatsnew/3.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Contributor

@nickva nickva Sep 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's use "list of regular expressions" since some users might not know the shortened "regexp" version


* :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,
Expand Down