Changelog and version update
This commit is contained in:
Родитель
f409dedad2
Коммит
4245d0fe9e
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче