From a4f12aa33396159c370334acdde368bd16767b20 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Jun 2026 06:15:21 +0000 Subject: [PATCH 1/2] Add JavaScript Provider v2.5.0 release notes --- releaseNotes/JavaScriptProvider.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/releaseNotes/JavaScriptProvider.md b/releaseNotes/JavaScriptProvider.md index 10a65702..74d8fec1 100644 --- a/releaseNotes/JavaScriptProvider.md +++ b/releaseNotes/JavaScriptProvider.md @@ -2,6 +2,13 @@ [Source code][source_code] | [Package (npm)][package] | [Samples][samples] +## 2.5.0 - June 24, 2026 + +### Enhancements + +* The `secretResolver` callback in `keyVaultOptions` can now return a value of any type instead of only a string. This lets you resolve a Key Vault reference to a structured value, for example by parsing a secret whose content type is `application/json` into an object so it behaves the same as a JSON value stored directly in App Configuration. [#78](https://github.com/Azure/AppConfiguration-JavaScriptProvider/issues/78) +* Optimized refresh behavior for `loadFromAzureFrontDoor` by using `HEAD` requests to check for changes. [#275](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/275) + ## 2.4.2 - May 7, 2026 ### Bug Fixes From 5f08c121c1f2ad23a40d95242d07639b9676abe6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Jun 2026 06:19:29 +0000 Subject: [PATCH 2/2] Remove loadFromAzureFrontDoor HEAD requests entry from v2.5.0 notes --- releaseNotes/JavaScriptProvider.md | 1 - 1 file changed, 1 deletion(-) diff --git a/releaseNotes/JavaScriptProvider.md b/releaseNotes/JavaScriptProvider.md index 74d8fec1..024bb465 100644 --- a/releaseNotes/JavaScriptProvider.md +++ b/releaseNotes/JavaScriptProvider.md @@ -7,7 +7,6 @@ ### Enhancements * The `secretResolver` callback in `keyVaultOptions` can now return a value of any type instead of only a string. This lets you resolve a Key Vault reference to a structured value, for example by parsing a secret whose content type is `application/json` into an object so it behaves the same as a JSON value stored directly in App Configuration. [#78](https://github.com/Azure/AppConfiguration-JavaScriptProvider/issues/78) -* Optimized refresh behavior for `loadFromAzureFrontDoor` by using `HEAD` requests to check for changes. [#275](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/275) ## 2.4.2 - May 7, 2026