Skip to content

v4.0.0

Choose a tag to compare

@kfitzgerald kfitzgerald released this 28 Jan 20:54
· 6 commits to master since this release

Dependency Update and Bug Fixes

  • QueueService.js:
    • Fixed using async w/ promise executors
    • Fixed publishMessage possibly calling back twice
  • BatchQueueWorker.js: Fixed not waiting for messages to get acked before doing the next one
  • tests:
    • Fixed using async w/ promise executors
    • disabled why-is-node-running for now
  • .eslintrc.json: Updated linting definitions
  • .gitignore: Allow package-lock.json
  • package.json: Updated all dependencies to latest, bumped to 4.0.0
  • .travis.yml: Always test node v12