Skip to content

Releases: cubyn/node-carotte-amqp

v2.3.1

06 Nov 13:56
Compare
Choose a tag to compare

Fixes

  • Keep empty queue generation even with a debug token provided (RPC answer queue)

v2.3.0

02 Oct 12:10
Compare
Choose a tag to compare

Features

  • Send error in context when dead-lettering

v2.2.2

21 Sep 15:54
Compare
Choose a tag to compare

Improvements

  • Handle redelivered messages as errors (to avoid crash looping). Now each redelivered message count as a retry and is sent to the dead-letter is it reaches specified retry count (default is 5)

v2.2.1

13 Sep 08:05
Compare
Choose a tag to compare

Fixes

  • Fix retry message ack by acking on the same channel

v2.2.0

12 Sep 14:33
Compare
Choose a tag to compare

Features

  • Add shared environment feature using env var CAROTTE_DEBUG_TOKEN

v2.1.0

06 Sep 16:34
Compare
Choose a tag to compare

Features

  • Add stack transaction id to context

v2.0.1

12 Jul 16:39
Compare
Choose a tag to compare

Fixes

  • Fix headers for origin service/caller

v2.0.0

31 May 15:41
Compare
Choose a tag to compare

Breaking changes

  • data => request
  • logs now provide a request and response meta instead of data and response.

v1.2.5

29 May 16:35
Compare
Choose a tag to compare

Fixes

  • Give response to transport

v1.2.4

24 May 13:17
Compare
Choose a tag to compare

Fixes

  • Listener throws republish only to this listener binding