Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit 02c762b

Browse files
authored
Merge pull request #162 from amarzavery/upmsrest
EPH: Bumping minimum version of @Azure/event-hubs to "1.0.4".
2 parents 1c10d03 + 04464c6 commit 02c762b

5 files changed

Lines changed: 152 additions & 114 deletions

File tree

processor/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2018-09-25 1.0.4
2+
- Bumping minimum version of @azure/event-hubs to "1.0.4".
3+
14
## 2018-09-25 1.0.3
25
- Ensures that amqp:link-stolen errors are not notified to the customer, since they are expected errors that
36
happen during lease stealing or expiration as a part of load balancing.

processor/lib/util/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ export const leaseIdMismatchWithBlobOperation = "leaseidmismatchwithbloboperatio
2828
export const userAgentPrefix = "/js-event-processor-host";
2929
export const packageInfo = {
3030
name: "@azure/event-processor-host",
31-
version: "1.0.2"
31+
version: "1.0.4"
3232
};

0 commit comments

Comments
 (0)