diff --git a/sdk/core/abort-controller/CHANGELOG.md b/sdk/core/abort-controller/CHANGELOG.md index 274e1bfba833..12b095a5173c 100644 --- a/sdk/core/abort-controller/CHANGELOG.md +++ b/sdk/core/abort-controller/CHANGELOG.md @@ -1,15 +1,12 @@ # Release History -## 2.0.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 2.1.0 (2024-03-12) ### Other Changes +- Migrated the codebase to ESM. This change is internal and should not affect customers. +- Migrated unit tests to vitest. + ## 2.0.0 (2024-01-05) ### Breaking Changes diff --git a/sdk/core/abort-controller/package.json b/sdk/core/abort-controller/package.json index d194b1645806..f5f5ac0cec41 100644 --- a/sdk/core/abort-controller/package.json +++ b/sdk/core/abort-controller/package.json @@ -1,7 +1,7 @@ { "name": "@azure/abort-controller", "sdk-type": "client", - "version": "2.0.1", + "version": "2.1.0", "description": "Microsoft Azure SDK for JavaScript - Aborter", "author": "Microsoft Corporation", "license": "MIT", diff --git a/sdk/core/core-auth/CHANGELOG.md b/sdk/core/core-auth/CHANGELOG.md index bef94d9bf651..a8af446fb720 100644 --- a/sdk/core/core-auth/CHANGELOG.md +++ b/sdk/core/core-auth/CHANGELOG.md @@ -1,15 +1,12 @@ # Release History -## 1.6.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 1.7.0 (2024-03-12) ### Other Changes +- Migrated the codebase to ESM. This change is internal and should not affect customers. +- Migrated unit tests to vitest. + ## 1.6.0 (2024-02-01) ### Features Added diff --git a/sdk/core/core-auth/package.json b/sdk/core/core-auth/package.json index bcd65de80c50..f9ca48bab2b5 100644 --- a/sdk/core/core-auth/package.json +++ b/sdk/core/core-auth/package.json @@ -1,6 +1,6 @@ { "name": "@azure/core-auth", - "version": "1.6.1", + "version": "1.7.0", "description": "Provides low-level interfaces and helper methods for authentication in Azure SDK", "sdk-type": "client", "type": "module", diff --git a/sdk/core/core-client-rest/CHANGELOG.md b/sdk/core/core-client-rest/CHANGELOG.md index 1aaa50f27e76..788b0d658483 100644 --- a/sdk/core/core-client-rest/CHANGELOG.md +++ b/sdk/core/core-client-rest/CHANGELOG.md @@ -1,19 +1,20 @@ # Release History -## 1.2.1 (Unreleased) +## 1.3.0 (2024-03-12) ### Features Added - Allow customers to set request content type by `option.contentType` or `content-type` request headers. -### Breaking Changes - ### Bugs Fixed - Set the content-type as `undefined` if it's a non-json string in the body and we are unknown of the content-type, but remain to be `application/json` if it's json string. ### Other Changes +- Migrated the codebase to ESM. This change is internal and should not affect customers. +- Migrated unit tests to vitest. + ## 1.2.0 (2024-02-01) ### Features Added diff --git a/sdk/core/core-client-rest/package.json b/sdk/core/core-client-rest/package.json index 43dc2367576e..04b8675fb324 100644 --- a/sdk/core/core-client-rest/package.json +++ b/sdk/core/core-client-rest/package.json @@ -1,6 +1,6 @@ { "name": "@azure-rest/core-client", - "version": "1.2.1", + "version": "1.3.0", "description": "Core library for interfacing with Azure Rest Clients", "sdk-type": "client", "type": "module", diff --git a/sdk/core/core-client/CHANGELOG.md b/sdk/core/core-client/CHANGELOG.md index 5d73fe62da34..370ac5ea2b54 100644 --- a/sdk/core/core-client/CHANGELOG.md +++ b/sdk/core/core-client/CHANGELOG.md @@ -1,15 +1,12 @@ # Release History -## 1.8.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 1.9.0 (2024-03-12) ### Other Changes +- Migrated the codebase to ESM. This change is internal and should not affect customers. +- Migrated unit tests to vitest. + ## 1.8.0 (2024-02-01) ### Bugs Fixed diff --git a/sdk/core/core-client/package.json b/sdk/core/core-client/package.json index 594945eeadb6..733c364ebc2a 100644 --- a/sdk/core/core-client/package.json +++ b/sdk/core/core-client/package.json @@ -1,6 +1,6 @@ { "name": "@azure/core-client", - "version": "1.8.1", + "version": "1.9.0", "description": "Core library for interfacing with AutoRest generated code", "sdk-type": "client", "type": "module", diff --git a/sdk/core/core-http-compat/CHANGELOG.md b/sdk/core/core-http-compat/CHANGELOG.md index 3f6cc20b6a19..a6fe8faa1e2b 100644 --- a/sdk/core/core-http-compat/CHANGELOG.md +++ b/sdk/core/core-http-compat/CHANGELOG.md @@ -1,15 +1,12 @@ # Release History -## 2.0.2 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 2.1.0 (2024-03-12) ### Other Changes +- Migrated the codebase to ESM. This change is internal and should not affect customers. +- Migrated unit tests to vitest. + ## 2.0.1 (2023-04-06) ### Bugs Fixed diff --git a/sdk/core/core-http-compat/package.json b/sdk/core/core-http-compat/package.json index cf8a37a8d5c4..a647a39f6164 100644 --- a/sdk/core/core-http-compat/package.json +++ b/sdk/core/core-http-compat/package.json @@ -1,6 +1,6 @@ { "name": "@azure/core-http-compat", - "version": "2.0.2", + "version": "2.1.0", "description": "Core HTTP Compatibility Library to bridge the gap between Core V1 & V2 packages.", "sdk-type": "client", "type": "module", diff --git a/sdk/core/core-lro/CHANGELOG.md b/sdk/core/core-lro/CHANGELOG.md index c2fcfecce9a5..2f46e2b039c3 100644 --- a/sdk/core/core-lro/CHANGELOG.md +++ b/sdk/core/core-lro/CHANGELOG.md @@ -1,15 +1,12 @@ # Release History -## 2.6.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 2.7.0 (2024-03-12) ### Other Changes +- Migrated the codebase to ESM. This change is internal and should not affect customers. +- Migrated unit tests to vitest. + ## 2.6.0 (2024-02-01) ### Other Changes diff --git a/sdk/core/core-lro/package.json b/sdk/core/core-lro/package.json index 719b6f72501d..f025123476c0 100644 --- a/sdk/core/core-lro/package.json +++ b/sdk/core/core-lro/package.json @@ -3,7 +3,7 @@ "author": "Microsoft Corporation", "sdk-type": "client", "type": "module", - "version": "2.6.1", + "version": "2.7.0", "description": "Isomorphic client library for supporting long-running operations in node.js and browser.", "exports": { "./package.json": "./package.json", diff --git a/sdk/core/core-paging/CHANGELOG.md b/sdk/core/core-paging/CHANGELOG.md index 1fd3eafb8c77..04c84740bea6 100644 --- a/sdk/core/core-paging/CHANGELOG.md +++ b/sdk/core/core-paging/CHANGELOG.md @@ -1,15 +1,12 @@ # Release History -## 1.5.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 1.6.0 (2024-03-12) ### Other Changes +- Migrated the codebase to ESM. This change is internal and should not affect customers. +- Migrated unit tests to vitest. + ## 1.5.0 (2023-02-02) ### Features Added diff --git a/sdk/core/core-paging/package.json b/sdk/core/core-paging/package.json index b6ad22f732b8..1474539fb80f 100644 --- a/sdk/core/core-paging/package.json +++ b/sdk/core/core-paging/package.json @@ -2,7 +2,7 @@ "name": "@azure/core-paging", "author": "Microsoft Corporation", "sdk-type": "client", - "version": "1.5.1", + "version": "1.6.0", "description": "Core types for paging async iterable iterators", "type": "module", "main": "./dist/commonjs/index.js", diff --git a/sdk/core/core-rest-pipeline/CHANGELOG.md b/sdk/core/core-rest-pipeline/CHANGELOG.md index dd966237d560..ec475434c42e 100644 --- a/sdk/core/core-rest-pipeline/CHANGELOG.md +++ b/sdk/core/core-rest-pipeline/CHANGELOG.md @@ -1,10 +1,6 @@ # Release History -## 1.14.1 (Unreleased) - -### Features Added - -### Breaking Changes +## 1.15.0 (2024-03-12) ### Bugs Fixed @@ -13,6 +9,8 @@ ### Other Changes - In the browser, `formDataPolicy` once again uses `multipartPolicy` when content type is `multipart/form-data`. This functionality was removed in 1.14.0, but has now been re-enabled. +- Migrated the codebase to ESM. This change is internal and should not affect customers. +- Migrated unit tests to vitest. ## 1.14.0 (2024-02-01) diff --git a/sdk/core/core-rest-pipeline/package.json b/sdk/core/core-rest-pipeline/package.json index 9548be998c46..26a3d1043a57 100644 --- a/sdk/core/core-rest-pipeline/package.json +++ b/sdk/core/core-rest-pipeline/package.json @@ -1,6 +1,6 @@ { "name": "@azure/core-rest-pipeline", - "version": "1.14.1", + "version": "1.15.0", "description": "Isomorphic client library for making HTTP requests in node.js and browser.", "sdk-type": "client", "type": "module", diff --git a/sdk/core/core-rest-pipeline/src/constants.ts b/sdk/core/core-rest-pipeline/src/constants.ts index 54250c836e2b..8bb7e027f01d 100644 --- a/sdk/core/core-rest-pipeline/src/constants.ts +++ b/sdk/core/core-rest-pipeline/src/constants.ts @@ -1,6 +1,6 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT license. -export const SDK_VERSION: string = "1.14.1"; +export const SDK_VERSION: string = "1.15.0"; export const DEFAULT_RETRY_POLICY_COUNT = 3; diff --git a/sdk/core/core-sse/CHANGELOG.md b/sdk/core/core-sse/CHANGELOG.md index 96ce115e15f5..174d4ba1f0c8 100644 --- a/sdk/core/core-sse/CHANGELOG.md +++ b/sdk/core/core-sse/CHANGELOG.md @@ -1,15 +1,12 @@ # Release History -## 2.0.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 2.1.0 (2024-03-12) ### Other Changes +- Migrated the codebase to ESM. This change is internal and should not affect customers. +- Migrated unit tests to vitest. + ## 2.0.0 (2024-01-02) ### Features Added diff --git a/sdk/core/core-sse/package.json b/sdk/core/core-sse/package.json index ac671056dcfc..9842c511ca66 100644 --- a/sdk/core/core-sse/package.json +++ b/sdk/core/core-sse/package.json @@ -1,6 +1,6 @@ { "name": "@azure/core-sse", - "version": "2.0.1", + "version": "2.1.0", "description": "Implementation of the Server-sent events protocol for Node.js and browsers.", "sdk-type": "client", "type": "module", diff --git a/sdk/core/core-tracing/CHANGELOG.md b/sdk/core/core-tracing/CHANGELOG.md index 0019056bf643..2cc9fee1c44f 100644 --- a/sdk/core/core-tracing/CHANGELOG.md +++ b/sdk/core/core-tracing/CHANGELOG.md @@ -1,15 +1,12 @@ # Release History -## 1.0.2 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 1.1.0 (2024-03-12) ### Other Changes +- Migrated the codebase to ESM. This change is internal and should not affect customers. +- Migrated unit tests to vitest. + ## 1.0.1 (2022-05-05) ### Other Changes diff --git a/sdk/core/core-tracing/package.json b/sdk/core/core-tracing/package.json index 7210f2b64a43..7bebbc676a41 100644 --- a/sdk/core/core-tracing/package.json +++ b/sdk/core/core-tracing/package.json @@ -1,6 +1,6 @@ { "name": "@azure/core-tracing", - "version": "1.0.2", + "version": "1.1.0", "description": "Provides low-level interfaces and helper methods for tracing in Azure SDK", "sdk-type": "client", "type": "module", diff --git a/sdk/core/core-util/CHANGELOG.md b/sdk/core/core-util/CHANGELOG.md index 19eedf1f53ad..7a925ac5e776 100644 --- a/sdk/core/core-util/CHANGELOG.md +++ b/sdk/core/core-util/CHANGELOG.md @@ -1,15 +1,12 @@ # Release History -## 1.7.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 1.8.0 (2024-03-12) ### Other Changes +- Migrated the codebase to ESM. This change is internal and should not affect customers. +- Migrated unit tests to vitest. + ## 1.7.0 (2024-02-01) ### Other Changes diff --git a/sdk/core/core-util/package.json b/sdk/core/core-util/package.json index b3344bc4e774..6d036d682648 100644 --- a/sdk/core/core-util/package.json +++ b/sdk/core/core-util/package.json @@ -1,6 +1,6 @@ { "name": "@azure/core-util", - "version": "1.7.1", + "version": "1.8.0", "description": "Core library for shared utility methods", "sdk-type": "client", "type": "module", diff --git a/sdk/core/core-xml/CHANGELOG.md b/sdk/core/core-xml/CHANGELOG.md index 7569ff78ab37..df6f4a7aea92 100644 --- a/sdk/core/core-xml/CHANGELOG.md +++ b/sdk/core/core-xml/CHANGELOG.md @@ -1,15 +1,12 @@ # Release History -## 1.3.5 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 1.4.0 (2024-03-12) ### Other Changes +- Migrated the codebase to ESM. This change is internal and should not affect customers. +- Migrated unit tests to vitest. + ## 1.3.4 (2023-06-20) ### Other Changes diff --git a/sdk/core/core-xml/package.json b/sdk/core/core-xml/package.json index 88f7ccd87c22..0256b22ce0d4 100644 --- a/sdk/core/core-xml/package.json +++ b/sdk/core/core-xml/package.json @@ -1,6 +1,6 @@ { "name": "@azure/core-xml", - "version": "1.3.5", + "version": "1.4.0", "description": "Core library for interacting with XML payloads", "sdk-type": "client", "type": "module", diff --git a/sdk/core/logger/CHANGELOG.md b/sdk/core/logger/CHANGELOG.md index 64cd41c60e6e..a5906c4ef573 100644 --- a/sdk/core/logger/CHANGELOG.md +++ b/sdk/core/logger/CHANGELOG.md @@ -1,15 +1,12 @@ # Release History -## 1.0.5 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 1.1.0 (2024-03-12) ### Other Changes +- Migrated the codebase to ESM. This change is internal and should not affect customers. +- Migrated unit tests to vitest. + ## 1.0.4 (2023-03-02) ### Other Changes diff --git a/sdk/core/logger/package.json b/sdk/core/logger/package.json index 47753d5a86f1..6e6d409890d3 100644 --- a/sdk/core/logger/package.json +++ b/sdk/core/logger/package.json @@ -1,7 +1,7 @@ { "name": "@azure/logger", "sdk-type": "client", - "version": "1.0.5", + "version": "1.1.0", "description": "Microsoft Azure SDK for JavaScript - Logger", "type": "module", "main": "./dist/commonjs/index.js",