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 May 9, 2024
1 parent 5be25d3 commit d731517
Show file tree
Hide file tree
Showing 80 changed files with 207 additions and 336 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.12.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-dependencies;current} -->
<version>5.12.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.22</version> <!-- NOTE: This should be updated manually. -->
<version>1.2.23</version> <!-- NOTE: This should be updated manually. -->
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
16 changes: 13 additions & 3 deletions sdk/spring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Release History
# (Unreleased)
Upgrade Spring Boot dependencies version to 3.2.5 and Spring Cloud dependencies version to 2023.0.1
Upgrade Spring Boot dependencies version to 3.2.4 and Spring Cloud dependencies version to 2023.0.0

## 5.12.0 (2024-05-09)
- This release is compatible with Spring Boot 3.0.0-3.0.13, 3.1.0-3.1.8, 3.2.0-3.2.5. (Note: 3.0.x (x>13), 3.1.y (y>8) and 3.2.z (z>5) 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.1. (Note: 2022.0.x (x>5) and 2023.0.y (y>1) 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.23.

### 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.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.)
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.11.0</version>
<version>5.12.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
5 changes: 2 additions & 3 deletions sdk/spring/azure-spring-data-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
## Release History

### 5.12.0-beta.1 (Unreleased)
### 5.12.0 (2024-05-09)

#### Features Added
* Exposing the `indexQueryMetrics` to the `CosmosConfig` via the `application.properties` configuration file - See [PR 39623](/~https://github.com/Azure/azure-sdk-for-java/pull/39623).

#### Breaking Changes

#### Bugs Fixed
* Fixed all saveAll/insertAll bulk functionality to populated audit data - See [PR 39811](/~https://github.com/Azure/azure-sdk-for-java/pull/39811).
* Fixed `existsById` API in `ReactiveCosmosTemplate` to return `Mono<Boolean>` containing `False` in case the item does not exist - See [PR 40050](/~https://github.com/Azure/azure-sdk-for-java/pull/40050).

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

### 5.11.0 (2024-03-29)

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.11.0</version>
<version>5.12.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.12.0-beta.1</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
<version>5.12.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.12.0-beta.1 (Unreleased)
## 5.12.0 (2024-05-09)

### 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#5120-2024-05-09) for more details.

## 5.11.0 (2024-03-29)

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.12.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-actuator-autoconfigure;current} -->
<version>5.12.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.12.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-actuator;current} -->
<version>5.12.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.12.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-autoconfigure;current} -->
<version>5.12.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.12.0-beta.1</version><!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config-web;current} -->
<version>5.12.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.12.0-beta.1 (Unreleased)
## 5.12.0 (2024-05-09)

### 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#5120-2024-05-09) for more details.

## 5.11.0 (2024-03-29)

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.12.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-actuator;current} -->
<version>5.12.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.12.0-beta.1</version><!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config-web;current} -->
<version>5.12.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.12.0-beta.1 (Unreleased)
## 5.12.0 (2024-05-09)

### 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#5120-2024-05-09) for more details.

## 5.11.0 (2024-03-29)

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.12.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config-web;current} -->
<version>5.12.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.12.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config;current} -->
<version>5.12.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config;current} -->
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Release History

## 5.12.0-beta.1 (Unreleased)
## 5.12.0 (2024-05-09)

### 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#5120-2024-05-09) for more details.

## 5.11.0 (2024-03-29)

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.12.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config;current} -->
<version>5.12.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.12.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-service;current} -->
<version>5.12.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.12.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-autoconfigure;current} -->
<version>5.12.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.12.0-beta.1 (Unreleased)
## 5.12.0 (2024-05-09)

### 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#5120-2024-05-09) for more details.

## 5.11.0 (2024-03-29)

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.12.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-autoconfigure;current} -->
<version>5.12.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.12.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-service;current} -->
<version>5.12.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.12.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-resourcemanager;current} -->
<version>5.12.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.12.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-eventhubs;current} -->
<version>5.12.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.12.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-servicebus;current} -->
<version>5.12.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.12.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-storage-queue;current} -->
<version>5.12.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.12.0-beta.1</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
<version>5.12.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.12.0-beta.1 (Unreleased)
## 5.12.0 (2024-05-09)

### 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#5120-2024-05-09) for more details.

## 5.11.0 (2024-03-29)

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.12.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-core;current} -->
<version>5.12.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.12.0-beta.1 (Unreleased)
## 5.12.0 (2024-05-09)

### 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#5120-2024-05-09) for more details.

## 5.11.0 (2024-03-29)

Expand Down
6 changes: 3 additions & 3 deletions sdk/spring/spring-cloud-azure-feature-management-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-feature-management-web</artifactId>
<version>5.12.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-feature-management-web;current} -->
<version>5.12.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-feature-management-web;current} -->
<name>Spring Cloud Azure Feature Management Web</name>
<description>Adds Feature Management into Spring Web</description>
<scm>
Expand Down Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-feature-management</artifactId>
<version>5.12.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-feature-management;current} -->
<version>5.12.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-feature-management;current} -->
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
Expand Down Expand Up @@ -157,7 +157,7 @@
<rules>
<bannedDependencies>
<includes>
<include>com.azure.spring:spring-cloud-azure-feature-management:[5.12.0-beta.1]</include> <!-- {x-include-update;com.azure.spring:spring-cloud-azure-feature-management;current} -->
<include>com.azure.spring:spring-cloud-azure-feature-management:[5.12.0]</include> <!-- {x-include-update;com.azure.spring:spring-cloud-azure-feature-management;current} -->
<include>jakarta.servlet:jakarta.servlet-api:[6.0.0]</include> <!-- {x-include-update;jakarta.servlet:jakarta.servlet-api;external_dependency} -->
<include>org.springframework:spring-web:[6.1.6]</include> <!-- {x-include-update;org.springframework:spring-web;external_dependency} -->
<include>org.springframework:spring-webmvc:[6.1.6]</include> <!-- {x-include-update;org.springframework:spring-webmvc;external_dependency} -->
Expand Down
Loading

0 comments on commit d731517

Please sign in to comment.