Releases: cubyn/node-carotte-amqp
Releases · cubyn/node-carotte-amqp
v1.2.3
Improvements
- Change in/out symbols for messages to UTF-8 ones
v1.2.2
Improvements
- Beta error listener
carotte.on
- Send raw payload in beta logger
v1.2.1
Fixes
- Topic and fanout subscribers for autodocumentation are subscribed to the correct exchange
v1.2.0
features
- add X-destination to headers
v1.1.3
Improvements
- Rework log format
- Default setting is now to always retry connect when disconnected
Fixes
- Ensure prefetch value
- Fix dead-lettered message stored as buffer
- Don't save to dead-letter when error have status
- Fix syntax error in README.md for examples link
v1.1.2
Fixes
- Fix status always set to 500.
v1.1.0
Features
- Add
dataLength
property when logging to transport so the transport can decide what to do without computing object size
Fixes
- Fix scoping issues with
this
that can lead to bad usage of getRpcQueue
on undefined object