summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-02-26 01:44:48 -0800
committerelijah <elijah@riseup.net>2016-02-26 01:44:48 -0800
commit89a3cd71f50a383a5f85510193087446da0e661f (patch)
treea49de8e4d2b2b937d37f1a5268ce05291203a54d /CHANGES.md
parentef92ef66f61559b3fa2ea5a63a158e49573282dd (diff)
plain couchdb now required, bigcouch support disabled.
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md23
1 files changed, 11 insertions, 12 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 09bd516e..ad42dd7a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,19 +1,22 @@
Platform 0.8
--------------------------------------
-This release focused on the email service. Additionally, almost all the code
-for leap_cli has been moved to leap_platform.
+This release focused on the email service. Debian Jessie is now required,
+which also means that you must migrate all data from BigCouch to CouchDB.
+
+UPGRADING: It is tricky to upgrade the OS and migrate the database. You can
+follow the tutorial here: https://leap.se/en/upgrade-0-8
+
+WARNING: failure to migrate data from BigCouch to CouchDB will cause all user
+accounts to get destroyed.
+
+Other new features:
* It is possible to require invite codes for new users signing up.
* Tapicero has been removed. Now user storage databases are created as needed
by soledad, and deleted eventually when no longer needed.
-* Bigcouch is now officially deprecated. New nodes created with `leap node add
- services:couchdb` will default to using plain CouchDB.
- It is highly recommended that you run a single couchdb node.
-
-
* Admins can now suspect/enable users and block/enable their ability to send
and receive email.
@@ -23,6 +26,7 @@ Compatibility:
* Now, soledad and couchdb must be on the same node.
* Requires Debian Jessie. Wheezy is no longer supported.
+* Requires CouchDB, BigCouch is no longer supported.
* Requires leap_cli version 1.8
* Requires bitmask client version >= 0.9
* Includes:
@@ -33,11 +37,6 @@ Compatibility:
Commits: https://leap.se/git/leap_platform.git/shortlog/refs/tags/0.8
Issues fixed: https://leap.se/code/versions/189
-Upgrading:
-
-* To migrate data to use plain couchdb, see
- https://leap.se/en/docs/platform/services/couchdb#use-plain-couchdb-instead-of-bigcouch
- This is still optional, but is a good idea.
Platform 0.7.1
--------------------------------------