rnewson commented on a change in pull request #682:
URL:
https://github.com/apache/couchdb-documentation/pull/682#discussion_r708567474
##########
File path: src/whatsnew/3.2.rst
##########
@@ -57,4 +113,140 @@ Features and Enhancements
which can include various characters previously not allowed to be included
in the url info part of endpoint urls.
+* :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,
+ if desired. More information is available at the :ref:`Prometheus API
endpoint
+ <api/server/prometheus>` summary.
+
+* :ghissue:`3697`, :issue:`883` (JIRA): As an opt-in policy, CouchDB can now
stop
+ encoding the plus sign ``+`` in non-query parts of URLs, in compliance with
the
+ original CouchDB standards. The opt-in is via the ``[chttpd]
decode_plus_to_space =
+ true`` setting. *In CouchDB 4.x, this is going to be an opt-out policy.*
+
+* :ghissue:`3724`: CouchDB now has new CSP settings for attachments and
show/list
+ functions. This deprecates the old ``[csp] enable`` and ``[csp]
header_value``
+ settings, replacing them with the new ``[csp] utils_enable`` and ``[csp]
+ utils_header_value`` settings respectively. In addition, new settings for
+ ``attachments_enable``, ``attachments_header_value``, ``showlist_enable`` and
+ ``showlist_header_value`` now are avialable. Documentation is in the
``default.ini``
+ file.
+
+* :ghissue:`3734`, :ghissue:`3733`: Users with databases that have low ``q``
and ``n``
+ values would often receive the ``No DB shards could be opened`` error when
the cluster
+ is overloaded, due to a hard-coded 100ms timeout. CouchDB now calculates a
more
+ reasonable timeout, based on the number of shards and the overall maximum
fabric
+ request timeout limit, using a geometric series.
+
+Performance
+-----------
+
+* :ghissue:`3337`: Developer nodes now start faster when using the ``dev/run``
script.
+
+* :ghissue:`3366`: The monolithinc ``couch_server`` process has been sharded
for
Review comment:
typo at monolithinc
##########
File path: src/whatsnew/3.2.rst
##########
@@ -57,4 +113,140 @@ Features and Enhancements
which can include various characters previously not allowed to be included
in the url info part of endpoint urls.
+* :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,
+ if desired. More information is available at the :ref:`Prometheus API
endpoint
+ <api/server/prometheus>` summary.
+
+* :ghissue:`3697`, :issue:`883` (JIRA): As an opt-in policy, CouchDB can now
stop
+ encoding the plus sign ``+`` in non-query parts of URLs, in compliance with
the
+ original CouchDB standards. The opt-in is via the ``[chttpd]
decode_plus_to_space =
+ true`` setting. *In CouchDB 4.x, this is going to be an opt-out policy.*
+
+* :ghissue:`3724`: CouchDB now has new CSP settings for attachments and
show/list
+ functions. This deprecates the old ``[csp] enable`` and ``[csp]
header_value``
+ settings, replacing them with the new ``[csp] utils_enable`` and ``[csp]
+ utils_header_value`` settings respectively. In addition, new settings for
+ ``attachments_enable``, ``attachments_header_value``, ``showlist_enable`` and
+ ``showlist_header_value`` now are avialable. Documentation is in the
``default.ini``
+ file.
+
+* :ghissue:`3734`, :ghissue:`3733`: Users with databases that have low ``q``
and ``n``
+ values would often receive the ``No DB shards could be opened`` error when
the cluster
+ is overloaded, due to a hard-coded 100ms timeout. CouchDB now calculates a
more
+ reasonable timeout, based on the number of shards and the overall maximum
fabric
+ request timeout limit, using a geometric series.
+
+Performance
+-----------
+
+* :ghissue:`3337`: Developer nodes now start faster when using the ``dev/run``
script.
+
+* :ghissue:`3366`: The monolithinc ``couch_server`` process has been sharded
for
+ performance considerations. Previously, as a single ``gen_server``, the
process would
Review comment:
s/considerations//
##########
File path: src/whatsnew/3.2.rst
##########
@@ -57,4 +113,140 @@ Features and Enhancements
which can include various characters previously not allowed to be included
in the url info part of endpoint urls.
+* :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,
+ if desired. More information is available at the :ref:`Prometheus API
endpoint
+ <api/server/prometheus>` summary.
+
+* :ghissue:`3697`, :issue:`883` (JIRA): As an opt-in policy, CouchDB can now
stop
+ encoding the plus sign ``+`` in non-query parts of URLs, in compliance with
the
+ original CouchDB standards. The opt-in is via the ``[chttpd]
decode_plus_to_space =
+ true`` setting. *In CouchDB 4.x, this is going to be an opt-out policy.*
+
+* :ghissue:`3724`: CouchDB now has new CSP settings for attachments and
show/list
+ functions. This deprecates the old ``[csp] enable`` and ``[csp]
header_value``
+ settings, replacing them with the new ``[csp] utils_enable`` and ``[csp]
+ utils_header_value`` settings respectively. In addition, new settings for
+ ``attachments_enable``, ``attachments_header_value``, ``showlist_enable`` and
+ ``showlist_header_value`` now are avialable. Documentation is in the
``default.ini``
Review comment:
typo at avialable
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]