diff --git a/releaseNotes/GoProvider.md b/releaseNotes/GoProvider.md index 6e168b64..65bdae5b 100644 --- a/releaseNotes/GoProvider.md +++ b/releaseNotes/GoProvider.md @@ -2,6 +2,18 @@ [Source code][source_code] | [Package][package] | [Samples][samples] +## v1.0.0 - June 19, 2025 + +This is the first stable release of the following features: +- Authentication with connection string or Microsoft Entra ID +- Loading and composing configuration with key-value selectors +- Key prefix trimming +- Key Vault reference resolution +- Strongly-typed struct data binding +- Returning key-values as raw json bytes +- Dynamic configuration refresh +- Periodically resolving Key Vault references to fetch the latest version of secret + ## 1.0.0-beta.2 - May 29, 2025 ### Enhancement @@ -13,12 +25,12 @@ ## 1.0.0-beta.1 - April 10, 2025 Added support for -- authentication with connection string or Microsoft EntraID -- loading and composing configuration with key-value selectors -- key prefix trimming +- Authentication with connection string or Microsoft Entra ID +- Loading and composing configuration with key-value selectors +- Key prefix trimming - Key Vault reference resolution -- strongly-typed struct data binding -- returning key-values as raw json bytes +- Strongly-typed struct data binding +- Returning key-values as raw json bytes [source_code]: https://github.com/Azure/AppConfiguration-GoProvider [package]: https://pkg.go.dev/github.com/Azure/AppConfiguration-GoProvider/azureappconfiguration