diff --git a/sdk/spring/azure-spring-boot-starter-active-directory-b2c/CHANGELOG.md b/sdk/spring/azure-spring-boot-starter-active-directory-b2c/CHANGELOG.md index 425ff40d5259..99f4a19018e7 100644 --- a/sdk/spring/azure-spring-boot-starter-active-directory-b2c/CHANGELOG.md +++ b/sdk/spring/azure-spring-boot-starter-active-directory-b2c/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 3.0.0-beta.1 (Unreleased) +## 3.0.0-beta.1 (2020-11-18) ### Breaking Changes - Change group id from `com.microsoft.azure` to `com.azure.spring`. - Change artifact id from `azure-active-directory-b2c-spring-boot-starter` to `azure-spring-boot-starter-active-directory-b2c`. diff --git a/sdk/spring/azure-spring-boot-starter-cosmos/CHANGELOG.md b/sdk/spring/azure-spring-boot-starter-cosmos/CHANGELOG.md index ef1349049bf7..6a50ee6e5f53 100644 --- a/sdk/spring/azure-spring-boot-starter-cosmos/CHANGELOG.md +++ b/sdk/spring/azure-spring-boot-starter-cosmos/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 3.0.0-beta.1 (Unreleased) +## 3.0.0-beta.1 (2020-11-18) ### Breaking Changes - Updated properties prefix from `azure.cosmosdb.xxx` to `azure.cosmos.xxx`. - Added new property items `azure.cosmos.connection-mode`. diff --git a/sdk/spring/azure-spring-boot-starter-keyvault-certificates/CHANGELOG.md b/sdk/spring/azure-spring-boot-starter-keyvault-certificates/CHANGELOG.md index 61d7439149e7..829f888be0a3 100644 --- a/sdk/spring/azure-spring-boot-starter-keyvault-certificates/CHANGELOG.md +++ b/sdk/spring/azure-spring-boot-starter-keyvault-certificates/CHANGELOG.md @@ -1,7 +1,7 @@ # Release History -## 3.0.0-beta.2 (Unreleased) - +## 3.0.0-beta.2 (2020-11-18) +- Add support for user-assigned managed identity. ## 3.0.0-beta.1 (2020-10-21) - First release. diff --git a/sdk/spring/azure-spring-boot-starter-keyvault-secrets/CHANGELOG.md b/sdk/spring/azure-spring-boot-starter-keyvault-secrets/CHANGELOG.md index 36bc71c8dfbc..4ddc07300dac 100644 --- a/sdk/spring/azure-spring-boot-starter-keyvault-secrets/CHANGELOG.md +++ b/sdk/spring/azure-spring-boot-starter-keyvault-secrets/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 3.0.0-beta.1 (Unreleased) +## 3.0.0-beta.1 (2020-11-18) ### Breaking Changes - Change configure item from `azure.keyvault.secret.keys` to `azure.keyvault.secret-keys` - Change configure item from `azure.keyvault.allow.telemetry` to `azure.keyvault.allow-telemetry` diff --git a/sdk/spring/azure-spring-boot-starter-servicebus-jms/CHANGELOG.md b/sdk/spring/azure-spring-boot-starter-servicebus-jms/CHANGELOG.md index ebf832b24d68..8303ee149c20 100644 --- a/sdk/spring/azure-spring-boot-starter-servicebus-jms/CHANGELOG.md +++ b/sdk/spring/azure-spring-boot-starter-servicebus-jms/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 3.0.0-beta.1 (Unreleased) +## 3.0.0-beta.1 (2020-11-18) ### Breaking Changes - Change group id from `com.microsoft.azure` to `com.azure.spring`. - Change artifact id from `azure-servicebus-jms-spring-boot-starter` to `azure-spring-boot-starter-servicebus-jms`. diff --git a/sdk/spring/azure-spring-boot-starter-storage/CHANGELOG.md b/sdk/spring/azure-spring-boot-starter-storage/CHANGELOG.md index 7bf3499ccecc..cdb566ff1395 100644 --- a/sdk/spring/azure-spring-boot-starter-storage/CHANGELOG.md +++ b/sdk/spring/azure-spring-boot-starter-storage/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 3.0.0-beta.1 (Unreleased) +## 3.0.0-beta.1 (2020-11-18) ### Breaking Changes - Change group id from `com.microsoft.azure` to `com.azure.spring`. - Change artifact id from `spring-starter-azure-storage` to `azure-spring-boot-starter-storage`. diff --git a/sdk/spring/azure-spring-boot-starter/CHANGELOG.md b/sdk/spring/azure-spring-boot-starter/CHANGELOG.md index 1e81f8e4f44f..d34c6ceae83f 100644 --- a/sdk/spring/azure-spring-boot-starter/CHANGELOG.md +++ b/sdk/spring/azure-spring-boot-starter/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 3.0.0-beta.1 (Unreleased) +## 3.0.0-beta.1 (2020-11-18) ### Breaking Changes - Change group id from `com.microsoft.azure` to `com.azure.spring`. diff --git a/sdk/spring/azure-spring-boot/CHANGELOG.md b/sdk/spring/azure-spring-boot/CHANGELOG.md index 2fe161c150fb..9b7f21c93649 100644 --- a/sdk/spring/azure-spring-boot/CHANGELOG.md +++ b/sdk/spring/azure-spring-boot/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 3.0.0-beta.1 (Unreleased) +## 3.0.0-beta.1 (2020-11-18) ### Breaking Changes - Conditional access policy is not supported temporary, we may recover it in the future. - Configuration items like `spring.security.oauth2.client.xxx` is not supported anymore. Please use the following configuration items instead: diff --git a/sdk/spring/azure-spring-cloud-autoconfigure/CHANGELOG.md b/sdk/spring/azure-spring-cloud-autoconfigure/CHANGELOG.md index 152c3c675af1..f163dddff1ee 100644 --- a/sdk/spring/azure-spring-cloud-autoconfigure/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-autoconfigure/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 2.0.0-beta.1 (Unreleased) +## 2.0.0-beta.1 (2020-11-18) ### Breaking Changes - Change group id from `com.microsoft.azure` to `com.azure.spring`. - Change artifact id from `spring-cloud-azure-autoconfigure` to `azure-spring-cloud-autoconfigure`. diff --git a/sdk/spring/azure-spring-cloud-context/CHANGELOG.md b/sdk/spring/azure-spring-cloud-context/CHANGELOG.md index 3b8ed8bf275c..8567b447875a 100644 --- a/sdk/spring/azure-spring-cloud-context/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-context/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 2.0.0-beta.1 (Unreleased) +## 2.0.0-beta.1 (2020-11-18) ### Breaking Changes - Change group id from `com.microsoft.azure` to `com.azure.spring`. - Change artifact id from `spring-cloud-azure-context` to `azure-spring-cloud-context`. diff --git a/sdk/spring/azure-spring-cloud-messaging/CHANGELOG.md b/sdk/spring/azure-spring-cloud-messaging/CHANGELOG.md index 724a774f3803..2947012bbb54 100644 --- a/sdk/spring/azure-spring-cloud-messaging/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-messaging/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 2.0.0-beta.1 (Unreleased) +## 2.0.0-beta.1 (2020-11-18) ### Breaking Changes - Change group id from `com.microsoft.azure` to `com.azure.spring`. - Change artifact id from `spring-cloud-azure-messaging` to `azure-spring-cloud-messaging`. diff --git a/sdk/spring/azure-spring-cloud-starter-cache/CHANGELOG.md b/sdk/spring/azure-spring-cloud-starter-cache/CHANGELOG.md index 515ec90af7e4..1bcd781f4075 100644 --- a/sdk/spring/azure-spring-cloud-starter-cache/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-starter-cache/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 2.0.0-beta.1 (Unreleased) +## 2.0.0-beta.1 (2020-11-18) ### Breaking Changes - Change group id from `com.microsoft.azure` to `com.azure.spring`. - Change artifact id from `spring-starter-azure-cache` to `azure-spring-cloud-starter-cache`. diff --git a/sdk/spring/azure-spring-cloud-starter-eventhubs-kafka/CHANGELOG.md b/sdk/spring/azure-spring-cloud-starter-eventhubs-kafka/CHANGELOG.md index 083b43ee232f..c6c7d6c80783 100644 --- a/sdk/spring/azure-spring-cloud-starter-eventhubs-kafka/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-starter-eventhubs-kafka/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 2.0.0-beta.1 (Unreleased) +## 2.0.0-beta.1 (2020-11-18) ### Breaking Changes - Change group id from `com.microsoft.azure` to `com.azure.spring`. - Change artifact id from `spring-cloud-starter-azure-eventhubs-kafka` to `azure-spring-cloud-starter-eventhubs-kafka`. diff --git a/sdk/spring/azure-spring-cloud-starter-eventhubs/CHANGELOG.md b/sdk/spring/azure-spring-cloud-starter-eventhubs/CHANGELOG.md index a545f93a34a5..b71949dd3901 100644 --- a/sdk/spring/azure-spring-cloud-starter-eventhubs/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-starter-eventhubs/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 2.0.0-beta.1 (Unreleased) +## 2.0.0-beta.1 (2020-11-18) ### Breaking Changes - Change group id from `com.microsoft.azure` to `com.azure.spring`. - Change artifact id from `spring-cloud-starter-azure-eventhubs` to `azure-spring-cloud-starter-eventhubs`. diff --git a/sdk/spring/azure-spring-cloud-starter-servicebus/CHANGELOG.md b/sdk/spring/azure-spring-cloud-starter-servicebus/CHANGELOG.md index 7c52efbf9a36..8e1e7b20652b 100644 --- a/sdk/spring/azure-spring-cloud-starter-servicebus/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-starter-servicebus/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 2.0.0-beta.1 (Unreleased) +## 2.0.0-beta.1 (2020-11-18) ### Breaking Changes - Change group id from `com.microsoft.azure` to `com.azure.spring`. - Change artifact id from `spring-cloud-starter-azure-servicebus` to `azure-spring-cloud-starter-servicebus`. diff --git a/sdk/spring/azure-spring-cloud-stream-binder-eventhubs/CHANGELOG.md b/sdk/spring/azure-spring-cloud-stream-binder-eventhubs/CHANGELOG.md index ca2fa0c6a995..03031614a97f 100644 --- a/sdk/spring/azure-spring-cloud-stream-binder-eventhubs/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-stream-binder-eventhubs/CHANGELOG.md @@ -1,9 +1,9 @@ # Release History -## 2.0.0-beta.1 (Unreleased) +## 2.0.0-beta.1 (2020-11-18) ### Breaking Changes - Change group id from `com.microsoft.azure` to `com.azure.spring`. -- Change artifact id from `spring-cloud-azure-eventhubs-stream-binder` to `azure-spring-cloud-eventhubs-stream-binder`. +- Change artifact id from `spring-cloud-azure-eventhubs-stream-binder` to `azure-spring-cloud-stream-binder-eventhubs`. ## 1.2.8 (2020-09-14) ### Key Bug Fixes diff --git a/sdk/spring/azure-spring-cloud-stream-binder-servicebus-core/CHANGELOG.md b/sdk/spring/azure-spring-cloud-stream-binder-servicebus-core/CHANGELOG.md index f76c0be8d71f..f8d116473b60 100644 --- a/sdk/spring/azure-spring-cloud-stream-binder-servicebus-core/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-stream-binder-servicebus-core/CHANGELOG.md @@ -1,9 +1,9 @@ # Release History -## 2.0.0-beta.1 (Unreleased) +## 2.0.0-beta.1 (2020-11-18) ### Breaking Changes - Change group id from `com.microsoft.azure` to `com.azure.spring`. -- Change artifact id from `spring-cloud-azure-servicebus-queue-stream-binder` to `azure-spring-cloud-servicebus-queue-stream-binder`. +- Change artifact id from `spring-cloud-azure-servicebus-stream-binder-core` to `azure-spring-cloud-stream-binder-servicebus-core`. ## 1.2.8 (2020-09-14) ### New Features diff --git a/sdk/spring/azure-spring-cloud-stream-binder-servicebus-queue/CHANGELOG.md b/sdk/spring/azure-spring-cloud-stream-binder-servicebus-queue/CHANGELOG.md index 1886dce81738..5b8829b91470 100644 --- a/sdk/spring/azure-spring-cloud-stream-binder-servicebus-queue/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-stream-binder-servicebus-queue/CHANGELOG.md @@ -1,9 +1,9 @@ # Release History -## 2.0.0-beta.1 (Unreleased) +## 2.0.0-beta.1 (2020-11-18) ### Breaking Changes - Change group id from `com.microsoft.azure` to `com.azure.spring`. -- Change artifact id from `spring-cloud-azure-servicebus-stream-binder-core` to `azure-spring-cloud-servicebus-stream-binder-core`. +- Change artifact id from `spring-cloud-azure-servicebus-queue-stream-binder` to `azure-spring-cloud-stream-binder-servicebus-queue`. ## 1.2.8 (2020-09-14) ### New Features diff --git a/sdk/spring/azure-spring-cloud-stream-binder-servicebus-topic/CHANGELOG.md b/sdk/spring/azure-spring-cloud-stream-binder-servicebus-topic/CHANGELOG.md index cf10303b97f4..df3543134a30 100644 --- a/sdk/spring/azure-spring-cloud-stream-binder-servicebus-topic/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-stream-binder-servicebus-topic/CHANGELOG.md @@ -1,9 +1,9 @@ # Release History -## 2.0.0-beta.1 (Unreleased) +## 2.0.0-beta.1 (2020-11-18) ### Breaking Changes - Change group id from `com.microsoft.azure` to `com.azure.spring`. -- Change artifact id from `spring-cloud-azure-servicebus-topic-stream-binder` to `azure-spring-cloud-servicebus-topic-stream-binder`. +- Change artifact id from `spring-cloud-azure-servicebus-topic-stream-binder` to `azure-spring-cloud-stream-binder-servicebus-topic`. ## 1.2.8 (2020-09-14) ### New Features diff --git a/sdk/spring/azure-spring-cloud-stream-binder-test/CHANGELOG.md b/sdk/spring/azure-spring-cloud-stream-binder-test/CHANGELOG.md index 835c201c74b4..0c6cd9739021 100644 --- a/sdk/spring/azure-spring-cloud-stream-binder-test/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-stream-binder-test/CHANGELOG.md @@ -1,6 +1,7 @@ # Release History -## 2.0.0-beta.1 (Unreleased) +## 2.0.0-beta.1 (2020-11-18) +- fix checkstyle ## 1.2.8 (2020-09-14) ### Breaking Changes diff --git a/sdk/spring/azure-spring-cloud-telemetry/CHANGELOG.md b/sdk/spring/azure-spring-cloud-telemetry/CHANGELOG.md index d4b87fa76333..6d7bd0f4d014 100644 --- a/sdk/spring/azure-spring-cloud-telemetry/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-telemetry/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 2.0.0-beta.1 (Unreleased) +## 2.0.0-beta.1 (2020-11-18) ### Breaking Changes - Change group id from `com.microsoft.azure` to `com.azure.spring`. - Change artifact id from `spring-cloud-azure-telemetry` to `azure-spring-cloud-telemetry`. diff --git a/sdk/spring/azure-spring-integration-core/CHANGELOG.md b/sdk/spring/azure-spring-integration-core/CHANGELOG.md index 0f08ceaa17a7..c67806b211e8 100644 --- a/sdk/spring/azure-spring-integration-core/CHANGELOG.md +++ b/sdk/spring/azure-spring-integration-core/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 2.0.0-beta.1 (Unreleased) +## 2.0.0-beta.1 (2020-11-18) ### Breaking Changes - Change group id from `com.microsoft.azure` to `com.azure.spring`. - Change artifact id from `spring-integration-azure-core` to `azure-spring-integration-core`. diff --git a/sdk/spring/azure-spring-integration-eventhubs/CHANGELOG.md b/sdk/spring/azure-spring-integration-eventhubs/CHANGELOG.md index a1163505379b..8310296d256e 100644 --- a/sdk/spring/azure-spring-integration-eventhubs/CHANGELOG.md +++ b/sdk/spring/azure-spring-integration-eventhubs/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 2.0.0-beta.1 (Unreleased) +## 2.0.0-beta.1 (2020-11-18) ### Breaking Changes - Change group id from `com.microsoft.azure` to `com.azure.spring`. - Change artifact id from `spring-integration-eventhubs` to `azure-spring-integration-eventhubs`. diff --git a/sdk/spring/azure-spring-integration-servicebus/CHANGELOG.md b/sdk/spring/azure-spring-integration-servicebus/CHANGELOG.md index b90d90207974..6df35f8cf33c 100644 --- a/sdk/spring/azure-spring-integration-servicebus/CHANGELOG.md +++ b/sdk/spring/azure-spring-integration-servicebus/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 2.0.0-beta.1 (Unreleased) +## 2.0.0-beta.1 (2020-11-18) ### Breaking Changes - Change group id from `com.microsoft.azure` to `com.azure.spring`. - Change artifact id from `spring-integration-servicebus` to `azure-spring-integration-servicebus`. diff --git a/sdk/spring/azure-spring-integration-storage-queue/CHANGELOG.md b/sdk/spring/azure-spring-integration-storage-queue/CHANGELOG.md index af1130200ce0..9d63b69b264a 100644 --- a/sdk/spring/azure-spring-integration-storage-queue/CHANGELOG.md +++ b/sdk/spring/azure-spring-integration-storage-queue/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 2.0.0-beta.1 (Unreleased) +## 2.0.0-beta.1 (2020-11-18) ### Breaking Changes - Change group id from `com.microsoft.azure` to `com.azure.spring`. - Change artifact id from `spring-integration-storage-queue` to `azure-spring-integration-storage-queue`. diff --git a/sdk/spring/azure-spring-integration-test/CHANGELOG.md b/sdk/spring/azure-spring-integration-test/CHANGELOG.md index a5c8e06adae7..845379b33461 100644 --- a/sdk/spring/azure-spring-integration-test/CHANGELOG.md +++ b/sdk/spring/azure-spring-integration-test/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 2.0.0-beta.1 (Unreleased) +## 2.0.0-beta.1 (2020-11-18) ### Breaking Changes - Change group id from `com.microsoft.azure` to `com.azure.spring`. - Change artifact id from `spring-integration-azure-test` to `azure-spring-integration-test`.