Skip to content

Commit ac2cb83

Browse files
committed
remove release notes
1 parent 9fc417d commit ac2cb83

2 files changed

Lines changed: 0 additions & 20 deletions

File tree

releaseNotes/SpringCloudAzureAppConfigurationConfig.md

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

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

17-
## 6.0.0 - September 22, 2025
18-
19-
### Breaking Changes
20-
21-
* Replaced `bootstrap.properties` and `bootstrap.yml` configuration with the standard Spring configuration system using `application.properties` and `application.yml`. Applications must now set `spring.config.import=azureAppConfiguration` to load Azure App Configuration. [#45222](https://github.com/Azure/azure-sdk-for-java/pull/45222)
22-
* Changed the default authentication method from `ManagedIdentityCredential` to `DefaultAzureCredential`. Applications that previously relied on `ManagedIdentityCredential` should verify their authentication configuration is compatible with `DefaultAzureCredential`. [#45222](https://github.com/Azure/azure-sdk-for-java/pull/45222)
23-
* Removed the `fail-fast` property. Replicas should be used to ensure high availability. [#45222](https://github.com/Azure/azure-sdk-for-java/pull/45222)
24-
2517
## 6.0.0-beta.1 - June 04, 2025
2618

2719
### Enhancements

releaseNotes/SpringCloudAzureFeatureManagement.md

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

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

11-
## 6.0.0 - September 22, 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. [#45222](https://github.com/Azure/azure-sdk-for-java/pull/45222)
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). [#38293](https://github.com/Azure/azure-sdk-for-java/pull/38293)
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. [#29691](https://github.com/Azure/azure-sdk-for-java/issues/29691)
21-
* Added built-in Feature Filters that are now created by default if no filters are provided. [#38293](https://github.com/Azure/azure-sdk-for-java/pull/38293)
22-
2311
## 6.0.0-beta.1 - June 04, 2025
2412

2513
### Breaking Changes

0 commit comments

Comments
 (0)