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