You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added support for new Spring configuration system. Now uses `application.properties` and `application.yml` files instead of `bootstrap.properties` and `bootstrap.yml`.
22
+
* Now requires `spring.config.import=azureAppConfiguration` to be set to load Azure App Configuration.
23
+
* Added `DefaultAzureCredential` as the default authentication method instead of `ManagedIdentityCredential`.
24
+
* Removed `fail-fast` property. Replicas should be used to ensure high availability.
25
+
26
+
## 5.16.0 - September 09, 2024
27
+
28
+
### Bug Fixes
29
+
30
+
* Fixed missing "additional-spring-configuration-metadata.json" in spring-cloud-azure-starter-appconfiguration-config. [#41502](https://github.com/Azure/azure-sdk-for-java/pull/41502).
31
+
32
+
## 5.13.0 - June 06, 2024
33
+
34
+
### Bug Fixes
35
+
36
+
* Fixed a bug where App Configuration exposed the value of key in error message when parsing invalid JSON. [#40132](https://github.com/Azure/azure-sdk-for-java/pull/40132).
37
+
* Fixed a bug where final modifier on App Configuration refresh endpoints caused errors when creating Spring AOP Aspects. [#40452](https://github.com/Azure/azure-sdk-for-java/pull/40452).
* Added Auto fail over support. Will automatically find Azure App Configuration replica stores for provided store. The found replica stores will be used as fail over stores after all provided replicas have failed [#38534](https://github.com/Azure/azure-sdk-for-java/pull/38534).
45
+
* Added property to disable auto fail over support `spring.cloud.azure.appconfiguration.stores[0].replica-discovery-enabled`[#38534](https://github.com/Azure/azure-sdk-for-java/pull/38534).
* Changed the method for calculating the `TargetingFilter` to match the results for the other Feature Management libraries. This will result in different results for percentage rollouts.
16
+
17
+
### Enhancements
18
+
19
+
* Added support for Feature Variants. A new method has been added to `FeatureManager` that allows you to retrieve the `Variant` of a feature flag. See the [Variants documentation](https://learn.microsoft.com/azure/azure-app-configuration/howto-variant-feature-flags).
20
+
* Added support for providing local context to feature filters. All `FeatureManager` methods now have an overload that accepts a feature context which is an `Object`. This context is passed to the feature filters and can be used to provide additional information to the filters.
21
+
* Added built-in Feature Filters that are now created by default if no filters are provided.
22
+
23
+
## 5.16.0 - September 09, 2024
24
+
25
+
### Bug Fixes
26
+
27
+
* Fixed support for map and list when parsing client_filters parameter. [#41298](https://github.com/Azure/azure-sdk-for-java/pull/41298).
28
+
29
+
## 5.14.0 - July 05, 2024
30
+
31
+
### Enhancements
32
+
33
+
* Added "Recurrence" parameter for TimeWindowFilter to support configuring feature flags to recur periodically. [#40093](https://github.com/Azure/azure-sdk-for-java/pull/40093).
0 commit comments