Skip to content

Releases: jupyterlab-contrib/jupyter-secrets-manager

v0.4.1

06 Oct 15:40

Choose a tag to compare

0.4.1

(Full Changelog)

Enhancements made

Contributors to this release

(GitHub contributors page for this release)

@trungleduc

v0.4.0

21 May 12:29

Choose a tag to compare

0.4.0

(Full Changelog)

Enhancements made

  • Add a setting for the fields visibility #14 (@brichet)

Bugs fixed

  • Do not throw if the secrets manager is disabled #16 (@brichet)

Contributors to this release

(GitHub contributors page for this release)

@brichet

v0.3.0

25 Apr 10:08

Choose a tag to compare

0.3.0

(Full Changelog)

Enhancements made

  • Isolate secrets from others extensions #13 (@brichet)

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@afshin | @brichet | @trungleduc

v0.2.0

28 Mar 16:16

Choose a tag to compare

0.2.0

(Full Changelog)

Enhancements made

  • Add the namespace argument in public functions accessing the secrets #7 (@brichet)
  • Enhance the secrets storage #6 (@brichet)

Contributors to this release

(GitHub contributors page for this release)

@brichet

v0.1.1

10 Mar 17:28

Choose a tag to compare

0.1.1

(Full Changelog)

Enhancements made

  • Allow the DataConnector to partially implements IDataConnector #4 (@brichet)
  • manager's list method returning ids and secret values #3 (@brichet)
  • Add a default connector plugin #1 (@brichet)

Bugs fixed

Maintenance and upkeep improvements

  • Fix repo URL in package.json and some other CI checks #2 (@jtpio)

Contributors to this release

(GitHub contributors page for this release)

@brichet | @jtpio