From e85794bcacaba98958e8d9067ee5470475840753 Mon Sep 17 00:00:00 2001 From: "Lingling Ye (from Dev Box)" Date: Thu, 19 Jun 2025 16:34:28 +0800 Subject: [PATCH 1/3] release notes of Go provider v1.0.0 --- releaseNotes/GoProvider.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/releaseNotes/GoProvider.md b/releaseNotes/GoProvider.md index 6e168b64..1a8e1b8f 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 EntraID +- 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 From f783c8962b7361d15ba10b3f35dfd266937a72bc Mon Sep 17 00:00:00 2001 From: "Lingling Ye (from Dev Box)" Date: Thu, 19 Jun 2025 16:41:49 +0800 Subject: [PATCH 2/3] update --- releaseNotes/GoProvider.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/releaseNotes/GoProvider.md b/releaseNotes/GoProvider.md index 1a8e1b8f..75464cd6 100644 --- a/releaseNotes/GoProvider.md +++ b/releaseNotes/GoProvider.md @@ -5,14 +5,14 @@ ## v1.0.0 - June 19, 2025 This is the first stable release of the following features: -- authentication with connection string or Microsoft EntraID -- loading and composing configuration with key-value selectors -- key prefix trimming +- Authentication with connection string or Microsoft EntraID +- 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 +- 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 @@ -25,12 +25,12 @@ This is the first stable release of the following features: ## 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 EntraID +- 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 From fbd88529ff773dda9d39d36263549ed6ee60947b Mon Sep 17 00:00:00 2001 From: "Lingling Ye (from Dev Box)" Date: Mon, 23 Jun 2025 09:42:40 +0800 Subject: [PATCH 3/3] update --- releaseNotes/GoProvider.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releaseNotes/GoProvider.md b/releaseNotes/GoProvider.md index 75464cd6..65bdae5b 100644 --- a/releaseNotes/GoProvider.md +++ b/releaseNotes/GoProvider.md @@ -5,7 +5,7 @@ ## v1.0.0 - June 19, 2025 This is the first stable release of the following features: -- Authentication with connection string or Microsoft EntraID +- Authentication with connection string or Microsoft Entra ID - Loading and composing configuration with key-value selectors - Key prefix trimming - Key Vault reference resolution @@ -25,7 +25,7 @@ This is the first stable release of the following features: ## 1.0.0-beta.1 - April 10, 2025 Added support for -- Authentication with connection string or Microsoft EntraID +- Authentication with connection string or Microsoft Entra ID - Loading and composing configuration with key-value selectors - Key prefix trimming - Key Vault reference resolution