Skip to content

Releases: kffl/fastify-amqp-async

1.0.1

06 Jun 20:21
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump @kffl/amqplib-as-promised to 5.0.3 by @kffl in #22

Full Changelog: 1.0.0...1.0.1

1.0.0

30 May 09:38
4fdae4b
Compare
Choose a tag to compare

What's Changed

Package v1 is released in order to indicate stable API and allow for updates within a major version when a dependency is declared with a caret symbol.

  • chore(deps-dev): bump tsd from 0.19.1 to 0.20.0 by @dependabot in #11
  • chore(deps-dev): bump jest from 27.5.1 to 28.0.3 by @dependabot in #15
  • feat: add logging by @kffl in #18
  • chore: bump package version to v1 by @kffl in #19

Full Changelog: 0.2.0...1.0.0

0.2.0

30 Dec 11:42
Compare
Choose a tag to compare

What's Changed

  • feat: add ignoreOnClose option to opt-out of the default onClose behavior by @kffl in #10

Full Changelog: 0.1.4...0.2.0

0.1.4

27 Dec 13:35
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump fastify from 3.25.1 to 3.25.2 by @dependabot in #7
  • build(deps): replace amqplib-as-promised with @kffl/amqplib-as-promised by @kffl in #8

Full Changelog: 0.1.3...0.1.4

0.1.3

23 Dec 11:25
Compare
Choose a tag to compare
  • Remove preinstall script which caused this package to break npm install when used as a dependency.

Full Changelog: 0.1.2...0.1.3

0.1.2

23 Dec 11:17
Compare
Choose a tag to compare

What's Changed

  • Fix vulnerable transitive dependencies (amqplib-as-promised > amqplib > url-parse) by @kffl in #6

Full Changelog: 0.1.1...0.1.2

0.1.1

22 Dec 19:25
Compare
Choose a tag to compare

What's Changed

  • Use promise-based ConfirmChannel instead of amqplib's native one by @kffl in #4

Full Changelog: 0.1.0...0.1.1

0.1.0

22 Dec 17:21
Compare
Choose a tag to compare

Initial release of fastify-amqp-async