diff --git a/releaseNotes/JavaScriptProvider.md b/releaseNotes/JavaScriptProvider.md index 10a65702..024bb465 100644 --- a/releaseNotes/JavaScriptProvider.md +++ b/releaseNotes/JavaScriptProvider.md @@ -2,6 +2,12 @@ [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) + ## 2.4.2 - May 7, 2026 ### Bug Fixes