Skip to content

Releases: sonus21/rqueue

v2.13.2

05 Dec 17:38
82b7ef0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.13.1...v2.13.2

v3.1.0

24 Jun 04:46
197a5ed
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.1.0

v2.13.1

24 Jun 04:47
c3d69a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.12...v2.13.1

v3.0.1

22 Jan 15:39
6e272ec
Compare
Choose a tag to compare

What's Changed

  • Support for sprint boot 3 and spring framework 6.x

Full Changelog: 2.12...v3.0.1

v2.12.0

23 Dec 14:58
3c17b1f
Compare
Choose a tag to compare

What's Changed

  • Message scheduler reliability, some times message consumers stop suddenly due to failure with Redis
  • Display DateTime based on the current time zone setting

Full Changelog: v2.10.2...2.12

v2.10.2

16 Jul 09:20
Compare
Choose a tag to compare

What's Changed

Fixes

  • Message status is not enqueued only, but it should be successful, failed etc
  • Weighted queue with size 1 was not working
  • Deleted message reappears

Features

  • Disable Rqueue using rqueue.enabled flag

Full Changelog: v2.10.1...v2.10.2

Bug Fix

27 Oct 14:46
6a775f3
Compare
Choose a tag to compare

Fixes and Completed Jobs dashboard

10 Oct 03:37
d5520ae
Compare
Choose a tag to compare

Fixes

  • Fixes for post processor calls (post processor calls were not made)
  • Fixes message move message count (by default 1000 messages are moved)
  • Potential issue in rename collection
  • More than one (-) sign in the dashboard
  • Fixes for server context path. Rqueue end points would be served relative to x-forwarded-prefix/server.servlet.context-path

Features

  • Display completed jobs in the dashboard
  • Option to choose number of days in the chart

Version 2.9.0

03 Oct 15:28
Compare
Choose a tag to compare
v2.9.0

version update in readme

Web URL Prefix

19 Jul 13:23
Compare
Choose a tag to compare
Web URL Prefix Pre-release
Pre-release

Option to add rqueue web url prefix, the prefix is configured from application.properties file using rqueue.web.url.prefix=my-application, now rqueue dashboard would be served at my-application/rqueue instead of /rqueue, the configuration has higher priority than the HTTP request header x-forwarded-prefix.