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.