Skip to content

Commit a9f340c

Browse files
authored
[core-amqp][event-hubs] prepare for release (Azure#15080)
Prepares `@azure/core-amqp` v2.3.0 and `@azure/event-hubs` v5.5.1 for release. /cc @ramya-rao-a
1 parent 53518c6 commit a9f340c

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

sdk/core/core-amqp/CHANGELOG.md

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

3-
## 2.2.1 (Unreleased)
3+
## 2.3.0 (2021-04-29)
4+
5+
- Updates `AmqpAnnotatedMessage` to identify the AMQP section where body data was decoded from. [PR 14703](https://github.com/Azure/azure-sdk-for-js/pull/14703).
6+
7+
- Adds `CancellableAsyncLock` as an alternative to `AsyncLock` that supports cancellation via the abort signal. [PR 14844](https://github.com/Azure/azure-sdk-for-js/pull/14844).
48

59
## 2.2.0 (2021-03-30)
610

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": "2.2.1",
4+
"version": "2.3.0",
55
"description": "Common library for amqp based azure sdks like @azure/event-hubs.",
66
"author": "Microsoft Corporation",
77
"license": "MIT",

sdk/eventhub/event-hubs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 5.5.1 (Unreleased)
3+
## 5.5.1 (2021-04-29)
44

55
- Fixes a race condition that would cause connection recovery to sometimes fail if a consumer or producer was closed at the same time a connection was disconnected.
66

sdk/eventhub/event-hubs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
},
9191
"dependencies": {
9292
"@azure/abort-controller": "^1.0.0",
93-
"@azure/core-amqp": "^2.2.1",
93+
"@azure/core-amqp": "^2.3.0",
9494
"@azure/core-asynciterator-polyfill": "^1.0.0",
9595
"@azure/core-auth": "^1.3.0",
9696
"@azure/core-tracing": "1.0.0-preview.11",

sdk/servicebus/service-bus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
},
9797
"dependencies": {
9898
"@azure/abort-controller": "^1.0.0",
99-
"@azure/core-amqp": "^2.2.1",
99+
"@azure/core-amqp": "^2.3.0",
100100
"@azure/core-asynciterator-polyfill": "^1.0.0",
101101
"@azure/core-http": "^1.2.0",
102102
"@azure/core-tracing": "1.0.0-preview.11",

0 commit comments

Comments
 (0)