Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Latest commit

 

History

History
258 lines (205 loc) · 9.21 KB

File metadata and controls

258 lines (205 loc) · 9.21 KB

1.3.x Branch

Warning

:ref:`release/1.3.x` is affected by the issue described in :ref:`cve/2014-2668`. Upgrading to a more recent release is strongly recommended.

You can upgrade your existing CouchDB 1.0.x installation to 1.3.0 without any specific steps or migration. When you run CouchDB, the existing data and index files will be opened and used as normal.

The first time you run a compaction routine on your database within 1.3.0, the data structure and indexes will be updated to the new version of the CouchDB database format that can only be read by CouchDB 1.3.0 and later. This step is not reversible. Once the data files have been updated and migrated to the new version the data files will no longer work with a CouchDB 1.0.x release.

Warning

If you want to retain support for opening the data files in CouchDB 1.0.x you must back up your data files before performing the upgrade and compaction process.

Replicator

Log System

View Server

Miscellaneous

  • :issue:`1784`: Improvements to test suite and VPATH build system. :commit:`01afaa4f`
  • Improve documentation: better structure, improve language, less duplication.

Database core

Documentation

Futon

HTTP Interface

Log System

Replicator

Security

Source Repository

  • The source repository was migrated from SVN to Git.

Storage System

  • Fixed unnecessary conflict when deleting and creating a document in the same batch.

Test Suite

URL Rewriter & Vhosts

UUID Algorithms

Query and View Server

Windows