diff options
author | drebs <drebs@leap.se> | 2016-09-30 09:19:26 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-11-09 11:25:54 -0200 |
commit | b3f62da1bc79f42f1a1bc15ef3164b2569712984 (patch) | |
tree | b2f4c5ee4c60737821dd05d237a6d1f985a8118f | |
parent | 18b4cb0aa61a4f935362cf268afc543280461dda (diff) |
[pkg] update changelog to 0.9.0
-rw-r--r-- | CHANGELOG.rst | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 24c20641..ded2cac9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,41 @@ +0.9.0 - 11 November, 2016 ++++++++++++++++++++++++++ + +Main features +~~~~~~~~~~~~~ + +- Server-side changes in couch backend schema. +- Use of tox and pytest to run tests. +- Performance tests. + +Server +====== + +*** Attention: Migration needed! *** + +This version of soledad uses a different database schema in the server couch +backend. The difference from the old schema is that the use of design documents +for storing and accessing soledad db metadata was removed because incurred in +too much memory and time overhead for passing data to the javascript +interpreter. + +Because of that, you need to run a migration script on your database. Check the +`scripts/migration/0.9.0/` diretctory for instructions on how to run the +migration script on your database. Don't forget to backup before running the +script! + +Bugfixes +~~~~~~~~ +- Fix order of multipart serialization when writing to couch. + +Features +~~~~~~~~ +- Log to syslog. +- Remove usage of design documents in couch backend. +- Use _local couch docs for metadata storage. +- Other small improvements in couch backend. + + 0.8.1 - 14 July, 2016 +++++++++++++++++++++ |