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
+77Lines changed: 77 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,52 @@ This section includes changes in `spring-cloud-azure-autoconfigure` module.
21
21
#### Dependency Updates
22
22
- Upgrade spring-security to 5.7.5 to address [CVE-2022-31690](https://tanzu.vmware.com/security/cve-2022-31690)[#32145](https://github.com/Azure/azure-sdk-for-java/pull/32145).
23
23
24
+
## 6.0.0-beta.4 (2022-12-07)
25
+
Upgrade Spring Boot dependencies version to 3.0.0-RC2 and Spring Cloud dependencies version to 2022.0.0-RC2.
26
+
27
+
### Spring Cloud Azure Autoconfigure
28
+
This section includes changes in `spring-cloud-azure-autoconfigure` module.
29
+
30
+
#### Features Added
31
+
- Remove warning logs of Kafka passwordless autoconfiguration. [#31182](https://github.com/Azure/azure-sdk-for-java/issues/31182).
32
+
- Enhance the Azure AD Resource Server configurer to accept the custom jwt granted authorities converter. [#28665](https://github.com/Azure/azure-sdk-for-java/issues/28665).
33
+
34
+
#### Breaking Changes
35
+
- Move Key Vault environment classes for internal usage to the implementation package [#32428](https://github.com/Azure/azure-sdk-for-java/pull/32428).
36
+
- Delete properties: `spring.jms.serviebus.username`, `spring.jms.serviebus.password` and `spring.jms.serviebus.remote-uri`[#32465](https://github.com/Azure/azure-sdk-for-java/pull/32465).
37
+
38
+
## 6.0.0-beta.3 (2022-11-04)
39
+
Upgrade Spring Boot dependencies version to 3.0.0-RC1 and Spring Cloud dependencies version to 2022.0.0-RC1.
40
+
41
+
#### Breaking Changes
42
+
- Delete the artifact `spring-cloud-azure-trace-sleuth`[#31543](https://github.com/Azure/azure-sdk-for-java/pull/31543).
43
+
44
+
### Spring Cloud Azure Autoconfigure
45
+
This section includes changes in `spring-cloud-azure-autoconfigure` module.
46
+
47
+
#### Breaking Changes
48
+
- Delete the class `com.azure.spring.cloud.autoconfigure.aad.implementation.oauth2.AadOAuth2AuthenticatedPrincipal`[#31543](https://github.com/Azure/azure-sdk-for-java/pull/31543).
49
+
- Delete the class `com.azure.spring.cloud.autoconfigure.aad.implementation.webapi.AadOboOAuth2AuthorizedClientProvider`[#31543](https://github.com/Azure/azure-sdk-for-java/pull/31543).
50
+
- Delete the class `com.azure.spring.cloud.autoconfigure.aad.properties.AadAuthorizationGrantType`[#31543](https://github.com/Azure/azure-sdk-for-java/pull/31543).
51
+
- Delete the class `com.azure.spring.cloud.autoconfigure.aad.AadJwtBearerTokenAuthenticationConverter`[#31543](https://github.com/Azure/azure-sdk-for-java/pull/31543).
52
+
- Delete the `AuthorizationGrantType.PASSWORD` support[#31543](https://github.com/Azure/azure-sdk-for-java/pull/31543).
53
+
- Delete the auto configuration for Spring Cloud Sleuth support[#31543](https://github.com/Azure/azure-sdk-for-java/pull/31543).
54
+
- Use the `com.nimbusds.jwt.proc.DefaultJWTClaimsVerifier#DefaultJWTClaimsVerifier(com.nimbusds.jwt.JWTClaimsSet, java.util.Set<java.lang.String>)` instead of `com.nimbusds.jwt.proc.DefaultJWTClaimsVerifier#DefaultJWTClaimsVerifier()`[#31543](https://github.com/Azure/azure-sdk-for-java/pull/31543).
55
+
- Use the `org.springframework.http.ResponseEntity#getStatusCode` instead of `org.springframework.http.ResponseEntity#getStatusCodeValue`[#31543](https://github.com/Azure/azure-sdk-for-java/pull/31543).
56
+
- Use an abstract configurer `AbstractHttpConfigurer` instead of `org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter`[#31543](https://github.com/Azure/azure-sdk-for-java/pull/31543).
57
+
- Use the annotation `org.springframework.security.config.annotation.method.configuration.EnableMethodSecurity` instead the `org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity`[#31808](https://github.com/Azure/azure-sdk-for-java/pull/31808).
58
+
- Use the class `org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthenticationToken` instead of `org.springframework.security.oauth2.server.resource.BearerTokenAuthenticationToken`[#31808](https://github.com/Azure/azure-sdk-for-java/pull/31808).
59
+
60
+
#### Bugs Fixed
61
+
- Fix bug: Put a value into Collections.emptyMap(). [#31190](https://github.com/Azure/azure-sdk-for-java/issues/31190).
62
+
- Fix bug: RestTemplate used to get access token should only contain 2 converters. [#31482](https://github.com/Azure/azure-sdk-for-java/issues/31482).
63
+
- Fix bug: RestOperations is not well configured when jwkResolver is null. [#31218](https://github.com/Azure/azure-sdk-for-java/issues/31218).
- Fix bug: NimbusJwtDecoder still uses `RestTemplate()` instead `RestTemplateBuilder`[#31233](https://github.com/Azure/azure-sdk-for-java/issues/31233)
66
+
- Fix bug: Proxy setting not work in Azure AD B2C web application. [31593](https://github.com/Azure/azure-sdk-for-java/issues/31593)
67
+
- Fix Bug: NoClassDefFoundError for JSONArray. [31716](https://github.com/Azure/azure-sdk-for-java/issues/31716)
68
+
- Fix bug: `spring.main.sources` configuration from Spring Cloud Stream Kafka binder cannot take effect. [#31715](https://github.com/Azure/azure-sdk-for-java/pull/31715)
69
+
24
70
## 4.4.1 (2022-10-31)
25
71
26
72
### Spring Cloud Azure Autoconfigure
@@ -36,6 +82,37 @@ This section includes changes in `spring-cloud-azure-autoconfigure` module.
36
82
- Fix Bug: NoClassDefFoundError for JSONArray. [31716](https://github.com/Azure/azure-sdk-for-java/issues/31716)
37
83
- Fix bug: `spring.main.sources` configuration from Spring Cloud Stream Kafka binder cannot take effect. [#31715](https://github.com/Azure/azure-sdk-for-java/pull/31715)
38
84
85
+
## 6.0.0-beta.2 (2022-09-30)
86
+
Upgrade Spring Boot dependencies version to 3.0.0-M4 and Spring Cloud dependencies version to 2022.0.0-M4.
87
+
88
+
### Spring Cloud Azure Autoconfigure
89
+
This section includes changes in `spring-cloud-azure-autoconfigure` module.
90
+
91
+
#### Features Added
92
+
- Support auto start-up for the auto-configured Service Bus Processor Client by enabling a new property of `spring.cloud.azure.servicebus.processor.auto-startup`. [#29997](https://github.com/Azure/azure-sdk-for-java/issues/29997)
93
+
- Configure the `spring.main.sources` with `AzureKafkaSpringCloudStreamConfiguration` class for Spring Cloud Stream Kafka Binder context, which helps developers omit customizing the property manually when leveraging Azure Identity with Kafka [#29976](https://github.com/Azure/azure-sdk-for-java/issues/29976).
94
+
- Provide the property of `spring.cloud.azure.eventhubs.kafka.enabled` to turn of/off the OAuth2 support of Spring Cloud Azure for Event Hubs for Kafka [#30574](https://github.com/Azure/azure-sdk-for-java/issues/30574).
95
+
- Support connecting to Azure AD via proxy. To achieve this, customer need provide a custom `RestTemplateCustomizer` bean. [#26493](https://github.com/Azure/azure-sdk-for-java/issues/26493).
- Fix parameter `requested_token_use` missing when using On behalf of process [#30359](https://github.com/Azure/azure-sdk-for-java/issues/30359).
100
+
- Fix the invalid user agent for Apache Kafka [#30574](https://github.com/Azure/azure-sdk-for-java/pull/30933).
101
+
- Fix Kafka `OAuth2AuthenticateCallbackHandler` cannot work with Kafka refreshing login mechanism [#30719](https://github.com/Azure/azure-sdk-for-java/issues/30719).
102
+
- Fix the cloud type cannot be configured for a consumer/producer/processor of Service Bus / Event Hubs bug [#30936](https://github.com/Azure/azure-sdk-for-java/issues/30936).
103
+
104
+
### Spring Cloud Stream Event Hubs Binder
105
+
#### Bugs Fixed
106
+
- Fix the cloud type cannot be configured for Event Hubs Binder bug [#30936](https://github.com/Azure/azure-sdk-for-java/issues/30936).
107
+
108
+
### Spring Cloud Stream Service Bus Binder
109
+
#### Breaking Changes
110
+
- Removed Spring Data Cosmos Auto Configuration support as Spring Data 3 is currently not supported.
111
+
112
+
#### Bugs Fixed
113
+
- Fix the Service Bus Binder cannot automatically create Topic/Subscriptions from consumer bug. [#30722](https://github.com/Azure/azure-sdk-for-java/pull/30722).
114
+
- Fix the cloud type cannot be configured for Service Bus Binder bug [#30936](https://github.com/Azure/azure-sdk-for-java/issues/30936).
115
+
39
116
## 4.4.0 (2022-09-26)
40
117
Upgrade Spring Boot dependencies version to 2.7.3 and Spring Cloud dependencies version to 2021.0.3
41
118
Upgrade Spring Boot dependencies version to 2.7.2 and Spring Cloud dependencies version to 2021.0.3.
Copy file name to clipboardExpand all lines: sdk/spring/spring-cloud-azure-actuator-autoconfigure/CHANGELOG.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/
24
24
25
25
## 4.4.1 (2022-10-31)
26
26
27
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/87caddfe8c06aaf471d9ee72428a6ac21f1d2e14/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details.
27
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details.
28
28
29
29
## 4.4.0 (2022-09-26)
30
30
@@ -48,25 +48,25 @@ Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/
48
48
49
49
## 4.3.0 (2022-06-29)
50
50
51
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/5715c1bf3d88941760ed5aa3ebce216eee8fa50a/sdk/spring/CHANGELOG.md#430-2022-06-29) for more details.
51
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#430-2022-06-29) for more details.
52
52
53
53
## 4.2.0 (2022-05-26)
54
54
55
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/661f96907492dde46c4939bed587999d4d6979f2/sdk/spring/CHANGELOG.md#420-2022-05-26) for more details.
55
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#420-2022-05-26) for more details.
56
56
57
57
## 4.1.0 (2022-05-05)
58
58
59
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/05a1dcfea12e99293180931d53cbd0d0964fb297/sdk/spring/CHANGELOG.md#410-2022-05-05) for more details.
59
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#410-2022-05-05) for more details.
60
60
61
61
## 4.0.0 (2022-03-28)
62
62
63
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/b8e2cc8bf4b1d89b6d9156cd94d762009c74afbf/sdk/spring/CHANGELOG.md#400-2022-03-28) for more details.
63
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#400-2022-03-28) for more details.
64
64
65
65
## 4.0.0-beta.3 (2022-01-18)
66
66
67
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/53054b2bbfc21afe36f6f3cee1ff1da72ba0d38a/sdk/spring/CHANGELOG.md#400-beta3-2022-01-18) for more details.
67
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#400-beta3-2022-01-18) for more details.
68
68
69
69
## 4.0.0-beta.2 (2021-11-22)
70
70
71
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/430fdbfae956667b1576a8e6b609810b9441442c/sdk/spring/CHANGELOG.md) for more details.
71
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#400-beta2-2021-11-22) for more details.
Copy file name to clipboardExpand all lines: sdk/spring/spring-cloud-azure-actuator/CHANGELOG.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/
24
24
25
25
## 4.4.1 (2022-10-31)
26
26
27
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/87caddfe8c06aaf471d9ee72428a6ac21f1d2e14/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details.
27
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details.
28
28
29
29
## 4.4.0 (2022-09-26)
30
30
@@ -48,25 +48,25 @@ Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/
48
48
49
49
## 4.3.0 (2022-06-29)
50
50
51
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/5715c1bf3d88941760ed5aa3ebce216eee8fa50a/sdk/spring/CHANGELOG.md#430-2022-06-29) for more details.
51
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#430-2022-06-29) for more details.
52
52
53
53
## 4.2.0 (2022-05-26)
54
54
55
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/661f96907492dde46c4939bed587999d4d6979f2/sdk/spring/CHANGELOG.md#420-2022-05-26) for more details.
55
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#420-2022-05-26) for more details.
56
56
57
57
## 4.1.0 (2022-05-05)
58
58
59
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/05a1dcfea12e99293180931d53cbd0d0964fb297/sdk/spring/CHANGELOG.md#410-2022-05-05) for more details.
59
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#410-2022-05-05) for more details.
60
60
61
61
## 4.0.0 (2022-03-28)
62
62
63
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/b8e2cc8bf4b1d89b6d9156cd94d762009c74afbf/sdk/spring/CHANGELOG.md#400-2022-03-28) for more details.
63
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#400-2022-03-28) for more details.
64
64
65
65
## 4.0.0-beta.3 (2022-01-18)
66
66
67
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/53054b2bbfc21afe36f6f3cee1ff1da72ba0d38a/sdk/spring/CHANGELOG.md#400-beta3-2022-01-18) for more details.
67
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#400-beta3-2022-01-18) for more details.
68
68
69
69
## 4.0.0-beta.2 (2021-11-22)
70
70
71
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/430fdbfae956667b1576a8e6b609810b9441442c/sdk/spring/CHANGELOG.md) for more details.
71
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#400-beta2-2021-11-22) for more details.
Copy file name to clipboardExpand all lines: sdk/spring/spring-cloud-azure-autoconfigure/CHANGELOG.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/
24
24
25
25
## 4.4.1 (2022-10-31)
26
26
27
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/87caddfe8c06aaf471d9ee72428a6ac21f1d2e14/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details.
27
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details.
28
28
29
29
## 4.4.0 (2022-09-26)
30
30
@@ -48,25 +48,25 @@ Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/
48
48
49
49
## 4.3.0 (2022-06-29)
50
50
51
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/5715c1bf3d88941760ed5aa3ebce216eee8fa50a/sdk/spring/CHANGELOG.md#430-2022-06-29) for more details.
51
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#430-2022-06-29) for more details.
52
52
53
53
## 4.2.0 (2022-05-26)
54
54
55
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/661f96907492dde46c4939bed587999d4d6979f2/sdk/spring/CHANGELOG.md#420-2022-05-26) for more details.
55
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#420-2022-05-26) for more details.
56
56
57
57
## 4.1.0 (2022-05-05)
58
58
59
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/05a1dcfea12e99293180931d53cbd0d0964fb297/sdk/spring/CHANGELOG.md#410-2022-05-05) for more details.
59
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#410-2022-05-05) for more details.
60
60
61
61
## 4.0.0 (2022-03-28)
62
62
63
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/b8e2cc8bf4b1d89b6d9156cd94d762009c74afbf/sdk/spring/CHANGELOG.md#400-2022-03-28) for more details.
63
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#400-2022-03-28) for more details.
64
64
65
65
## 4.0.0-beta.3 (2022-01-18)
66
66
67
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/53054b2bbfc21afe36f6f3cee1ff1da72ba0d38a/sdk/spring/CHANGELOG.md#400-beta3-2022-01-18) for more details.
67
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#400-beta3-2022-01-18) for more details.
68
68
69
69
## 4.0.0-beta.2 (2021-11-22)
70
70
71
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/430fdbfae956667b1576a8e6b609810b9441442c/sdk/spring/CHANGELOG.md) for more details.
71
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#400-beta2-2021-11-22) for more details.
Copy file name to clipboardExpand all lines: sdk/spring/spring-cloud-azure-core/CHANGELOG.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/
24
24
25
25
## 4.4.1 (2022-10-31)
26
26
27
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/87caddfe8c06aaf471d9ee72428a6ac21f1d2e14/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details.
27
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details.
28
28
29
29
## 4.4.0 (2022-09-26)
30
30
@@ -48,25 +48,25 @@ Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/
48
48
49
49
## 4.3.0 (2022-06-29)
50
50
51
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/5715c1bf3d88941760ed5aa3ebce216eee8fa50a/sdk/spring/CHANGELOG.md#430-2022-06-29) for more details.
51
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#430-2022-06-29) for more details.
52
52
53
53
## 4.2.0 (2022-05-26)
54
54
55
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/661f96907492dde46c4939bed587999d4d6979f2/sdk/spring/CHANGELOG.md#420-2022-05-26) for more details.
55
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#420-2022-05-26) for more details.
56
56
57
57
## 4.1.0 (2022-05-05)
58
58
59
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/05a1dcfea12e99293180931d53cbd0d0964fb297/sdk/spring/CHANGELOG.md#410-2022-05-05) for more details.
59
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#410-2022-05-05) for more details.
60
60
61
61
## 4.0.0 (2022-03-28)
62
62
63
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/b8e2cc8bf4b1d89b6d9156cd94d762009c74afbf/sdk/spring/CHANGELOG.md#400-2022-03-28) for more details.
63
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#400-2022-03-28) for more details.
64
64
65
65
## 4.0.0-beta.3 (2022-01-18)
66
66
67
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/53054b2bbfc21afe36f6f3cee1ff1da72ba0d38a/sdk/spring/CHANGELOG.md#400-beta3-2022-01-18) for more details.
67
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#400-beta3-2022-01-18) for more details.
68
68
69
69
## 4.0.0-beta.2 (2021-11-22)
70
70
71
-
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/430fdbfae956667b1576a8e6b609810b9441442c/sdk/spring/CHANGELOG.md) for more details.
71
+
Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#400-beta2-2021-11-22) for more details.
0 commit comments