Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions releaseNotes/AppConfigurationEmulator.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

[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 support for the following API versions:
* `1.0`
* `2023-10-01`
* `2023-11-01`
* `2024-09-01`
* 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 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

Initial preview release of the Azure App Configuration emulator.
Expand Down