Skip to content

Commit

Permalink
Merge pull request #1024 from cderici/release-3.3.1.0
Browse files Browse the repository at this point in the history
#1024

## What's Changed
* Remove paramiko upper-bound by @gboutry in #1005
* Remove explicit passing of event_loop into tests by @cderici in #1006
* chore: remove the upper restrictions on the websockets dependency by @tonyandrewmeyer in #1007
* Target ceiling version by @cderici in #1008
* Make it easier to run tests using `make` by @cderici in #1012
* Avoid installing signal handlers to the event loop by @cderici in #1014
* feat: remove app block until done by @yanksyoon in #1017
* feat: remove app timeout by @yanksyoon in #1018
* Forward port latest changes from 2.9 onto 3.x by @cderici in #1022

#### Notes & Discussion

JUJU-5414
  • Loading branch information
jujubot authored Feb 13, 2024
2 parents dd93886 + 397e63a commit 905de78
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0.0
3.3.1.0
17 changes: 16 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
Changelog
---------

3.3.0.0
3.3.1.0
^^^^^^^

Thursday 8th Feb 2024

## What's Changed

* Remove paramiko upper-bound by @gboutry in https://github.com/juju/python-libjuju/pull/1005
* Remove explicit passing of event_loop into tests by @cderici in https://github.com/juju/python-libjuju/pull/1006
* chore: remove the upper restrictions on the websockets dependency by @tonyandrewmeyer in https://github.com/juju/python-libjuju/pull/1007
* Target ceiling version by @cderici in https://github.com/juju/python-libjuju/pull/1008
* Make it easier to run tests using `make` by @cderici in https://github.com/juju/python-libjuju/pull/1012
* Avoid installing signal handlers to the event loop by @cderici in https://github.com/juju/python-libjuju/pull/1014
* feat: remove app block until done by @yanksyoon in https://github.com/juju/python-libjuju/pull/1017
* feat: remove app timeout by @yanksyoon in https://github.com/juju/python-libjuju/pull/1018
* Forward port latest changes from 2.9 onto 3.x by @cderici in https://github.com/juju/python-libjuju/pull/1022

3.3.0.0
^^^^^^^

The main contribution of this release is the user secrets that's released as a part of Juju 3.3.

Thursday 30th Nov 2023
Expand Down

0 comments on commit 905de78

Please sign in to comment.