Skip to content

Commit

Permalink
Merge pull request Azure#101 from amarzavery/recovery
Browse files Browse the repository at this point in the history
Added an option `autoCheckpoint: false` to not checkpoint the receive…
  • Loading branch information
amarzavery authored Jul 16, 2018
2 parents afd32b3 + 558b865 commit f5aca23
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
5 changes: 4 additions & 1 deletion processor/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 2018-07-16 0.1.4
- Added an option `autoCheckpoint: false` to not checkpoint the received messages by default.

## 2018-06-13 0.1.3
- _storageBlobPrefix is set if provided in the options, [#91](https://github.com/Azure/azure-event-hubs-node/pull/91).
- `_storageBlobPrefix` is set if provided in the options, [#91](https://github.com/Azure/azure-event-hubs-node/pull/91).

## 2018-06-13 0.1.2
- Fixed an issue reported in [#80](https://github.com/Azure/azure-event-hubs-node/issues/80).
Expand Down
28 changes: 14 additions & 14 deletions processor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions processor/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "azure-event-processor-host",
"version": "0.1.3",
"version": "0.1.4",
"description": "Azure Event Processor Host (Event Hubs) SDK for Node.js",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "./dist/lib/index.js",
"types": "./typings/lib/index.d.ts",
"dependencies": {
"async-lock": "^1.1.2",
"azure-event-hubs": "../client",
"azure-event-hubs": "^0.2.4",
"azure-storage": "^2.8.2",
"debug": "^3.1.0",
"ms-rest-azure": "^2.5.7",
Expand Down

0 comments on commit f5aca23

Please sign in to comment.