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
Copy file name to clipboardExpand all lines: sdk/spring/CHANGELOG.md
+28-3Lines changed: 28 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
1
# Release History
2
-
# (Unreleased)
3
-
Upgrade Spring Boot dependencies version to 4.0.3 and Spring Cloud dependencies version to 2025.1.0
4
2
5
-
## 7.1.0 (Not Released)
3
+
## 7.1.0 (2026-03-11)
4
+
- This release is compatible with Spring Boot 4.0.0-4.0.3. (Note: 4.0.x (x>3) should be supported, but they aren't tested with this release.)
5
+
- This release is compatible with Spring Cloud 2025.1.0. (Note: 2025.1.x (x>0) should be supported, but they aren't tested with this release.)
6
+
7
+
### Spring Cloud Azure Dependencies (BOM)
8
+
9
+
#### Dependency Updates
10
+
11
+
- Upgrade `azure-sdk-bom` to 1.3.5.
6
12
7
13
### Spring Cloud Azure Autoconfigure
8
14
@@ -72,6 +78,25 @@ This section includes changes in `spring-messaging-azure-servicebus` module.
72
78
73
79
- Fixed `DefaultServiceBusNamespaceProcessorFactory` not removing closed/disposed `ServiceBusProcessorClient` instances from its internal cache, causing subsequent `createProcessor()` calls to return stale, non-functional processors. [#48030](https://github.com/Azure/azure-sdk-for-java/issues/48030)
74
80
81
+
### Spring Cloud Azure Appconfiguration Config
82
+
83
+
This section includes changes in `spring-cloud-azure-appconfiguration-config` module.
84
+
85
+
### Features Added
86
+
87
+
- Added support for filtering configuration settings and feature flags by tags. Tags can be configured via `spring.cloud.azure.appconfiguration.stores[0].selects[0].tags-filter` for key-value settings and `spring.cloud.azure.appconfiguration.stores[0].feature-flags.selects[0].tags-filter` for feature flags. The value is a list of `tag=value` pairs (e.g., `["env=prod", "team=backend"]`) combined with AND logic. [#47985](https://github.com/Azure/azure-sdk-for-java/pull//47985)
88
+
89
+
### Bugs Fixed
90
+
91
+
- Fixed an issue where feature flag–based refresh did not work when load balancing was enabled with a single configuration store. Feature flag refresh now uses the same load-balanced client selection as configuration refresh, including the single-store scenario. [#48121](https://github.com/Azure/azure-sdk-for-java/pull//48121)
92
+
- Fixed YAML configuration binding for `label-filter` by adding standard no-arg getter methods to `AppConfigurationKeyValueSelector` and `FeatureFlagKeyValueSelector`, enabling proper type resolution by Spring Boot's `@ConfigurationProperties` binder. [#47985](https://github.com/Azure/azure-sdk-for-java/pull//47985)
93
+
94
+
### Azure Spring Data Cosmos
95
+
96
+
This section includes changes in `azure-spring-data-cosmos` module.
97
+
98
+
Please refer to [azure-spring-data-cosmos/CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/spring/azure-spring-data-cosmos/CHANGELOG.md#710-2026-03-11) for more details.
99
+
75
100
## 5.25.0 (2026-03-05)
76
101
- This release is compatible with Spring Boot 3.5.0-3.5.8, 3.4.0-3.4.12, 3.3.0-3.3.13, 3.2.0-3.2.12, 3.1.0-3.1.12. (Note: 3.5.x (x>8) should be supported, but they aren't tested with this release.)
77
102
- This release is compatible with Spring Cloud 2025.0.0, 2024.0.0-2024.0.2, 2023.0.0-2023.0.5, 2022.0.0-2022.0.5. (Note: 2025.0.x (x>0) should be supported, but they aren't tested with this release.)
Copy file name to clipboardExpand all lines: sdk/spring/azure-spring-data-cosmos/CHANGELOG.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,12 @@
1
1
## Release History
2
2
3
-
### 7.1.0-beta.1 (Unreleased)
4
-
5
-
#### Features Added
6
-
7
-
#### Breaking Changes
3
+
### 7.1.0 (2026-03-11)
8
4
9
5
#### Bugs Fixed
10
6
11
7
* Fixing bug where count query defined in a Java text block in `@Query` causes a class cast exception - See [Bug #47910](https://github.com/Azure/azure-sdk-for-java/issues/47910).
Copy file name to clipboardExpand all lines: sdk/spring/spring-cloud-azure-actuator-autoconfigure/CHANGELOG.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,8 @@
1
1
# Release History
2
2
3
-
## 7.1.0-beta.1 (Unreleased)
3
+
## 7.1.0 (2026-03-11)
4
4
5
-
### Features Added
6
-
7
-
### Breaking Changes
8
-
9
-
### Bugs Fixed
10
-
11
-
### Other Changes
5
+
Please refer to [spring/CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#710-2026-03-11) for more details.
Copy file name to clipboardExpand all lines: sdk/spring/spring-cloud-azure-actuator/CHANGELOG.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,8 @@
1
1
# Release History
2
2
3
-
## 7.1.0-beta.1 (Unreleased)
3
+
## 7.1.0 (2026-03-11)
4
4
5
-
### Features Added
6
-
7
-
### Breaking Changes
8
-
9
-
### Bugs Fixed
10
-
11
-
### Other Changes
5
+
Please refer to [spring/CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#710-2026-03-11) for more details.
0 commit comments