From 81662e0c27c7b61b8d9036d883694bf8b6649c9f Mon Sep 17 00:00:00 2001 From: "Lingling Ye (from Dev Box)" Date: Sun, 28 Sep 2025 11:24:27 +0800 Subject: [PATCH] Go provider release notes v1.3.0 --- releaseNotes/GoProvider.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/releaseNotes/GoProvider.md b/releaseNotes/GoProvider.md index 442840f1..398c7942 100644 --- a/releaseNotes/GoProvider.md +++ b/releaseNotes/GoProvider.md @@ -2,6 +2,14 @@ [Source code][source_code] | [Package][package] | [Samples][samples] +## v1.3.0 - September 29, 2025 + +### Enhancement + +* Added support for downloading snapshot's key-values from Azure App Configuration, which is useful to safely deploy configuration changes. [#49](https://github.com/Azure/AppConfiguration-GoProvider/pull/49) +* Added time-based retry mechanism for the initial configuration load to handle transient failures. By default, the retry timeout is set to 100 seconds, which can be customized via the `Options.StartupOptions.Timeout` property. [#51](https://github.com/Azure/AppConfiguration-GoProvider/pull/51) +* Upgraded Go version requirement to `1.24.0`. [#53](https://github.com/Azure/AppConfiguration-GoProvider/pull/53) + ## v1.2.0 - August 20, 2025 ### Enhancement