Skip to content

Commit 3a3959d

Browse files
Emulator 1.0.0 release note (#1106)
* emulator 1.0.0 * update * update
1 parent 372b604 commit 3a3959d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

releaseNotes/AppConfigurationEmulator.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
[Image][image] | [Source code][source_code] | [Samples][samples]
44

5+
## 1.0.0 - October 29, 2025
6+
7+
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+
525
## 1.0.0-preview - July 31, 2025
626

727
Initial preview release of the Azure App Configuration emulator.

0 commit comments

Comments
 (0)