From 40309ef0a09dd3fe184a121e68609e91118c0f9b Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang Date: Wed, 29 Oct 2025 16:34:05 +0800 Subject: [PATCH 1/3] emulator 1.0.0 --- releaseNotes/AppConfigurationEmulator.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/releaseNotes/AppConfigurationEmulator.md b/releaseNotes/AppConfigurationEmulator.md index fdcb716c..8bc83b99 100644 --- a/releaseNotes/AppConfigurationEmulator.md +++ b/releaseNotes/AppConfigurationEmulator.md @@ -2,6 +2,23 @@ [Image][image] | [Source code][source_code] | [Samples][samples] +## 1.0.0 - October 29. 2025 + +Initial stable release of the Azure App Configuration emulator. + +### Enhancements + +This release builds upon 1.0.0-preview and includes the following enhancements: + +* Added sync-token header in responses [#46](https://github.com/Azure/AppConfiguration-Emulator/pull/46) +* Supported the following API versions: + * `1.0` + * `2023-10-01` + * `2023-11-01` + * `2024-09-01` +* Added support for volume mount of the storage folder [#53](https://github.com/Azure/AppConfiguration-Emulator/pull/53) + + ## 1.0.0-preview - July 31, 2025 Initial preview release of the Azure App Configuration emulator. From fdbec12649f8867578fb257b37bc8f2c7e99d498 Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang Date: Wed, 5 Nov 2025 12:53:03 +0800 Subject: [PATCH 2/3] update --- releaseNotes/AppConfigurationEmulator.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/releaseNotes/AppConfigurationEmulator.md b/releaseNotes/AppConfigurationEmulator.md index 8bc83b99..df0d566f 100644 --- a/releaseNotes/AppConfigurationEmulator.md +++ b/releaseNotes/AppConfigurationEmulator.md @@ -10,13 +10,16 @@ Initial stable release of the Azure App Configuration emulator. This release builds upon 1.0.0-preview and includes the following enhancements: -* Added sync-token header in responses [#46](https://github.com/Azure/AppConfiguration-Emulator/pull/46) * Supported the following API versions: * `1.0` * `2023-10-01` * `2023-11-01` * `2024-09-01` -* Added support for volume mount of the storage folder [#53](https://github.com/Azure/AppConfiguration-Emulator/pull/53) +* 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) + +### Bug fixes + +* Fixed a bug where missing sync-token headers caused the client SDK to crash with null pointer panic. [#46](https://github.com/Azure/AppConfiguration-Emulator/pull/46) ([#43](https://github.com/Azure/AppConfiguration-Emulator/issues/43)) ## 1.0.0-preview - July 31, 2025 From 3e96d8da567e2112e0ce197459d4efec7caecb23 Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang Date: Thu, 13 Nov 2025 11:19:17 +0800 Subject: [PATCH 3/3] update --- releaseNotes/AppConfigurationEmulator.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/releaseNotes/AppConfigurationEmulator.md b/releaseNotes/AppConfigurationEmulator.md index df0d566f..8fb65a3a 100644 --- a/releaseNotes/AppConfigurationEmulator.md +++ b/releaseNotes/AppConfigurationEmulator.md @@ -2,7 +2,7 @@ [Image][image] | [Source code][source_code] | [Samples][samples] -## 1.0.0 - October 29. 2025 +## 1.0.0 - October 29, 2025 Initial stable release of the Azure App Configuration emulator. @@ -10,7 +10,7 @@ Initial stable release of the Azure App Configuration emulator. This release builds upon 1.0.0-preview and includes the following enhancements: -* Supported the following API versions: +* Added support for the following API versions: * `1.0` * `2023-10-01` * `2023-11-01` @@ -19,7 +19,7 @@ This release builds upon 1.0.0-preview and includes the following enhancements: ### Bug fixes -* Fixed a bug where missing sync-token headers caused the client SDK to crash with null pointer panic. [#46](https://github.com/Azure/AppConfiguration-Emulator/pull/46) ([#43](https://github.com/Azure/AppConfiguration-Emulator/issues/43)) +* 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)) ## 1.0.0-preview - July 31, 2025