Skip to content

Releases: dial-once/node-bunnymq

v2.5.0

28 Mar 18:51
Compare
Choose a tag to compare

Support

  • cleanup for npm module tarball (@Spring3 )
  • dependencies update & rabbitmq version bump (3.7) (@shamil )

#108
#107

v2.4.3

11 Mar 15:08
Compare
Choose a tag to compare

Minor changes

  • Added logger alias (bmq:producer) in case of an error due to a non existent callback

Support

  • Fixes for npm audit, eslint, sonarqube
  • Migrated to CircleCI v2

PR #106 (@Spring3)

v2.4.2

04 Mar 08:59
Compare
Choose a tag to compare

Bugfixes & small improvements:

  • Fail nicely when we can’t parse the rpc response (@yosiat) #104

v2.4.1

19 Oct 13:46
Compare
Choose a tag to compare

Fixes

  • Add PID to rpc response queue (@yosiat) (to enable concurrent execution) (#102)

v2.4.0

04 Oct 16:49
Compare
Choose a tag to compare

Features:

  • Exposed amqplib message properties to the consumer (@aviz)

Fixes:

  • Fix wrong serialisation of arrays (@yosiat)

Maintenance:

  • Code linting (@edunston)
  • Update dev dependencies and dev tools, add badges. Replace istanbul with nyc (@StevenHeng)

Thanks so much for your contributions 🥇 🎉

v2.3.2

24 May 15:34
Compare
Choose a tag to compare

Fixes:

  • Allow messages to be produced that are of type string and not only objects (@mrister)

Improvements:

  • Add more tests to very string messages (@mrister)

v2.3.1

24 May 11:31
Compare
Choose a tag to compare

Fixes

  • Remove @dialonce/boot module (@ky23)

v2.3.0

24 May 10:02
Compare
Choose a tag to compare

Fixes

  • Fix re-queuing message when Buffer is full error is triggered to avoid message duplication (@ky23)
  • Fix undefined consumerSuffix (@williamluang)

Enhancements

  • Add publish and subscribe method (@Spring3)
  • Expose subscribe/publish/consume/produce without producer/consumer objects but keeping the backward compatibility (@Spring3)

v2.2.1

17 Aug 09:26
Compare
Choose a tag to compare

Fixes

  • Revert channel close check on produce on non-existing queue to timeout feature

v2.2.0

25 Jul 14:47
Compare
Choose a tag to compare

Features

  • Check if a queue exists and rejects with appropriate error. Closes #45

Fixes

  • Sanitize queue prefetch (Parse the provided prefetch to ensure it is an integer)