File tree Expand file tree Collapse file tree 8 files changed +39
-9
lines changed
azure-spring-cloud-appconfiguration-config-web
azure-spring-cloud-appconfiguration-config
azure-spring-cloud-starter-appconfiguration-config
azure-spring-cloud-test-appconfiguration-config Expand file tree Collapse file tree 8 files changed +39
-9
lines changed Original file line number Diff line number Diff line change @@ -140,11 +140,11 @@ com.microsoft.azure:spring-cloud-azure-appconfiguration-config;1.3.0;1.4.0-beta.
140140com.microsoft.azure:spring-cloud-azure-feature-management-web;1.3.0;1.4.0-beta.1
141141com.microsoft.azure:spring-cloud-azure-feature-management;1.3.0;1.4.0-beta.1
142142com.microsoft.azure:spring-cloud-starter-azure-appconfiguration-config;1.3.0;1.4.0-beta.1
143- com.azure.spring:azure-spring-cloud-appconfiguration-config-web;2.0 .0;2.1.0
144- com.azure.spring:azure-spring-cloud-appconfiguration-config;2.0 .0;2.1.0
143+ com.azure.spring:azure-spring-cloud-appconfiguration-config-web;2.1 .0;2.2.0-beta.1
144+ com.azure.spring:azure-spring-cloud-appconfiguration-config;2.1 .0;2.2.0-beta.1
145145com.azure.spring:azure-spring-cloud-feature-management-web;2.0.0;2.1.0-beta.1
146146com.azure.spring:azure-spring-cloud-feature-management;2.0.0;2.1.0-beta.1
147- com.azure.spring:azure-spring-cloud-starter-appconfiguration-config;2.0 .0;2.1.0
147+ com.azure.spring:azure-spring-cloud-starter-appconfiguration-config;2.1 .0;2.2.0-beta.1
148148com.azure.spring:azure-identity-spring;1.8.0;1.9.0-beta.1
149149com.azure.spring:azure-spring-boot-bom;3.7.0;3.8.0
150150com.azure.spring:azure-spring-boot-starter-active-directory-b2c;3.8.0;3.9.0-beta.1
Original file line number Diff line number Diff line change 11# Release History
22
3+ ## 2.2.0-beta.1 (Unreleased)
4+
5+ ### Features Added
6+
7+ ### Breaking Changes
8+
9+ ### Bugs Fixed
10+
11+ ### Other Changes
12+
313## 2.1.0 (2021-09-05)
414
515* Update to JUnit 5 from JUnit 4
Original file line number Diff line number Diff line change 1212
1313 <groupId >com.azure.spring</groupId >
1414 <artifactId >azure-spring-cloud-appconfiguration-config-web</artifactId >
15- <version >2.1.0 </version ><!-- {x-version-update;com.azure.spring:azure-spring-cloud-appconfiguration-config-web;current} -->
15+ <version >2.2.0-beta.1 </version ><!-- {x-version-update;com.azure.spring:azure-spring-cloud-appconfiguration-config-web;current} -->
1616 <name >Azure Spring Cloud App Configuration Config Web</name >
1717 <description >Integration of Spring Cloud Config and Azure App Configuration Service</description >
1818
1919 <dependencies >
2020 <dependency >
2121 <groupId >com.azure.spring</groupId >
2222 <artifactId >azure-spring-cloud-appconfiguration-config</artifactId >
23- <version >2.1.0 </version ><!-- {x-version-update;com.azure.spring:azure-spring-cloud-appconfiguration-config;current} -->
23+ <version >2.2.0-beta.1 </version ><!-- {x-version-update;com.azure.spring:azure-spring-cloud-appconfiguration-config;current} -->
2424 </dependency >
2525 <dependency >
2626 <groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 11# Release History
22
3+ ## 2.2.0-beta.1 (Unreleased)
4+
5+ ### Features Added
6+
7+ ### Breaking Changes
8+
9+ ### Bugs Fixed
10+
11+ ### Other Changes
12+
313## 2.1.0 (2021-09-05)
414
515* Add Health Indicator with the property ` management.endpoint.health.azure-app-configuration.enabled ` to enable the endpoint.
Original file line number Diff line number Diff line change 1212
1313 <groupId >com.azure.spring</groupId >
1414 <artifactId >azure-spring-cloud-appconfiguration-config</artifactId >
15- <version >2.1.0 </version > <!-- {x-version-update;com.azure.spring:azure-spring-cloud-appconfiguration-config;current} -->
15+ <version >2.2.0-beta.1 </version > <!-- {x-version-update;com.azure.spring:azure-spring-cloud-appconfiguration-config;current} -->
1616 <name >Azure Spring Cloud App Configuration Config</name >
1717 <description >Integration of Spring Cloud Config and Azure App Configuration Service</description >
1818
Original file line number Diff line number Diff line change 11# Release History
22
3+ ## 2.2.0-beta.1 (Unreleased)
4+
5+ ### Features Added
6+
7+ ### Breaking Changes
8+
9+ ### Bugs Fixed
10+
11+ ### Other Changes
12+
313## 2.1.0 (2021-09-05)
414
515* Updated with new release of azure-spring-cloud-appconfiguration-config-web
Original file line number Diff line number Diff line change 1111
1212 <groupId >com.azure.spring</groupId >
1313 <artifactId >azure-spring-cloud-starter-appconfiguration-config</artifactId >
14- <version >2.1.0 </version > <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-appconfiguration-config;current} -->
14+ <version >2.2.0-beta.1 </version > <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-appconfiguration-config;current} -->
1515 <name >Azure Spring Cloud Starter App Configuration Config</name >
1616
1717 <dependencies >
1818 <dependency >
1919 <groupId >com.azure.spring</groupId >
2020 <artifactId >azure-spring-cloud-appconfiguration-config-web</artifactId >
21- <version >2.1.0 </version ><!-- {x-version-update;com.azure.spring:azure-spring-cloud-appconfiguration-config-web;current} -->
21+ <version >2.2.0-beta.1 </version ><!-- {x-version-update;com.azure.spring:azure-spring-cloud-appconfiguration-config-web;current} -->
2222 </dependency >
2323 <dependency >
2424 <groupId >com.azure.spring</groupId >
Original file line number Diff line number Diff line change 2424 <dependency >
2525 <groupId >com.azure.spring</groupId >
2626 <artifactId >azure-spring-cloud-starter-appconfiguration-config</artifactId >
27- <version >2.1.0 </version > <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-appconfiguration-config;current} -->
27+ <version >2.2.0-beta.1 </version > <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-appconfiguration-config;current} -->
2828 </dependency >
2929 <dependency >
3030 <groupId >com.azure.spring</groupId >
You can’t perform that action at this time.
0 commit comments