зеркало из
1
0
Форкнуть 0
This commit is contained in:
Ramya Achutha Rao 2018-12-14 10:56:48 -08:00
Родитель f409dedad2
Коммит 4245d0fe9e
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,7 @@
### 2018-12-14 1.0.7
- Use `isItselfClosed()` instead of `isClosed()` in rhea to correctly determine if the sdk initiated close on receiver/sender.
This ensures that on connection issues like the ECONNRESET error, the receivers get re-connected properly thus fixing the [bug 174](https://github.com/Azure/azure-event-hubs-node/issues/174)
### 2018-10-25 1.0.7
- Only set `message_id` while sending the message, when provided by caller [PR](https://github.com/Azure/azure-event-hubs-node/pull/169).

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@azure/event-hubs",
"version": "1.0.7",
"version": "1.0.8",
"description": "Azure Event Hubs SDK for JS.",
"author": "Microsoft Corporation",
"license": "MIT",
@ -53,4 +53,4 @@
"bugs": {
"url": "http://github.com/Azure/azure-event-hubs-node/issues"
}
}
}