Skip to content

Releases: Kralizek/AWSSecretsManagerConfigurationExtensions

v2.0.0

25 May 18:22
111ccb7

Choose a tag to compare

What's Changed

  • Full 2.0 breaking refresh by @Copilot in #104
  • Split AddSecretsManager into three explicit modes: Discovery, KnownSecret, KnownSecrets by @Copilot in #112
  • feat: add OpenTelemetry distributed tracing and metrics by @Copilot in #113
  • Add behavioral test coverage for issues #103, #101, #86, #82, #65, #20 by @Copilot in #114
  • docs: add governance templates and contribution guidelines by @Kralizek in #115
  • Rework KeyGenerator to use SecretKeyGeneratorContext across all provider modes by @Copilot in #122
  • Add built-in key mapping options (SecretKeyMappingOptions) by @Copilot in #123
  • Rework sample directory for 2.0 APIs by @Copilot in #125

New Contributors

  • @Copilot made their first contribution in #104

Full Changelog: v1.7.0...v2.0.0

v2.0.0-rc.1

20 May 08:03
111ccb7

Choose a tag to compare

v2.0.0-rc.1 Pre-release
Pre-release

What's Changed

  • Full 2.0 breaking refresh by @Copilot in #104
  • Split AddSecretsManager into three explicit modes: Discovery, KnownSecret, KnownSecrets by @Copilot in #112
  • feat: add OpenTelemetry distributed tracing and metrics by @Copilot in #113
  • Add behavioral test coverage for issues #103, #101, #86, #82, #65, #20 by @Copilot in #114
  • docs: add governance templates and contribution guidelines by @Kralizek in #115
  • Rework KeyGenerator to use SecretKeyGeneratorContext across all provider modes by @Copilot in #122
  • Add built-in key mapping options (SecretKeyMappingOptions) by @Copilot in #123
  • Rework sample directory for 2.0 APIs by @Copilot in #125

New Contributors

  • @Copilot made their first contribution in #104

Full Changelog: v1.7.0...v2.0.0-rc.1

v2.0.0-beta.5

08 May 13:26
9f5fe63

Choose a tag to compare

v2.0.0-beta.5 Pre-release
Pre-release

What's Changed

  • docs: add governance templates and contribution guidelines by @Kralizek in #115
  • Rework KeyGenerator to use SecretKeyGeneratorContext across all provider modes by @Copilot in #122
  • Add built-in key mapping options (SecretKeyMappingOptions) by @Copilot in #123
  • Rework sample directory for 2.0 APIs by @Copilot in #125

Full Changelog: v2.0.0-beta.4...v2.0.0-beta.5

v2.0.0-beta.4

06 May 09:32
3732d76

Choose a tag to compare

v2.0.0-beta.4 Pre-release
Pre-release

What's Changed

  • feat: add OpenTelemetry distributed tracing and metrics by @Copilot in #113
  • Add behavioral test coverage for issues #103, #101, #86, #82, #65, #20 by @Copilot in #114

Full Changelog: v2.0.0-beta.3...v2.0.0-beta.4

v2.0.0-beta.3

29 Apr 11:42

Choose a tag to compare

v2.0.0-beta.3 Pre-release
Pre-release

What's Changed

  • Split AddSecretsManager into three explicit modes: Discovery, KnownSecret, KnownSecrets by @Copilot in #112

Full Changelog: v2.0.0-beta.2...v2.0.0-beta.3

v2.0.0-beta.2

28 Apr 22:37

Choose a tag to compare

v2.0.0-beta.2 Pre-release
Pre-release

v2.0.0-beta.1

28 Apr 22:33

Choose a tag to compare

v2.0.0-beta.1 Pre-release
Pre-release

What's Changed

  • Full 2.0 breaking refresh by @Copilot in #104

New Contributors

  • @Copilot made their first contribution in #104

Full Changelog: v1.7.0...v2.0.0-beta.1

v1.7.0

08 Nov 14:44

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.3...v1.7.0

Version 1.6.3

08 Sep 09:19

Choose a tag to compare

  • Added XML comments to properties of SecretsManagerConfigurationProviderOptions #60

Thanks @devklick for the contribution!

Version 1.6.2

19 May 12:58
7a2dd15

Choose a tag to compare

  • Fill the name of the SecretListEntry from the GetSecretValueResponse when options.AcceptedSecretArns is specified #54

Thanks to @ycherkes for fixing this issue.