You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial stable release of the Azure App Configuration emulator.
8
+
9
+
### Enhancements
10
+
11
+
This release builds upon 1.0.0-preview and includes the following enhancements:
12
+
13
+
* Added support for the following API versions:
14
+
*`1.0`
15
+
*`2023-10-01`
16
+
*`2023-11-01`
17
+
*`2024-09-01`
18
+
* Added support for volume mount of the storage folder, letting containers persist configuration with a lightweight host volume. [#53](https://github.com/Azure/AppConfiguration-Emulator/pull/53)
19
+
20
+
### Bug fixes
21
+
22
+
* Fixed a bug where missing sync-token headers caused client SDKs to crash with null pointer panic. [#46](https://github.com/Azure/AppConfiguration-Emulator/pull/46) ([#43](https://github.com/Azure/AppConfiguration-Emulator/issues/43))
23
+
24
+
5
25
## 1.0.0-preview - July 31, 2025
6
26
7
27
Initial preview release of the Azure App Configuration emulator.
0 commit comments