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

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

## 2.4.0-preview - January 13, 2026

### Enhancements

* Added support for snapshot references. If a configuration setting's value is a snapshot reference, loading it automatically loads all key-values from the referenced snapshot. This enables dynamically switching between snapshots at runtime. [#232](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/232)
Copy link
Member

Choose a reason for hiding this comment

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

I don't understand why this shows up in 2.3.0 and 2.4.0-preview. If it was introduced in 2.3.0 then it doesn't need to be mentioned in 2.3.0-preview.

Copy link
Member Author

@zhiyuanliang-ms zhiyuanliang-ms Jan 18, 2026

Choose a reason for hiding this comment

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

2.3.0-preview added AFD support to 2.2.0
We have two new releases:
2.3.0 added snapshot reference to 2.2.0
2.4.0-preview added snapshot reference to 2.3.0-preview


## 2.3.0 - January 13, 2026

### Enhancements

* Added support for snapshot references. If a configuration setting's value is a snapshot reference, loading it automatically loads all key-values from the referenced snapshot. This enables dynamically switching between snapshots at runtime. [#232](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/232)

**Note:** Built on 2.2.0. For Azure Front Door support, use 2.4.0-preview or later.

## 2.3.0-preview - November 12, 2025

### Enhancements
Expand Down
Loading