Releases: Kralizek/AWSSecretsManagerConfigurationExtensions
Releases · Kralizek/AWSSecretsManagerConfigurationExtensions
v1.7.0
What's Changed
- Update README to include EKS by @OliverRC in #69
- Bumped Newtonsoft.Json to 13.0.1 #72
- Allow customization of GetSecretValueRequest by @avalara-stephen-hickey #77
New Contributors
- @OliverRC made their first contribution in #69
- @avalara-stephen-hickey made their first contribution in #77
Full Changelog: v1.6.3...v1.7.0
Version 1.6.3
Version 1.6.2
Version 1.6.1
Version 1.6.0
- Added possibility to specify a list of ARNs to access rather than scanning all available secrets #46
- Added possibility to use AWS SecretsManager filters capabilities #47
- Made JSON detection more robust #50
Thanks @scott-phillips-ah, @ycherkes, @smurtdev, @mirkogeffken
Version 1.5.0
Added possibility to explicitly force the reload of the configuration (#42)
Thanks @TheRubble
Version 1.4.1
- Aligned the provider with .NET recommendations about case-sensitiveness of underlying dictionary (#32)
Thanks @Erwinvandervalk
Version 1.4.0
- Add support for custom client factory (#30)
Version 1.3.0
- Added support to refresh the provider with updated secrets via polling (#23)
Thanks @manuel-guilbault