Skip to content

Latest commit

 

History

History
123 lines (68 loc) · 7.94 KB

File metadata and controls

123 lines (68 loc) · 7.94 KB

Changelog

0.5.0

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@afshin (activity) | @brichet (activity) | @martinRenou (activity)

0.4.1

(Full Changelog)

Enhancements made

Contributors to this release

(GitHub contributors page for this release)

@trungleduc

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

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

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

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