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