Releases: rh-messaging/cli-rhea
Releases · rh-messaging/cli-rhea
cli-rhea3-3.0.0
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
- @fgiorgetti made their first contribution in #17
- @jirkadanek made their first contribution in #19
- @rkubis made their first contribution in #23
- @pematous made their first contribution in #29
- @jiridanek made their first contribution in #34
Full Changelog: cli-rhea-2.1.7...cli-rhea3-3.0.0
cli-rhea-2.1.7: Fix listener mode ending (#13)
Fixed listener mode
cli-rhea-2.1.2
Fix calling static method readContentFromFile
cli-rhea-2.0.2
NEW args for ws protocols (#5) * NEW agrs for ws protocols * Fix revert entrypoint.sh * Added test for conn-ws-protocols
cli-rhea-1.2.3
Bump version
cli-rhea-1.0.32
Update version
cli-rhea-1.0.27
UPD: Move repo to github