- Updated SSMXmlRepository to implement IDeletableXmlRepository for .NET 9 target.
- Update .NET target to use version 8.0.11 of Microsoft.AspNetCore.DataProtection
- Update Microsoft.AspNetCore.DataProtection dependency to address transitive dependencies vulnerabilities
- Replace .NET targets less then .NET 8 with a .NET Standard 2.0 target
- Update Microsoft.AspNetCore.DataProtection dependency to address transitive dependencies vulnerabilities
- Replace .NET targets less then .NET 8 with a .NET Standard 2.0 target
- Update User-Agent string
- Add .NET 8 target
- Added support of Intelligent-Tiering parameter tier
- Pull request #60 Fixed logging paramter casing for structured logging support. Thanks Martin Costello
- Update dependency of Microsoft.AspNetCore.DataProtection.Extensions to use the version that comes with the .NET runtime instead of bring in a specific version.
- Merged PR #48 Add support for adding tags to SSM parameters. Thanks Martin Costello
- Merged PR #49 Fix up code analysis warnings. Thanks Martin Costello
- Breaking change remove target .NET Standard 2.0 and add .NET Core 3.1 and .NET 6
- Merged PR #42 Updated AWS and Microsoft dependencies. Thanks Tristan Hyams
- Update AWS SDK dependencies to 3.7
- Merged PR #21 Upgrade dependency of .netcoresetup to 3.3.101. Thanks Yuxuan Lin
- Update AWS SDK dependencies to 3.5, and update version to 2.0.0
- Merged PR #10 Add advanced tier usage option for large keys. Thanks Konrad Müller
- Remove unnecessary dependencies
- Initial release