Document backward compatibility of config options
[kamaki] / Changelog
1 CHANGELOG for version 0.8
2
3 Bug Fixes:
4 - Race condition with HTTP request path when threading (#3526, #3527)
5 - Fix bug where files with repeated blocks fail to upload (#3555)
6 - Fixed non-ascii character issues when managing container or object names and
7     data in pithos+ client (#3256, #3325)
8 - Made download cancellation more responsive (#3457)
9 - Gracious behavior when deleting a deleted network (#3547)
10 - Make OS/Storage list_object compatible to OS/Storage v2 (#3596)
11 - Minor typos or oversights (#3403, #3444, #3509)
12
13  Changes:
14  - Rename some command groups: store --> file, astakos --> user (#3566) but keep
15     backward compatibility (#3647) in config file (#3647)
16  - Create a command subgroup for cyclades/compute image commands. Plankton image
17     commands: kamaki image <command>, Cyclades/Compute image commands:
18     kamaki image compute <command> (#3490)
19  - Rename 'image public' --> 'image list' (#3566, 3490)
20  - Redesign HTTP connection mechanism: use an objpool-provided context manager
21     and simplify the kamaki http management. Merge kamaki.clients.connection
22     to kamaki.clients (#3526, #3527)
23 - Modify semantics for kamaki store *quota operations. Rename container quota
24     operations to containerlimit <get|set>. The term quota now refers to the
25     immutable account quota (#3541)
26 - Remove quotaholder module from kamaki (#3587)
27 - Create network uses a default network type (#3514)
28 - Enforce uniformity to runtime arguments: first the short then the long form
29     e.g. -f, --force. Add a short or long format in common runtimes (#3456)
30 - Change the names of command group specifications from <command>_cli to <api>.
31     Config files must be updated accordingly (#3566)
32 - Require progress
33
34 Features:
35 - Allow request logging into a file. Let user set the log_file parameter in
36     configuration file to specify where to log. (#3441)
37 - Remove token and http data logging let user allow them by setting log_token
38     and log_data configuration options (#3441)
39 - Make maximum threads a configuration option (max_threads, #3546)
40 - Suggest user to install ansicolors (#3367)
41 - Extensive unittests in kamaki.clients, that cover all cases (#3228, #3229)
42 - New runtime options in pithos+ client interface (now known as "kamaki file")
43     allow operations between differernt users/accounts (#3230)
44 - Intuitive pithos+ client semantics. Affect copy, move, upload (#3310, 3536)
45 - Expose connection pool size (all api methods, #3422) and etag-if-match
46     (upload, #3574)
47 - Image register returns info on registered image, in success. Affected both
48     the api and the cli (#3512)
49 - Add name and owner filtering to image list. Name can also be partially
50     filtered (#3513)
51 - Upload the contents of a directory, recursively, check preconditions before
52     uploading (#3536)