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