cleanup pithos backend pools, new pool api support
[pithos] / snf-pithos-backend / Changelog
1 Changelog
2 =========
3
4 v0.10.1
5 -------
6
7 * Proper migration for latest_version field.
8
9 v0.10.0
10 -------
11
12 * New migration tool added, `pithos-migrate`.
13   
14   To upgrade your database from v0.9.7 run::
15         
16         $ pithos-migrate upgrade head
17   
18   To initialize the database and then::
19         
20         $ pithos-migrate initdb
21
22
23 v0.9.7
24 ------
25 * Minor fixes
26
27 v0.9.6
28 ------
29 * Use umask parameter in ModularBackend 
30
31 v0.9.4
32 ------
33 * Overwrite permissions every time.
34 * Send sharing notifications.
35 * Include instance in queue messages.
36 * Different queue message types use different keys.
37 * Report object changes to the queue.
38
39 v0.9.3
40 ------
41 * Fixes for non-automatic container versioning policy.
42 * Open files in backend as read-only if such is the filesystem.
43 * Check Content-Type up to semicolon.
44