Skip to content

Commit

Permalink
[core] Prepare release of all Core packages that have been migrated t…
Browse files Browse the repository at this point in the history
…o ESM (#28897)

### Packages impacted by this PR

- `@azure/abort-controller`
- `@azure/core-auth`
- `@azure-rest/core-client`
- `@azure/core-client`
- `@azure/core-http-compat`
- `@azure/core-lro`
- `@azure/core-paging`
- `@azure/core-rest-pipeline`
- `@azure/core-sse`
- `@azure/core-tracing`
- `@azure/core-util`
- `@azure/logger`

### Describe the problem that is addressed by this PR

Preparing for upcoming Core release. We are doing a minor version bump
for all packages which we have migrated to ESM.
  • Loading branch information
timovv authored Mar 13, 2024
1 parent 00504e6 commit bd7de1d
Show file tree
Hide file tree
Showing 27 changed files with 65 additions and 99 deletions.
11 changes: 4 additions & 7 deletions sdk/core/abort-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/abort-controller/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 4 additions & 7 deletions sdk/core/core-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-auth/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 4 additions & 3 deletions sdk/core/core-client-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-client-rest/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 4 additions & 7 deletions sdk/core/core-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 4 additions & 7 deletions sdk/core/core-http-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-http-compat/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 4 additions & 7 deletions sdk/core/core-lro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-lro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 4 additions & 7 deletions sdk/core/core-paging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-paging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 3 additions & 5 deletions sdk/core/core-rest-pipeline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Release History

## 1.14.1 (Unreleased)

### Features Added

### Breaking Changes
## 1.15.0 (2024-03-12)

### Bugs Fixed

Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-rest-pipeline/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-rest-pipeline/src/constants.ts
Original file line number Diff line number Diff line change
@@ -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;
11 changes: 4 additions & 7 deletions sdk/core/core-sse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-sse/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 4 additions & 7 deletions sdk/core/core-tracing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-tracing/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 4 additions & 7 deletions sdk/core/core-util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-util/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 4 additions & 7 deletions sdk/core/core-xml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-xml/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 4 additions & 7 deletions sdk/core/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/logger/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bd7de1d

Please sign in to comment.