diff options
author | Kali Kaneko <kali@leap.se> | 2016-07-14 10:19:21 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-07-14 10:19:21 +0200 |
commit | 6b23b3f3215f2443aa3e790559b63a41b3040072 (patch) | |
tree | 7c1fde54442fefd3553d33b3fe5a2ec454e0196b /CHANGELOG.rst | |
parent | 7d264548d6df756f2a157fe59cf58b3240825418 (diff) |
[pkg] bump changelog to 0.8.10.8.1
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ed60b5ec..24c20641 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,40 @@ +0.8.1 - 14 July, 2016 ++++++++++++++++++++++ + +Client +====== + +Features +~~~~~~~~ +- Add recovery document format version for future migrations. +- Use DeferredLock instead of its locking cousin. +- Use DeferredSemaphore instead of its locking cousin. + +Bugfixes +~~~~~~~~ +- `#8180 <https://leap.se/code/issues/8180>`_: Initialize OpenSSL context just once. +- Remove document content conversion to unicode. Users of API are responsible + for only passing valid JSON to Soledad for storage. + +Misc +~~~~ +- Add ability to get information about sync phases for profiling purposes. +- Add script for setting up develop environment. +- Refactor bootstrap to remove shared db lock. +- Removed multiprocessing from encdecpool with some extra refactoring. +- Remove user_id argument from Soledad init. + +Common +====== + +Features +~~~~~~~~ +- Embed l2db, forking u1db. + +Misc +~~~~ +- Toxify tests. + 0.8.0 - 18 Apr, 2016 ++++++++++++++++++++ |