737356368603f2b0a6371cb6d1538093ea0c0f74
[osm/N2VC.git] / docs / changelog.rst
1 Change Log
2 ----------
3
4 0.5.0
5 ^^^^^
6 Thu June 8 2017
7
8 * Add machine status properties (#133)
9 * Add model context manager (#128)
10 * Implement Application.upgrade_charm method (#132)
11
12 0.4.3
13 ^^^^^
14 Thu June 1 2017
15
16 * Accept new / unknown API fields gracefully (#131)
17 * Add support for new agent-version field in ModelInfo (#131)
18 * Replace pip with pip3 in install instructions (#129)
19 * Strip local:-prefix from local charm urls (#121)
20
21 0.4.2
22 ^^^^^
23 Wed May 10 2017
24
25 * Support (and prefer) per-controller macaroon files (#125)
26
27 0.4.1
28 ^^^^^
29 Wed Apr 27 2017
30
31 * Remove VERSION_MAP and rely on facade list from controller (#118)
32 * Refactor connection task management to avoid cancels (#117)
33 * Refactored login code to better handle redirects (#116)
34
35 0.4.0
36 ^^^^^
37 Wed Apr 19 2017
38
39 * Feature/api version support (#109)
40 * Expanding controller.py with basic user functions, get_models and
41   destroy (#89)
42 * Added Monitor class to Connection. (#105)
43 * Support placement lists (#103)
44 * Include resources from store when deploying (#102)
45 * Allow underscore to dash translation when accessing model
46   attributes (#101)
47 * Added controller to ssh fix. (#100)
48 * Regen schema to pick up missing APIs
49 * Improve error handling
50 * Fix issue where we do not check to make sure that we are receiving the
51   correct response.
52 * Retry calls to charmstore and increase timeout to 5s
53 * Make connect_model and deploy a bit more friendly
54 * Fix model name not including user
55 * Implement Model.get_status
56 * Add integration tests.
57
58 0.3.0
59 ^^^^^
60 Mon Feb 27 2017
61
62 * Fix docstrings for placement directives.
63 * Implement Model.add_machine()
64 * Bug fix - "to" parameter to Model.deploy() was broken
65 * Add docs and examples for adding machines and containers and deploying
66   charms to them.
67 * Make Machine.destroy() block the current coroutine, returning only after
68   the machine is actually removed from the remote model. This is more
69   consistent with the way the other apis work (e.g. Model.deploy(),
70   Application.add_unit(), etc).
71 * Raise NotImplementedError in all unimplemented method stubs instead of
72   silently passing.
73
74 0.2.0
75 ^^^^^
76 Thu Feb 16 2017
77
78 * Add default ssh key to newly created model.
79 * Add loop helpers and simplify examples/deploy.py
80 * Add support for deploying local charms, and bundles containing local charm paths.
81 * Add ability to get cloud name for controller.
82 * Bug fix - fix wrong api used in Model.destroy_unit()
83 * Add error detection in bundle deploy.
84
85 0.1.2
86 ^^^^^
87 Thu Dec 22 2016
88
89 * Bug fix - Include docs in package
90
91 0.1.1
92 ^^^^^
93 Thu Dec 22 2016
94
95 * Bug fix - Include VERSION file in package
96
97 0.1.0
98 ^^^^^
99 Wed Dec 21 2016
100
101 * Initial Release