Skip to content

Commit f5f780c

Browse files
authored
Spring 6.0.0 beta1 release notes (#1070)
* Old Changes * Updated Wording * 6.0.0 beta 1 release notes
1 parent 7e4725f commit f5f780c

2 files changed

Lines changed: 54 additions & 0 deletions

File tree

releaseNotes/SpringCloudAzureAppConfigurationConfig.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,36 @@
1414

1515
[Source code][source_code_web] | [Package (Maven)][package_web]
1616

17+
## 6.0.0-beta.1 - June 04, 2025
18+
19+
### Enhancements
20+
21+
* 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).
38+
39+
## 5.11.0 - March 29, 2024
40+
41+
### Enhancements
42+
43+
* Add telemetry schema [#38933](https://github.com/Azure/azure-sdk-for-java/pull/38933).
44+
* 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).
46+
1747
## 5.9.0-beta.1 - January 11, 2024
1848

1949
### Enhancements

releaseNotes/SpringCloudAzureFeatureManagement.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,30 @@
88

99
[Source code][source_code_web] | [Package (Maven)][package_web]
1010

11+
## 6.0.0-beta.1 - June 04, 2025
12+
13+
### Breaking Changes
14+
15+
* 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).
34+
1135
## 5.9.0-beta.1 - January 11, 2024
1236

1337
### Enhancements

0 commit comments

Comments
 (0)