<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/client/changes, branch debian/platform-0.8</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>Merge tag '0.8.0' into debian/platform-0.8</title>
<updated>2016-05-04T15:34:42+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-05-04T15:34:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=259d37b430564c03f27d0835e23769473034df6f'/>
<id>259d37b430564c03f27d0835e23769473034df6f</id>
<content type='text'>
Tag soledad version 0.8.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tag soledad version 0.8.0
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] Update changelog</title>
<updated>2016-04-18T15:29:46+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-04-18T15:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=d5974f61df6ca640dde69903976d4721b6d88007'/>
<id>d5974f61df6ca640dde69903976d4721b6d88007</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] document deprecation of pycryptopp in changelog</title>
<updated>2016-01-28T16:02:59+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-01-28T16:02:54+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=8bf307437e0ef469bf2a5d58982a29b3c32354e2'/>
<id>8bf307437e0ef469bf2a5d58982a29b3c32354e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] use cryptography instead of pycryptopp</title>
<updated>2016-01-26T19:05:20+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2016-01-26T19:05:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=456e6911445dd255580ff023f12e1db3c6a91f7d'/>
<id>456e6911445dd255580ff023f12e1db3c6a91f7d</id>
<content type='text'>
cryptography comes from OpenSSL and Twisted dependencies, so it's
already installed.
This commit removes a compiled dependency, also possibly making it
easier to use on Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cryptography comes from OpenSSL and Twisted dependencies, so it's
already installed.
This commit removes a compiled dependency, also possibly making it
easier to use on Windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] use uuid in events, multi-user aware</title>
<updated>2015-12-10T07:30:10+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-11-30T16:21:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=2ed8f2b64f3093255d03f282917eb88aac9ab124'/>
<id>2ed8f2b64f3093255d03f282917eb88aac9ab124</id>
<content type='text'>
- Resolves: #7656
- Releases: 0.8.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #7656
- Releases: 0.8.0
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'develop' into debian/platform-0.8</title>
<updated>2015-12-04T19:02:42+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-12-04T19:02:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=fb7045bbb15af70def876775eef9eb1a2f5c6ca7'/>
<id>fb7045bbb15af70def876775eef9eb1a2f5c6ca7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] prepare server to handle batches</title>
<updated>2015-12-03T20:30:48+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-11-14T02:02:28+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=577abee147c98592753bcdc68e1693d1f4ab5a08'/>
<id>577abee147c98592753bcdc68e1693d1f4ab5a08</id>
<content type='text'>
Created two methods on the backend to start and finish a batch. A dict of
callbacks is available to defer actions for the last document, allowing
temporary (changing often) metadata to be recorded only once.
Using those methods we will also be able to put all docs in one go on
the CouchDatabase implementation, but that is another step.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Created two methods on the backend to start and finish a batch. A dict of
callbacks is available to defer actions for the last document, allowing
temporary (changing often) metadata to be recorded only once.
Using those methods we will also be able to put all docs in one go on
the CouchDatabase implementation, but that is another step.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'develop' into debian/platform-0.8</title>
<updated>2015-11-18T00:49:38+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-11-18T00:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=aa6a34bc4ac5962dacaa5908778e444fe5aae3d7'/>
<id>aa6a34bc4ac5962dacaa5908778e444fe5aae3d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'develop' into debian/platform-0.8</title>
<updated>2015-10-06T14:56:27+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-10-06T14:56:27+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=9975e9b4ecc553d13a5e5b283257af9fedab51bf'/>
<id>9975e9b4ecc553d13a5e5b283257af9fedab51bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] handle MissingDesignDocError after get_sync_info</title>
<updated>2015-10-05T21:18:23+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-10-05T21:09:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=2a891aaf38c35534d496b660d71369dd77ff381b'/>
<id>2a891aaf38c35534d496b660d71369dd77ff381b</id>
<content type='text'>
MissingDesignDocError raised on get_sync_info due to a missing design
document will be handled by the server during sync.
Ensure is now False by default, and thus database creation can deliver
an empty one that will be ensured during sync, following the ensure
parameter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MissingDesignDocError raised on get_sync_info due to a missing design
document will be handled by the server during sync.
Ensure is now False by default, and thus database creation can deliver
an empty one that will be ensured during sync, following the ensure
parameter.
</pre>
</div>
</content>
</entry>
</feed>
