Skip to content

1.3.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 12 May 12:52
· 1363 commits to refs/heads/develop since this release
598729c

Changes

In this release we are excited to announce the first developer preview for the new Parameters utility 🎉. This new utility provides high-level functionality to retrieve one or multiple parameter values from AWS Systems Manager Parameter Store, AWS Secrets Manager, or Amazon DynamoDB. We also provide extensibility to bring your own providers.

⚠️ Warning
This utility is currently in developer preview and is intended strictly for feedback and testing purposes and not for production workloads. The version and all future versions tagged with the -preview suffix should be treated as not stable. Until this utility is General Availability we may introduce significant breaking changes and improvements in response to customers feedback.

🌟Key features

  • Retrieve one or multiple parameters from the underlying provider
  • Cache parameter values for a given amount of time (defaults to 5 seconds)
  • Transform parameter values from JSON or base 64 encoded strings
  • Bring your own parameter store provider

--

Quick links: 📜 Documentation | ⬇️ NuGet | 🐛 Bug Report

This release was made possible by the following contributors:

@amirkaws, @hjgraca and @sliedig