File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
---------
3
3
4
+ 3.6.1.0
5
+ ^^^^^^^
6
+
7
+ Friday 20th Dec 2024
8
+
9
+ ## What's Changed
10
+ * add 3.5.5 schema and update SCHEMAS.md by @james-garner-canonical in https://github.com/juju/python-libjuju/pull/1223
11
+ * feat: larger default websockets frame size by @dimaqq in https://github.com/juju/python-libjuju/pull/1239
12
+ * deprecate juju.jasyncio by @EdmilsonRodrigues in https://github.com/juju/python-libjuju/pull/1221
13
+ * remove juju.loop, deprecated before 3.0 by @dimaqq in https://github.com/juju/python-libjuju/pull/1242
14
+ * new wait for idle implementation, behind a feature flag ``JUJU_NEW_WAIT_FOR_IDLE `` in https://github.com/juju/python-libjuju/pull/1245
15
+
4
16
3.6.0.0
5
17
^^^^^^^
6
18
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ Bug reports: https://github.com/juju/python-libjuju/issues
7
7
8
8
Documentation: https://pythonlibjuju.readthedocs.io/en/latest/
9
9
10
+ Supported Python versions: 3.8 through 3.13
11
+ Supported Juju versions: 3.1 through 3.6
12
+
10
13
11
14
Design Notes
12
15
------------
You can’t perform that action at this time.
0 commit comments