Skip to content

Commit

Permalink
update version/changelog/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Netyyyy committed Mar 29, 2024
1 parent d6cd5a7 commit d058aa5
Show file tree
Hide file tree
Showing 80 changed files with 208 additions and 341 deletions.
4 changes: 2 additions & 2 deletions sdk/boms/spring-cloud-azure-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-dependencies</artifactId>
<version>5.11.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-dependencies;current} -->
<version>5.11.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-dependencies;current} -->
<packaging>pom</packaging>

<name>Spring Cloud Azure Dependencies</name>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-sdk-bom</artifactId>
<version>1.2.21</version> <!-- NOTE: This should be updated manually. -->
<version>1.2.22</version> <!-- NOTE: This should be updated manually. -->
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
15 changes: 14 additions & 1 deletion sdk/spring/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,22 @@
# (Unreleased)
Upgrade Spring Boot dependencies version to 3.2.4 and Spring Cloud dependencies version to 2023.0.0

## 5.11.0 (unreleased)
## 5.11.0 (2024-03-29)
- This release is compatible with Spring Boot 3.0.0-3.0.13, 3.1.0-3.1.8, 3.2.0-3.2.4. (Note: 3.0.x (x>13), 3.1.y (y>8) and 3.2.z (z>4) should be supported, but they aren't tested with this release.)
- This release is compatible with Spring Cloud 2022.0.0-2022.0.5, 2023.0.0-2023.0.0. (Note: 2022.0.x (x>5) and 2023.0.y (y>0) should be supported, but they aren't tested with this release.)

### Spring Cloud Azure Dependencies (BOM)

#### Dependency Updates
- Upgrade `azure-sdk-bom` to 1.2.22.

### Spring Cloud Azure Appconfiguration Config
This section includes changes in `spring-cloud-azure-starter-appconfiguration-config`, `spring-cloud-azure-appconfiguration-config*`, and `spring-cloud-azure-feature-management*` modules.

#### Features Added
- Add telemetry schema[#38933](https://github.com/Azure/azure-sdk-for-java/pull/38933).
- 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).
- 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).

### Spring Cloud Stream Event Hubs Binder
This section includes changes in `spring-cloud-azure-stream-binder-eventhubs` module.
Expand All @@ -22,6 +31,10 @@ This section includes changes in `spring-cloud-azure-stream-binder-servicebus` m
#### Features Added
- Support setting values for all channels by using the `spring.cloud.stream.servicebus.default.consumer.<property>=<value>` and `spring.cloud.stream.servicebus.default.producer.<property>=<value>` properties [#39317](https://github.com/Azure/azure-sdk-for-java/pull/39317).

### Azure Spring Data Cosmos
This section includes changes in `azure-spring-data-cosmos` module.
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#5110-2024-03-29) for more details.

## 5.10.0 (2024-03-01)
- This release is compatible with Spring Boot 3.0.0-3.0.13, 3.1.0-3.1.8, 3.2.0-3.2.3. (Note: 3.0.x (x>13), 3.1.y (y>8) and 3.2.z (z>3) should be supported, but they aren't tested with this release.)
- This release is compatible with Spring Cloud 2022.0.0-2022.0.5, 2023.0.0-2023.0.0. (Note: 2022.0.x (x>5) and 2023.0.y (y>0) should be supported, but they aren't tested with this release.)
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ If you’re a Maven user, add our BOM to your pom.xml `<dependencyManagement>` s
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-dependencies</artifactId>
<version>5.10.0</version>
<version>5.11.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
9 changes: 2 additions & 7 deletions sdk/spring/azure-spring-data-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
## Release History

### 5.11.0-beta.1 (Unreleased)

#### Features Added

#### Breaking Changes

#### Bugs Fixed
### 5.11.0 (2024-03-29)

#### Other Changes
* Updated `azure-cosmos` to version `4.57.0`.

### 5.10.0 (2024-03-01)

Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-data-cosmos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ If you are using Maven, add the following dependency.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-data-cosmos</artifactId>
<version>5.10.0</version>
<version>5.11.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-data-cosmos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-spring-data-cosmos</artifactId>
<version>5.11.0-beta.1</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
<version>5.11.0</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
<packaging>jar</packaging>
<name>Spring Data for Azure Cosmos DB SQL API</name>
<description>Spring Data for Azure Cosmos DB SQL API</description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Release History

## 5.11.0-beta.1 (Unreleased)
## 5.11.0 (2024-03-29)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
Please refer to [spring/CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#5110-2024-03-29) for more details.

## 5.10.0 (2024-03-01)

Expand Down
8 changes: 4 additions & 4 deletions sdk/spring/spring-cloud-azure-actuator-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-actuator-autoconfigure</artifactId>
<version>5.11.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-actuator-autoconfigure;current} -->
<version>5.11.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-actuator-autoconfigure;current} -->

<name>Spring Cloud Azure Actuator AutoConfigure</name>
<description>Spring Cloud Azure Starter Actuator AutoConfigure</description>
Expand Down Expand Up @@ -46,17 +46,17 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-actuator</artifactId>
<version>5.11.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-actuator;current} -->
<version>5.11.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-actuator;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-autoconfigure</artifactId>
<version>5.11.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-autoconfigure;current} -->
<version>5.11.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-autoconfigure;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-appconfiguration-config-web</artifactId>
<version>5.11.0-beta.1</version><!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config-web;current} -->
<version>5.11.0</version><!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config-web;current} -->
<optional>true</optional>
</dependency>

Expand Down
10 changes: 2 additions & 8 deletions sdk/spring/spring-cloud-azure-actuator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Release History

