Skip to content

Commit 5448664

Browse files
Go provider release notes v1.0.0 (#1072)
* release notes of Go provider v1.0.0 * update * update
1 parent 6480bde commit 5448664

1 file changed

Lines changed: 17 additions & 5 deletions

File tree

releaseNotes/GoProvider.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
[Source code][source_code] | [Package][package] | [Samples][samples]
44

5+
## v1.0.0 - June 19, 2025
6+
7+
This is the first stable release of the following features:
8+
- Authentication with connection string or Microsoft Entra ID
9+
- Loading and composing configuration with key-value selectors
10+
- Key prefix trimming
11+
- Key Vault reference resolution
12+
- Strongly-typed struct data binding
13+
- Returning key-values as raw json bytes
14+
- Dynamic configuration refresh
15+
- Periodically resolving Key Vault references to fetch the latest version of secret
16+
517
## 1.0.0-beta.2 - May 29, 2025
618

719
### Enhancement
@@ -13,12 +25,12 @@
1325
## 1.0.0-beta.1 - April 10, 2025
1426

1527
Added support for
16-
- authentication with connection string or Microsoft EntraID
17-
- loading and composing configuration with key-value selectors
18-
- key prefix trimming
28+
- Authentication with connection string or Microsoft Entra ID
29+
- Loading and composing configuration with key-value selectors
30+
- Key prefix trimming
1931
- Key Vault reference resolution
20-
- strongly-typed struct data binding
21-
- returning key-values as raw json bytes
32+
- Strongly-typed struct data binding
33+
- Returning key-values as raw json bytes
2234

2335
[source_code]: https://github.com/Azure/AppConfiguration-GoProvider
2436
[package]: https://pkg.go.dev/github.com/Azure/AppConfiguration-GoProvider/azureappconfiguration

0 commit comments

Comments
 (0)