Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 17 additions & 5 deletions releaseNotes/GoProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
juniwang marked this conversation as resolved.

## 1.0.0-beta.2 - May 29, 2025

### Enhancement
Expand All @@ -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
Expand Down