From a22e0e2933f3df08e4f3a41d25db5502ce3e425e Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang Date: Thu, 11 Dec 2025 17:52:29 +0800 Subject: [PATCH] release note emulator 1.0.2 --- releaseNotes/AppConfigurationEmulator.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/releaseNotes/AppConfigurationEmulator.md b/releaseNotes/AppConfigurationEmulator.md index 8fb65a3a..a79da500 100644 --- a/releaseNotes/AppConfigurationEmulator.md +++ b/releaseNotes/AppConfigurationEmulator.md @@ -2,6 +2,18 @@ [Image][image] | [Source code][source_code] | [Samples][samples] +## 1.0.2 - December 11, 2025 + +### Bug fixes + +* Fixed a bug where the null label `%00` in URL queries was not recognized correctly. [#63](https://github.com/Azure/AppConfiguration-Emulator/pull/63) + +## 1.0.1 - December 4, 2025 + +### Bug fixes + +* Upgraded the React version for the emulator UI. [#64](https://github.com/Azure/AppConfiguration-Emulator/pull/64) + ## 1.0.0 - October 29, 2025 Initial stable release of the Azure App Configuration emulator.