Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Dec 21:16
· 289 commits to main since this release
e5f2161

v0.15.0 (Dec 26, 2024)

Enhancements

  • Improved error reporting.

    A failed HTTP API request now prints the request URL (this does NOT include the credentials),
    and the response body, making it easier to identify the problem without consulting RabbitMQ node logs.

  • CLI interface help message polishing.

    More commands now provide links to the relevant documentation guides,
    use (a reasonable amount of) coloring and recommend against features such as that are
    polling message consumption that were never designed or intended to be used in production

  • README documentation improvements