Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated App Config Change logs #24355

Merged
merged 1 commit into from
Sep 27, 2021
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

## 2.2.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

* Fixed usage of `null` for watch keys. Updates returned `null` labels automatically to `\0`.
* Reworked Feature Flag watching to make sure all changes are detected. Such as new or deleted feature flags.

### Other Changes

* Updated Tracing to check for Key Vault and Dev usage.

## 2.1.0 (2021-09-05)

* Update to JUnit 5 from JUnit 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

## 2.2.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

* Fixed usage of `null` for watch keys. Updates returned `null` labels automatically to `\0`.
* Reworked Feature Flag watching to make sure all changes are detected. Such as new or deleted feature flags.

### Other Changes

* Updated Tracing to check for Key Vault and Dev usage.

## 2.1.0 (2021-09-05)

* Add Health Indicator with the property `management.endpoint.health.azure-app-configuration.enabled` to enable the endpoint.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 2.1.0-beta.1 (Unreleased)

- Updated to JUnit 5

## 2.0.0 (2021-06-21)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@

## 2.2.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
* Updated with latest releases of azure-spring-cloud-appconfiguration-config-web and azure-spring-cloud-feature-management.

## 2.1.0 (2021-09-05)

Expand Down