Skip to content
Snippets Groups Projects
Commit acc74d61 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

Merge tag '0.8.0' into release/0.8.x

Tag soledad version 0.8.0
parents b5fd4060 d5974f61
No related branches found
No related tags found
No related merge requests found
0.8.0 - 18 Apr, 2016
++++++++++++++++++++
Client
======
Features
~~~~~~~~
- `#7656 <https://leap.se/code/issues/7656>`_: Emit multi-user aware events.
- Client will now send documents at a limited size batch due to changes on SyncTarget. The default limit is 500kB. Disabled by default.
Bugfixes
~~~~~~~~
- `#7503 <https://leap.se/code/issues/7503>`_: Do not signal sync completion if sync failed.
- Handle missing design doc at GET (get_sync_info). Soledad server can handle this during sync.
Misc
~~~~
- `#7195 <https://leap.se/code/issues/7195>`_: Use cryptography instead of pycryptopp.
Known Issues
~~~~~~~~~~~~
- Upload phase of client syncs is still quite slow. Enabling size limited batching
can help, but you have to make sure that your server is compatible.
Server
======
Features
~~~~~~~~
- General performance improvements.
- `#7509 <https://leap.se/code/issues/7509>`_: Moves config directory from /etc/leap to /etc/soledad.
- Adds a new config parameter 'create_cmd', which allows sysadmin to specify
which command will create a database. That command was added in
pkg/create-user-db and debian package automates steps needed for sudo access.
- Read netrc path from configuration file for create-user-db command.
- 'create-user-db' script now can be configured from soledad-server.conf when
generating the user's security document.
- Migrating a user's database to newest design documents is now possible by
using a parameter '--migrate-all' on 'create-user-db' script.
- Remove tsafe monkeypatch from SSL lib, as it was needed for Twisted <12
- Added two methods to start and finish a batch on backend. They can be used to
change database behaviour, allowing batch operations to be optimized.
Common
======
Features
~~~~~~~~
- Add a sanitized command executor for database creation and re-enable user
database creation on CouchServerState via command line.
Bugfixes
~~~~~~~~
- `#7626 <https://leap.se/code/issues/7626>`_: Subclass a leaky leap.common.couch exception to avoid depending on couch.
File moved
o Do not signal sync completion if sync failed. Closes: #7503
o Handle missing design doc at GET (get_sync_info). Soledad server can handle this during sync.
o Client will now send documents at a limited size batch due to changes on SyncTarget. The default limit is 500kB.
o Use cryptography instead of pycryptopp. Stick with AES-CTR.
0.8.0 - xxx
+++++++++++++++++++++++++++++++
0.8.1 - ...
++++++++++++++++++++
Please add lines to this file, they will be moved to the CHANGELOG.rst during
the next release.
......@@ -10,7 +10,6 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff.
Features
~~~~~~~~
- `#7656 <https://leap.se/code/issues/7656>`_: Emit multi-user aware events.
- `#1234 <https://leap.se/code/issues/1234>`_: Description of the new feature corresponding with issue #1234.
- New feature without related issue number.
......@@ -21,7 +20,6 @@ Bugfixes
Misc
~~~~
- `#7195 <https://leap.se/code/issues/7195>`_: Use cryptography instead of pycryptopp.
- `#1236 <https://leap.se/code/issues/1236>`_: Description of the new feature corresponding with issue #1236.
- Some change without issue number.
......
o Add a sanitized command executor for database creation and re-enable
user database creation on CouchServerState via command line.
0.8.0 - xxx
0.8.0 - ...
+++++++++++++++++++++++++++++++
Please add lines to this file, they will be moved to the CHANGELOG.rst during
......@@ -15,7 +15,6 @@ Features
Bugfixes
~~~~~~~~
- `#7626 <https://leap.se/code/issues/7626>`_: Subclass a leaky leap.common.couch exception to avoid depending on couch.
- `#1235 <https://leap.se/code/issues/1235>`_: Description for the fixed stuff corresponding with issue #1235.
- Bugfix without related issue number.
......
o Moves config directory from /etc/leap to /etc/soledad
resolves #7509
o Adds a new config parameter 'create_cmd', which allows sysadmin to specify
which command will create a database. That command was added in
pkg/create-user-db and debian package automates steps needed for sudo access.
o Read netrc path from configuration file for create-user-db command.
o 'create-user-db' script now can be configured from soledad-server.conf
when generating the user's security document.
o Migrating a user's database to newest design documents is now possible by
using a parameter '--migrate-all' on 'create-user-db' script.
o Remove tsafe monkeypatch from SSL lib, as it was needed for Twisted <12
o Added two methods to start and finish a batch on backend. They can be used to change database behaviour, allowing batch operations to be optimized.
0.8.1 - ...
++++++++++++++++++++
Please add lines to this file, they will be moved to the CHANGELOG.rst during
the next release.
There are two template lines for each category, use them as reference.
I've added a new category `Misc` so we can track doc/style/packaging stuff.
Features
~~~~~~~~
- `#1234 <https://leap.se/code/issues/1234>`_: Description of the new feature corresponding with issue #1234.
- New feature without related issue number.
Bugfixes
~~~~~~~~
- `#1235 <https://leap.se/code/issues/1235>`_: Description for the fixed stuff corresponding with issue #1235.
- Bugfix without related issue number.
Misc
~~~~
- `#1236 <https://leap.se/code/issues/1236>`_: Description of the new feature corresponding with issue #1236.
- Some change without issue number.
Known Issues
~~~~~~~~~~~~
- `#1236 <https://leap.se/code/issues/1236>`_: Description of the known issue corresponding with issue #1236.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment