diff --git a/releaseNotes/JavaScriptProvider.md b/releaseNotes/JavaScriptProvider.md index d2be7eca..4519d359 100644 --- a/releaseNotes/JavaScriptProvider.md +++ b/releaseNotes/JavaScriptProvider.md @@ -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) + +## 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