Skip to content

Add release notes for JavaScript Provider v2.5.0#1144

Open
Copilot wants to merge 2 commits intomainfrom
copilot/release-js-provider-v250
Open

Add release notes for JavaScript Provider v2.5.0#1144
Copilot wants to merge 2 commits intomainfrom
copilot/release-js-provider-v250

Conversation

Copy link
Contributor

Copilot AI commented Mar 24, 2026


💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

Co-authored-by: linglingye001 <143174321+linglingye001@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Azure/AppConfiguration/sessions/26652ef4-8e02-449f-9824-7925eaf0d794
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a new release note entry for the Azure App Configuration JavaScript Provider, documenting the v2.5.0 bug fix in the repository’s releaseNotes/ documentation.

Changes:

  • Added a 2.5.0 release notes section with a Bug Fixes entry describing the constructConfigurationObject + refresh-related fix.


### 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.

[Source code][source_code] | [Package (npm)][package] | [Samples][samples]

## 2.5.0 - March 25, 2026
Copy link
Member

Choose a reason for hiding this comment

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

should be 2.4.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants