You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/04/28 06:26:26 UTC

[couchdb-documentation] 01/01: 3.1.0 release notes

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch 3.1.0-relnotes
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 3f952cc0dddc2cbaf136f1767ee1e878f9bc21af
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Tue Apr 28 02:26:03 2020 -0400

    3.1.0 release notes
---
 src/conf.py            |  4 ++--
 src/whatsnew/3.1.rst   | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/whatsnew/index.rst |  1 +
 3 files changed, 53 insertions(+), 2 deletions(-)

diff --git a/src/conf.py b/src/conf.py
index b3c302d..bcd1ddc 100644
--- a/src/conf.py
+++ b/src/conf.py
@@ -33,8 +33,8 @@ source_suffix = ".rst"
 nitpicky = True
 
 # should be over-written using rebar-inherited settings
-version = "3.0"
-release = "3.0.1"
+version = "3.1"
+release = "3.1.0"
 
 project = u"Apache CouchDB\u00ae"
 
diff --git a/src/whatsnew/3.1.rst b/src/whatsnew/3.1.rst
new file mode 100644
index 0000000..f7b3648
--- /dev/null
+++ b/src/whatsnew/3.1.rst
@@ -0,0 +1,50 @@
+.. Licensed under the Apache License, Version 2.0 (the "License"); you may not
+.. use this file except in compliance with the License. You may obtain a copy of
+.. the License at
+..
+..   http://www.apache.org/licenses/LICENSE-2.0
+..
+.. Unless required by applicable law or agreed to in writing, software
+.. distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+.. WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+.. License for the specific language governing permissions and limitations under
+.. the License.
+
+.. _release/3.1.x:
+
+============
+3.1.x Branch
+============
+
+.. contents::
+    :depth: 1
+    :local:
+
+.. _release/3.1.0:
+
+Version 3.1.0
+=============
+
+Features and Enhancements
+-------------------------
+
+.. rst-class:: open
+
+* :ghissue:`2648`: Authentication via :ref:`JSON Web Token (JWT) <api/auth/jwt>`. Full
+  documentation is at the friendly link.
+
+* :ghissue:`2770`: CouchDB now supports linking against SpiderMonkey 68, the current
+  Mozilla SpiderMonkey ESR release. This provides direct support for packaging on the
+  latest operating system variants, including Ubuntu 20.04 "Focal Fossa."
+
+Performance
+-----------
+
+.. rst-class:: open
+
+* :ghissue:`2754`: Optimized compactor performance, resulting in a 40% speed improvement
+  when document revisions approach the ``revs_limit``. The fixes also include additional
+  metrics on size tracking during the sort and copy phases, accessible via the
+  :get:`GET /_active_tasks </active_tasks>` endpoint.
+
+* A big bowl of candy! OK, no, not really. If you got this far...thank you for reading.
diff --git a/src/whatsnew/index.rst b/src/whatsnew/index.rst
index 82f2d30..30188b8 100644
--- a/src/whatsnew/index.rst
+++ b/src/whatsnew/index.rst
@@ -20,6 +20,7 @@ Release Notes
     :glob:
     :maxdepth: 2
 
+    3.1
     3.0
     2.3
     2.2