Skip to content

Releases: bringg/node-arnavmq

0.17.2

15 Feb 10:15
579a331

Choose a tag to compare

What's Changed

  • Bug fix: No error is thrown when consumer processes an invalid JSON - Users can register to the afterProcessMessage event 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

06 Jan 10:03
27dceba

Choose a tag to compare

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 to true, the message is rejected with requeue=false. In addition, an Error is 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

Full Changelog: 0.17.0...0.17.1

0.17.0

04 Sep 20:00
2104fa1

Choose a tag to compare

What's Changed

Full Changelog: 0.16.4...0.17.0

0.16.4

04 Sep 20:00
ff1f5ea

Choose a tag to compare

What's Changed

Full Changelog: 0.16.3...0.16.4

0.16.3

04 Sep 20:00
ba024b4

Choose a tag to compare

What's Changed

  • Add @types/amqplib to prod dependencies. by @ramhr in #72

Full Changelog: 0.16.2...0.16.3

0.16.2

04 Sep 20:00
d320fb1

Choose a tag to compare

What's Changed

  • Add more useful type exports. by @ramhr in #70

Full Changelog: 0.16.1...0.16.2

0.16.1

04 Sep 20:00
013e8c1

Choose a tag to compare

What's Changed

Full Changelog: 0.16.0...0.16.1

0.16.0

04 Sep 19:59
5fd183a

Choose a tag to compare

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

v0.15.2

22 May 20:35
3da6fa8

Choose a tag to compare

What's Changed

Full Changelog: 0.15.1...0.15.2

0.15.1

02 May 14:53
84b7967

Choose a tag to compare

What's Changed

  • Change default channel to string. by @ramhr in #60

Full Changelog: 0.15.0...0.15.1