Skip to content
Open
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.4.1 - March 25, 2026

### Bug Fixes

* Fixed a bug where calling `constructConfigurationObject` after a configuration refresh would fail with an `InvalidOperationError` indicating ambiguity when constructing a configuration object. The issue occurred because parsed JSON values were assigned by reference instead of by deep copy, causing subsequent calls to `constructConfigurationObject` to encounter modified data from a previous call. [#286](https://github.com/Azure/AppConfiguration-JavaScriptProvider/issues/286)
Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This entry links to issue #286, but the PR description says the fix was done in #288 (and links to PR #288). Please align the reference (issue vs PR number and URL) so the release notes point to the correct upstream change.

Copilot uses AI. Check for mistakes.

## 2.5.0-preview - February 26, 2026

### Enhancements
Expand Down