blob: caf778eaa5cb23feacae031d196bdf819500ac23 [file] [log] [blame]
Adam Israelc3e6c2e2018-03-01 09:31:50 -05001Changelog
2---------
3
40.7.3
5^^^^^
6Tuesday Feb 20 2018
7
8* Full macaroon bakery support (#206)
9* Fix regression with deploying local charm, add test case (#209)
10* Expose a machines series (#208)
11* Automated test runner fixes (#205)
12
130.7.2
14^^^^^
15Friday Feb 9 2018
16
17* Support deploying bundle YAML file directly (rather than just directory) (#202)
18
190.7.1
20^^^^^
21Monday Dec 18 2017
22
23* Fix missed renames of model_uuids (#197)
24
250.7.0
26^^^^^
27Fri Dec 15 2017
28
29* Fix race condition in adding relations (#192)
30* Fix race condition in connection monitor test (#183)
31* Fix example in README (#178)
32* Fix rare hang during Unit.run (#177)
33* Fix licensing quirks (#176)
34* Refactor model handling (#171)
35* Refactor users handling, add get_users (#170)
36* Upload credential to controller when adding model (#168)
37* Support 'applications' key in bundles (#165)
38* Improve handling of thread error handling for loop.run() (#169)
39* Fix encoding when using to_json() (#166)
40* Fix intermittent test failures (#167)
41
420.6.1
43^^^^^
44Fri Sept 29 2017
45
46* Fix failure when controller supports newer facade version (#145)
47* Fix test failures (#163)
48* Fix SSH key handling when adding a new model (#161)
49* Make Application.upgrade_charm upgrade resources (#158)
50* Expand integration tests to use stable/edge versions of juju (#155)
51* Move docs to ReadTheDocs (https://pythonlibjuju.readthedocs.io/en/latest/)
Adam Israeldcdf82b2017-08-15 15:26:43 -040052
Adam Israel1a15d1c2017-10-23 12:00:49 -0400530.6.1
54^^^^^
55Fri Sept 29 2017
56
57* Fix failure when controller supports newer facade version (#145)
58* Fix test failures (#163)
59* Fix SSH key handling when adding a new model (#161)
60* Make Application.upgrade_charm upgrade resources (#158)
61* Expand integration tests to use stable/edge versions of juju (#155)
62* Move docs to ReadTheDocs (https://pythonlibjuju.readthedocs.io/en/latest/)
63
Adam Israeldcdf82b2017-08-15 15:26:43 -0400640.6.0
65^^^^^
66Thu June 29 2017
67
68* Implement scp functionality (#149)
69* Add Unit.public_address property (#153)
70* Adds support for getting/setting config on a model (#152)
71
720.5.3
73^^^^^
74Thu June 22 2017
75
76* Improve handling of closed connections (#148)
77* Configurable and larger max message size (#146)
78
790.5.2
80^^^^^
81Wed June 14 2017
82
83* Fix deploying non-stable channels and explicit revs (#144)
84
850.5.1
86^^^^^
87Tue June 13 2017
88
89* Update schema for Juju 2.3 alpha1 (#142)
90* Improve API doc navigation and coverage (#141)
91* Add type info to Model.add_machine docs (#138)
92
930.5.0
94^^^^^
95Thu June 8 2017
96
97* Add machine status properties (#133)
98* Add model context manager (#128)
99* Implement Application.upgrade_charm method (#132)
100
1010.4.3
102^^^^^
103Thu June 1 2017
104
105* Accept new / unknown API fields gracefully (#131)
106* Add support for new agent-version field in ModelInfo (#131)
107* Replace pip with pip3 in install instructions (#129)
108* Strip local:-prefix from local charm urls (#121)
109
1100.4.2
111^^^^^
112Wed May 10 2017
113
114* Support (and prefer) per-controller macaroon files (#125)
115
1160.4.1
117^^^^^
118Wed Apr 27 2017
119
120* Remove VERSION_MAP and rely on facade list from controller (#118)
121* Refactor connection task management to avoid cancels (#117)
122* Refactored login code to better handle redirects (#116)
123
1240.4.0
125^^^^^
126Wed Apr 19 2017
127
128* Feature/api version support (#109)
129* Expanding controller.py with basic user functions, get_models and
130 destroy (#89)
131* Added Monitor class to Connection. (#105)
132* Support placement lists (#103)
133* Include resources from store when deploying (#102)
134* Allow underscore to dash translation when accessing model
135 attributes (#101)
136* Added controller to ssh fix. (#100)
137* Regen schema to pick up missing APIs
138* Improve error handling
139* Fix issue where we do not check to make sure that we are receiving the
140 correct response.
141* Retry calls to charmstore and increase timeout to 5s
142* Make connect_model and deploy a bit more friendly
143* Fix model name not including user
144* Implement Model.get_status
145* Add integration tests.
146
1470.3.0
148^^^^^
149Mon Feb 27 2017
150
151* Fix docstrings for placement directives.
152* Implement Model.add_machine()
153* Bug fix - "to" parameter to Model.deploy() was broken
154* Add docs and examples for adding machines and containers and deploying
155 charms to them.
156* Make Machine.destroy() block the current coroutine, returning only after
157 the machine is actually removed from the remote model. This is more
158 consistent with the way the other apis work (e.g. Model.deploy(),
159 Application.add_unit(), etc).
160* Raise NotImplementedError in all unimplemented method stubs instead of
161 silently passing.
162
1630.2.0
164^^^^^
165Thu Feb 16 2017
166
167* Add default ssh key to newly created model.
168* Add loop helpers and simplify examples/deploy.py
169* Add support for deploying local charms, and bundles containing local charm paths.
170* Add ability to get cloud name for controller.
171* Bug fix - fix wrong api used in Model.destroy_unit()
172* Add error detection in bundle deploy.
173
1740.1.2
175^^^^^
176Thu Dec 22 2016
177
178* Bug fix - Include docs in package
179
1800.1.1
181^^^^^
182Thu Dec 22 2016
183
184* Bug fix - Include VERSION file in package
185
1860.1.0
187^^^^^
188Wed Dec 21 2016
189
190* Initial Release