diff options
author | elijah <elijah@riseup.net> | 2016-02-01 15:56:41 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-02-23 09:50:58 -0800 |
commit | da2c743faaccd26604c4c26fbb1557934688eb4a (patch) | |
tree | bda43f9cb86d736183d4db8929b455a03ca77c0b /CHANGES.md | |
parent | 685642e8bfdaff16a4f02bd40b5d2aef15b68d94 (diff) |
default to plain couchdb, unless otherwise specified.
# Conflicts:
# puppet/modules/site_couchdb/manifests/plain.pp
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 34 |
1 files changed, 28 insertions, 6 deletions
@@ -1,24 +1,46 @@ Platform 0.8 ------------------------ +-------------------------------------- -This release focuses on many improvements to email service. +This release focused on the email service. Additionally, almost all the code +for leap_cli has been moved to leap_platform. * It is possible to require invite codes for new users signing up. -* Admins can now suspect/enable users and block/enable their ability to send - and receive email. + +* 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. + * Support for SPF and DKIM. Compatibility: -* Tapicero has been removed. Now, soledad and couchdb must be on the same node. +* Now, soledad and couchdb must be on the same node. * Requires Debian Jessie. Wheezy is no longer supported. +* Requires leap_cli version 1.8 +* Requires bitmask client version >= 0.9 * Includes: + * leap_mx 0.8 * webapp 0.8 + * soledad 0.8 + +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 ------------------------ +-------------------------------------- Compatibility: |