Skip to content

Commit

Permalink
Updated App Config Change logs (#24355)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm9084 authored Sep 27, 2021
1 parent 50a7d18 commit 81313a4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
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

0 comments on commit 81313a4

Please sign in to comment.