All Versions
24
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v2.10.1 Changes

    • ๐Ÿ›  Fixes for concurrency when task executor is provided see issue #[122]
  • v2.10.0

  • v2.9.0

  • v2.8.0

  • v2.7.0 Changes

    ๐Ÿ›  Fixes

    • Spring Boot App could not start due to class not found error Boot 2.0
    • ๐Ÿšš Utility UI message move not working due to invalid data type

    โž• Added

    • ๐Ÿ‘Œ Support for Reactive Redis and Spring Webflux
    • โœ‚ Delete message metadata when rqueue.message.durability.in-terminal-state is less than equal to zero
    • โœ‚ Delete job detail when rqueue.job.durability.in-terminal-state is less tha equal to zero
  • v2.6.1 Changes

    ๐Ÿ›  Fixes

    • Graph not rendering in firefox due to unsafe csp rule
    • Crash in dashboard due to Twig template, changed it to Pebble template
  • v2.6.0 Changes

    Message counts api

  • v2.5.0 Changes

    โž• Added

    • Attach more than one message listeners to the same queue
  • v2.4.0 Changes

    โž• Added

    • ๐Ÿ‘ท Job Middlewares
    • ๐Ÿšš Delay execution of message when it's moved to enqueue instead of consuming it immediately.
  • v2.3.0 Changes

    โž• Added

    • ๐Ÿ‘ท Job checkin for long-running tasks
    • ๐Ÿ‘ท Display job and failure details in UI for each message
    • ๐Ÿ‘ Allow deleting messages from normal and scheduled queues instead of only dead letter queue.
    • Scan only required beans for RqueueListener annotated methods

    ๐Ÿ›  Fixes

    • Redis string deserialization issue, string were inserted without quote''
    • Dashboard CSP rule error for inline javascript
    • ๐Ÿ’ป Double minus sign (--) in UI

    Miscellaneous

    • โœ‚ Delete message metadata along with messages using background job
    • Potential error for a periodic message, if period was longer than 24 hours
    • โž• Add retry limit exceeded messages at the front of dead letter queue instead at the back.