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