Skip to content

Commit 6892b36

Browse files
update
1 parent aaaabfc commit 6892b36

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

releaseNotes/JavaScriptProvider.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,21 @@
44

55
## 2.4.0-preview - January 13, 2026
66

7-
### Enhancements
8-
9-
* 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)
7+
* Added the `loadFromAzureFrontDoor` function based on 2.3.0.
108

119
## 2.3.0 - January 13, 2026
1210

11+
* The preview-only `loadFromAzureFrontDoor` function introduced in 2.3.0-preview is not included in this stable release.
12+
1313
### Enhancements
1414

1515
* 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)
1616

17-
**Note:** Built on 2.2.0. For Azure Front Door support, use 2.4.0-preview or later.
18-
1917
## 2.3.0-preview - November 12, 2025
2018

2119
### Enhancements
2220

23-
* Added a new function, `loadFromAzureFrontDoor`, which can be used to load configuration settings from Azure App Configuration via an Azure Front Door endpoint. This enables client (browser) applications to take advantage of CDN benefits, such as scale, when fetching configuration. [#223](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/223)
21+
* Introduced a new function, `loadFromAzureFrontDoor`, which can be used to load configuration settings from Azure App Configuration via an Azure Front Door endpoint. This enables client (browser) applications to take advantage of CDN benefits, such as scale, when fetching configuration. [#223](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/223)
2422

2523

2624
## 2.2.0 - August 7, 2025

0 commit comments

Comments
 (0)