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