jaydoane commented on code in PR #4879:
URL: https://github.com/apache/couchdb/pull/4879#discussion_r1407244349


##########
src/docs/src/whatsnew/3.3.rst:
##########
@@ -20,6 +20,56 @@
     :depth: 1
     :local:
 
+.. _release/3.3.3:
+
+Version 3.3.3
+=============
+
+Features and Enhancements
+-------------------------
+
+* :ghissue:`4878`: Add an option to scrub some sensitive headers from external
+  json requests.
+
+* :ghissue:`4847`: Require auth for _replicate endpoint.
+
+* :ghissue:`4837`: Fix update bug in ets_lru.
+
+* :ghissue:`4821`: Wait for compacted indexes to flip. Previously, a timeout
+  during compact file flips could lead to crashes and a subsequent 
recompaction.
+
+* :ghissue:`4794`: Fix incorrect raising of ``database_does_not_exist`` error.
+
+* :ghissue:`4784`: Extract the correct node name from ``ERL_FLAGS`` in 
``remsh``.
+
+* :ghissue:`4758`: Remove sensitive headers from the mochiweb request in
+  process dictionary. This should prevent sensitive headers leaking into logs
+  when request process crash.

Review Comment:
   maybe "when a request process crashes" or "when request processes crash"?



-- 
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]

Reply via email to