## 5.11.0-beta.1 (Unreleased)
## 5.11.0 (2024-03-29)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
Please refer to [spring/CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#5110-2024-03-29) for more details.

## 5.10.0 (2024-03-01)

Expand Down
4 changes: 2 additions & 2 deletions sdk/spring/spring-cloud-azure-actuator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-actuator</artifactId>
<version>5.11.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-actuator;current} -->
<version>5.11.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-actuator;current} -->

<name>Spring Cloud Azure Actuator</name>
<url>https://microsoft.github.io/spring-cloud-azure</url>
Expand Down Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-appconfiguration-config-web</artifactId>
<version>5.11.0-beta.1</version><!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config-web;current} -->
<version>5.11.0</version><!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config-web;current} -->
<optional>true</optional>
</dependency>
<!-- For Testing -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Release History

## 5.11.0-beta.1 (Unreleased)
## 5.11.0 (2024-03-29)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
Please refer to [spring/CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#5110-2024-03-29) for more details.

## 5.10.0 (2024-03-01)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-appconfiguration-config-web</artifactId>
<version>5.11.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config-web;current} -->
<version>5.11.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config-web;current} -->
<name>Spring Cloud Azure App Configuration Config Web</name>
<description>Integration of Spring Cloud Config and Azure App Configuration Service</description>
<properties>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-appconfiguration-config</artifactId>
<version>5.11.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config;current} -->
<version>5.11.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config;current} -->
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
13 changes: 2 additions & 11 deletions sdk/spring/spring-cloud-azure-appconfiguration-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
# Release History

## 5.11.0-beta.1 (Unreleased)
## 5.11.0 (2024-03-29)

### Features Added

* 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.
* Added property to disable auto fail over support `spring.cloud.azure.appconfiguration.stores[0].replica-discovery-enabled`.

### Breaking Changes

### Bugs Fixed

### Other Changes
Please refer to [spring/CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#5110-2024-03-29) for more details.

## 5.10.0 (2024-03-01)

Expand Down
6 changes: 3 additions & 3 deletions sdk/spring/spring-cloud-azure-appconfiguration-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-appconfiguration-config</artifactId>
<version>5.11.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config;current} -->
<version>5.11.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config;current} -->
<name>Spring Cloud Azure App Configuration Config</name>
<description>Integration of Spring Cloud Config and Azure App Configuration Service</description>
<properties>
Expand Down Expand Up @@ -63,12 +63,12 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-service</artifactId>
<version>5.11.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-service;current} -->
<version>5.11.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-service;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-autoconfigure</artifactId>
<version>5.11.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-autoconfigure;current} -->
<version>5.11.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-autoconfigure;current} -->
</dependency>
<!-- Test Dependencies -->
<dependency>
Expand Down
10 changes: 2 additions & 8 deletions sdk/spring/spring-cloud-azure-autoconfigure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Release History

## 5.11.0-beta.1 (Unreleased)
## 5.11.0 (2024-03-29)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
Please refer to [spring/CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#5110-2024-03-29) for more details.

## 5.10.0 (2024-03-01)

Expand Down
14 changes: 7 additions & 7 deletions sdk/spring/spring-cloud-azure-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-autoconfigure</artifactId>
<version>5.11.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-autoconfigure;current} -->
<version>5.11.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-autoconfigure;current} -->

<name>Spring Cloud Azure AutoConfigure</name>
<description>Spring Cloud Azure AutoConfigure</description>
Expand Down Expand Up @@ -40,13 +40,13 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-service</artifactId>
<version>5.11.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-service;current} -->
<version>5.11.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-service;current} -->
</dependency>

<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-resourcemanager</artifactId>
<version>5.11.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-resourcemanager;current} -->
<version>5.11.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-resourcemanager;current} -->
<optional>true</optional>
</dependency>

Expand All @@ -55,7 +55,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-integration-azure-eventhubs</artifactId>
<version>5.11.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-eventhubs;current} -->
<version>5.11.0</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-eventhubs;current} -->
<optional>true</optional>
</dependency>
<dependency>
Expand All @@ -69,15 +69,15 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-integration-azure-servicebus</artifactId>
<version>5.11.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-servicebus;current} -->
<version>5.11.0</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-servicebus;current} -->
<optional>true</optional>
</dependency>

<!-- Storage Queue -->
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-integration-azure-storage-queue</artifactId>
<version>5.11.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-storage-queue;current} -->
<version>5.11.0</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-storage-queue;current} -->
<optional>true</optional>
</dependency>

Expand Down Expand Up @@ -113,7 +113,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-data-cosmos</artifactId>
<version>5.11.0-beta.1</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
<version>5.11.0</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
<optional>true</optional>
</dependency>

Expand Down
10 changes: 2 additions & 8 deletions sdk/spring/spring-cloud-azure-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Release History

## 5.11.0-beta.1 (Unreleased)
## 5.11.0 (2024-03-29)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
Please refer to [spring/CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#5110-2024-03-29) for more details.

## 5.10.0 (2024-03-01)

Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/spring-cloud-azure-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-core</artifactId>
<version>5.11.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-core;current} -->
<version>5.11.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-core;current} -->

<name>Spring Cloud Azure Core</name>
<url>https://microsoft.github.io/spring-cloud-azure</url>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Release History

## 5.11.0-beta.1 (Unreleased)
## 5.11.0 (2024-03-29)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
Please refer to [spring/CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#5110-2024-03-29) for more details.

## 5.10.0 (2024-03-01)

Expand Down
Loading

0 comments on commit d058aa5

Please sign in to comment.