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
6 changes: 6 additions & 0 deletions releaseNotes/JavaScriptProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down