Skip to content

cli-rhea3-3.0.0

Latest
Compare
Choose a tag to compare
@jiridanek jiridanek released this 18 Feb 15:13
· 6 commits to main since this release

Upgrade project to rhea 3.x, accounting for incompatible changes in https://github.com/amqp/rhea/releases/tag/2.0.0

Install it from npm, https://www.npmjs.com/package/cli-rhea3/v/3.0.0

What's Changed

  • Fixes for unit tests by @kornys in #15
  • Fix to enable sasl external authentication using ssl certificates by @fgiorgetti in #17
  • Fix version due to nodejs 4 by @kornys in #18
  • Fix formatting of dict['priority'] === 0 (should remain 0, not 4) by @jirkadanek in #19
  • Fix remove unused dependencies by @kornys in #20
  • Do not reset timeout when client closing by @kornys in #21
  • On release bahavior by @kornys in #22
  • Skip building docs on node < 8 in travis.yml by @jirkadanek in #24
  • NEW(option): New option --conn-use-config-file for usage of connectio… by @rkubis in #23
  • Fixed issue with retry logic on released messages by @fgiorgetti in #25
  • Fixed validation of sent messages count by @fgiorgetti in #26
  • Set hostname additional property in connection dict by @kornys in #27
  • FIX(p2p-receiver): set link target by @pematous in #29
  • Update version by @kornys in #30
  • FIX(formatter) creation-time field format fix by @pematous in #32
  • Fix running tests; fix broken tests; update deps by @jiridanek in #34

New Contributors

Full Changelog: cli-rhea-2.1.7...cli-rhea3-3.0.0