Allow upload_from_string to use content-encoding
[kamaki] / Changelog
1 CHANGELOG for version 0.10
2
3 Bug Fixes:
4 - Avoid loading optional cmd groups specified in same pkg with mantatory
5     comand groups, except if user requests otherwise ( #4114 )
6 - Ignore subdir output in container_get with prefix+delimiter [#4134]
7
8 Changes:
9
10 - Adjust astakos authenticate to the new url scheme of synnefo >= 0.14 [#3832, #3874]
11   as a side effect, some renamings in astakos.AstakosClient:
12    info --> user_info, user --> list_users
13 - Simplify listings (kamaki.cli.utils: print methods)
14 - Enrich client API docs with examples and astakos endpoint information [#4135]
15
16 Features:
17
18 - Implement an optional astakosclient cli exposed as "astakos", with the following methods:
19     authenticate, uuid, username, quotas, service uuid/username/quotas
20 - Add some astakos/keystone kamaki-lib api calls [#3874], used to access astakos-calls cache:
21   get_services, get_service_details, get_service_endpoints
22 - Implement floating ip methods for compute and cyclades clients [#3862]
23  ComputeRestClient: floating_ip_pools_get, floating_ips_get/post/delete
24  CycladesRestClient: floating_ip_pools_get, floating_ips_get/post/delete
25  ComputeClient: get_floating_ip_pools, get_floating_ips,
26     alloc/get_delete_floating_ip
27  CycladesClient: get_floating_ip_pools, get_floating_ips,
28     alloc/get_delete_floating_ip, dis/assoc_floating_ip_to_server
29 - Add Examples to documentation
30 - Implement floating IP commands
31     floatingip list/create/delete/info/pools
32     server ip attach/detach
33 - Implement --wait for server_create/delete/start/reboot/shutdown [#3867]
34 - Implement network_wait [#3862]
35 - Implement user_list/set/whoami to switch between session users [#3632, #3660]
36 - Expose more astakosclient methods in a 1to1 fashion [#4115]:
37     resources, feedback, endpoints,
38     commission_pending/info/action/accept/reject/resolve/issuejson/issue
39 - Implement resize_server and expose it as server resize [#4153]
40 - Expose the project API of astakosclient to kamaki CLI [#4155]
41 - Full support for compute v2 basic API [#4139]
42 - Use container:path format in register [#3778]
43 - Guess mimetype when uploading and use it in upload [#4196]
44