Skip to content

Commit a0e095b

Browse files
Go provider release notes v1.3.0 (#1099)
1 parent 05dc081 commit a0e095b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

releaseNotes/GoProvider.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
## v1.3.0 - September 29, 2025
6+
7+
### Enhancement
8+
9+
* 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)
10+
* 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)
11+
* Upgraded Go version requirement to `1.24.0`. [#53](https://github.com/Azure/AppConfiguration-GoProvider/pull/53)
12+
513
## v1.2.0 - August 20, 2025
614

715
### Enhancement

0 commit comments

Comments
 (0)