Releases: juju/js-libjuju
Releases · juju/js-libjuju
7.0.0
Breaking changes
- This release introduces the ability to log in using OIDC. This can be enabled by passing
oidcEnabled: true
to the connection options when callingconnect()
orconnectAndLogin
and when enabled, no credentials need to be provided. To support this change the order of parameters toconnectAndLogin
has changed. - This release also removes the wrapper utilities that were outdated and not being used in Juju Dashboard.
Full Changelog: 6.0.0...7.0.0
6.0.0
Breaking changes:
- Facade methods resolve/reject for error/successful requests instead of resolving with a string for errors and resolving with a response object for successful requests.
Full Changelog: 5.0.0...6.0.0
5.0.0
Improvements:
- Rebuilt facades with optional parameters in objects that don't have an array of required keys.
Full Changelog: 4.1.0...5.0.0
4.1.0
4.0.0
New features:
- Added support for
patternProperties
. Previously these types were discarded and replaced with theAdditionalProperties
type. - Update to 3.2.1 Juju schema.
- Added AgentLifeFlag facade.
Improvements:
- BREAKING: Rebuild latest facades with
patternProperties
types.