Releases: bringg/node-arnavmq
Releases · bringg/node-arnavmq
0.17.2
What's Changed
- Bug fix: No error is thrown when consumer processes an invalid JSON - Users can register to the
afterProcessMessageevent to handle the error. - Add integration tests for parse error handling by @ormelaver-cyber in #105
Full Changelog: 0.17.1...0.17.2
0.17.1
What's Changed
- Bump sinon from 20.0.0 to 21.0.1 by @dependabot[bot] in #102
- Fix message parsing bug: instead of rejecting the message with
this._connection.config.requeue, which may cause an infinite processing loop because it defaults totrue, the message is rejected withrequeue=false. In addition, anErroris thrown to let the client handle it. by @ormelaver-cyber in #101 - Bump globals from 16.5.0 to 17.0.0 by @dependabot[bot] in #103
New Contributors
- @ormelaver-cyber made their first contribution in #101
Full Changelog: 0.17.0...0.17.1
0.17.0
0.16.4
What's Changed
- Add missing timeout property to type. by @ramhr in #77
- Bump sinon from 17.0.2 to 18.0.0 by @dependabot[bot] in #78
- Bump nyc from 15.1.0 to 17.0.0 by @dependabot[bot] in #81
- Bump uuid from 9.0.1 to 10.0.0 by @dependabot[bot] in #82
- Bump sinon from 18.0.1 to 19.0.2 by @dependabot[bot] in #90
- Remove nodejs v16 support. by @ramhr in #94
- Bump eslint from 8.57.1 to 9.12.0 by @dependabot[bot] in #93
- Bump mocha from 10.8.2 to 11.0.1 by @dependabot[bot] in #95
- Bump eslint-config-prettier from 9.1.0 to 10.0.1 by @dependabot[bot] in #96
- Bump globals from 15.15.0 to 16.0.0 by @dependabot[bot] in #97
- Bump sinon from 19.0.5 to 20.0.0 by @dependabot[bot] in #98
Full Changelog: 0.16.3...0.16.4
0.16.3
0.16.2
0.16.1
0.16.0
What's Changed
- Bump prettier from 2.8.8 to 3.0.0 by @dependabot[bot] in #62
- Bump eslint-config-prettier from 8.10.0 to 9.0.0 by @dependabot[bot] in #63
- Bump sinon from 15.2.0 to 16.0.0 by @dependabot[bot] in #64
- Bump sinon from 16.1.3 to 17.0.0 by @dependabot[bot] in #65
- ci: test with node 20 & drop node 14 by @yosiat in #66
- Add hooks before and after certain operations. by @ramhr in #67
Full Changelog: 0.15.2...0.16.0