Skip to content

Commit 87cfdc6

Browse files
authored
[core] Prepare for 2022 November release (Azure#23669)
- update CHANGELOG - bump core-amqp minor version - bump core-rest-pipeline minor version
1 parent c24d240 commit 87cfdc6

File tree

6 files changed

+15
-19
lines changed

6 files changed

+15
-19
lines changed

sdk/core/core-amqp/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Release History
22

3-
## 3.1.2 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 3.2.0 (2022-11-03)
84

95
### Bugs Fixed
106

7+
- Fix React-Native bundling issue by adding a `react-native` mapping to ESM entrypoint file. (PR #23524)[https://github.com/Azure/azure-sdk-for-js/pull/23524]
8+
119
### Other Changes
1210

11+
- Update `engines` to `"node": ">=14.0.0"`
12+
1313
## 3.1.1 (2022-09-01)
1414

1515
### Bugs Fixed

sdk/core/core-amqp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@azure/core-amqp",
33
"sdk-type": "client",
4-
"version": "3.1.2",
4+
"version": "3.2.0",
55
"description": "Common library for amqp based azure sdks like @azure/event-hubs.",
66
"author": "Microsoft Corporation",
77
"license": "MIT",

sdk/core/core-http/CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
# Release History
22

3-
## 2.3.0 (Unreleased)
3+
## 2.3.0 (2022-11-03)
44

55
### Features Added
66

7-
- add support for `x-ms-text`
8-
9-
### Breaking Changes
10-
11-
### Bugs Fixed
7+
- Add support for `x-ms-text` [PR# 23631](https://github.com/Azure/azure-sdk-for-js/pull/23631)
128

139
### Other Changes
1410

11+
- Update `engines` to `"node": ">=14.0.0"`
12+
1513
## 2.2.7 (2022-09-01)
1614

1715
### Bugs Fixed

sdk/core/core-rest-pipeline/CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
# Release History
22

3-
## 1.9.3 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.10.0 (2022-11-03)
84

95
### Bugs Fixed
106

117
- Fixed an issue where policies added to a cloned Pipeline would also be added to the original (and vice versa) until policies were removed from either. [#23316](https://github.com/Azure/azure-sdk-for-js/pull/23316)
128

139
### Other Changes
1410

11+
- Update `engines` to `"node": ">=14.0.0"`
12+
1513
## 1.9.2 (2022-09-01)
1614

1715
### Other Changes

sdk/core/core-rest-pipeline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/core-rest-pipeline",
3-
"version": "1.9.3",
3+
"version": "1.10.0",
44
"description": "Isomorphic client library for making HTTP requests in node.js and browser.",
55
"sdk-type": "client",
66
"main": "dist/index.js",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
export const SDK_VERSION: string = "1.9.3";
4+
export const SDK_VERSION: string = "1.10.0";
55

66
export const DEFAULT_RETRY_POLICY_COUNT = 3;

0 commit comments

Comments
 (0)