This repository was archived by the owner on Oct 11, 2023. It is now read-only.
Releases: Azure/azure-event-hubs-node
Releases · Azure/azure-event-hubs-node
EH & EPH 1.0.6
EH 1.0.6
- export
EventHubConnectionConfigfrom the library.
EPH 1.0.6
- Remove
@azure/amqp-commonandrhea-promiseas dependencies, since we use very little from
those libraries and there is a risk of having two instances of rhea in the dependency chain which
can cause problems while encoding types for filters. HostContext.connectionConfigis now of typeEventHubConnectionConfig.- Minimum dependency on
@azure/event-hubs: "^1.0.6".
EH & EPH 1.0.5
EH 1.0.5
- Moved
lib/amqp-commonto"@azure/amqp-common"package and took a dependency on it. - Moved
lib/rhea-promiseto"rhea-promise"package and took a dependency on it. - Fixed issues where the private instance of
rhea receiver or senderwere undefined when*_open
and*_closeevents happened instantaneously.
EPH 1.0.5
- Bumping minimum version of
"@azure/event-hubs"to"1.0.5". - Taking a dependency on
"@azure/amqp-common"for reusing the common parts.
EH & EPH 1.0.4
EH 1.0.4
- update the version of ms-rest-azure to "2.5.9"
EPH 1.0.4
- Bumping minimum version of @Azure/event-hubs to "1.0.4".
1.0.2 - EPH
- Ensures that messages are checkpointed in order.
1.0.2 - EH
client.getPartitionInformation(partitionId)should works as expected whenpartitionIdis of typenumber | string.
1.0.1 - EPH
eph.getPartitionInformation(partitionId)should works as expected whenpartitionIdis of typenumber | string.- updated documentation for
eventHubPathoptional property in theFromConnectionStringOptionsobject. - Ensured that validation happens after the eventHubPath is populated from the options object or from the
EntityPath=<EventHubName>from the connection string.
1.0.1 - EH
- Stable version of the sdk.
1.0.0 - EPH
- Stable version of the sdk.
0.2.0 - EPH
- Added support to automatically balance the load of receiving messages across multiple partitions.
- Added static method to create an EPH from an
IotHubConnectionString - Added user-agent to the underlying amqp-connection. This would help in tracking usage of EPH.
- Changed the overall design of EPH.
- Instead of attaching handlers on
eph:messageandeph:error, now the handlers need to be passed
as arguments to thestart()method on EPH. - Apart from that an additional handler/method can be passed as an optional property
onEphError
to EPH. This handler will receive notifications from EPH regarding any errors that occur during
partition management. - Removed optional property
leasecontainerNameand replaced it with a required parameterstorageContainerNamewherever applicable in all the static methods onEventProcessorHost. - Removed optional property
autoCheckpointand added optional propertiescheckpointManageronEphErrorleaseRenewIntervalleaseDuration
- Please take a look at the examples for more details.
0.2.11 EH and 0.2.1 EPH
"azure-event-hubs"and"azure-event-processor-host"packages have been deprecated. Please use"@azure/event-hubs"and"@azure/event-processor-host".- Development and support will be provided for newer packages.