Releases: sonus21/rqueue
Releases · sonus21/rqueue
v4.0.0.rc2
What's Changed
- Improve default message round-trip consistency by auto-discovering Jackson modules by @JiHongKim98 in #289
- Add worker heart beat by @sonus21 in #290
- Pluggable message ID generation — added
RqueueMessageIdGeneratorwith a
default UUIDv4 implementation so applications can override message ID generation
with a custom bean, including time-ordered strategies such as UUIDv7. - Worker registry for dashboard visibility — added an optional
rqueue.worker.registry.enabledregistry that tracks worker metadata and
queue-level poller activity for dashboard use. - Workers dashboard page — added a dedicated workers view showing worker
identity, queue pollers, last poll activity, and recent capacity exhaustion. - Queue and workers pagination — added server-side pagination for dashboard
queue and worker listings, with configurable page sizes. - Dashboard enqueue controls for scheduled messages — messages in scheduled
queues can now be moved back to the main queue from the dashboard, including
explicit front/rear enqueue options for non-periodic messages. - Dashboard refresh and usability improvements — refreshed queue, worker, and
explorer UI with improved layouts, duration formatting, feedback modals, and
more readable queue metadata.
New Contributors
- @JiHongKim98 made their first contribution in #289
Full Changelog: v4.0.0.rc1...v4.0.0.rc2
v4.0.0-RC1
What's Changed
- Bump rexml from 3.3.9 to 3.4.2 in /docs by @dependabot[bot] in #268
- Bump nokogiri from 1.18.8 to 1.18.9 in /docs by @dependabot[bot] in #273
- Replace embedded-redis with newer fork by @cbot59 in #275
- add metrix prefix: #271 by @sonus21 in #272
- Migrate to Spring 7 / Spring Boot 4 by @ITman1 in #278
- fix: pebble version and use coveralls jacoco by @sonus21 in #280
- update doc by @sonus21 in #283
- Add hard strict priority mode by @igorjava2025 in #279
- update code to use java 21 by @sonus21 in #284
- Bump nokogiri from 1.18.9 to 1.19.1 in /docs by @dependabot[bot] in #285
- add generic typed message by @sonus21 in #287
New Contributors
- @ITman1 made their first contribution in #278
- @igorjava2025 made their first contribution in #279
Full Changelog: v3.4.0...v4.0.0.rc1
v3.4.1
What's Changed
- Bump rexml from 3.3.9 to 3.4.2 in /docs by @dependabot[bot] in #268
- Bump nokogiri from 1.18.8 to 1.18.9 in /docs by @dependabot[bot] in #273
- Replace embedded-redis with newer fork by @cbot59 in #275
- add metrix prefix: #271 by @sonus21 in #272
- Backport hard priority by @sonus21 in #286
- Add Support for generic class.
Full Changelog: v3.4.0...v3.4.1
v3.4.0
Bug Fixes
What's Changed
- Rewording Utility page placeholder by @cbot59 in #255
- Bump rexml from 3.2.8 to 3.3.9 in /docs by @dependabot in #245
- CVE-2022-37767 - Upgrade Pebble from 3.2.0 to 3.2.2 by @scotty6435 in #240
- Bump google-protobuf from 3.21.12 to 3.25.5 in /docs by @dependabot in #242
- Bump webrick from 1.8.1 to 1.8.2 in /docs by @dependabot in #257
- Bump nokogiri from 1.16.5 to 1.18.8 in /docs by @dependabot in #258
- Bug Fixes by @sonus21 in #248
New Contributors
Full Changelog: v3.2.0...v3.3.0
v3.2.0
What's Changed
- Update build.gradle by @Alexcn in #199
- Explicit PathVariable name in queue related endpoints by @malkovro in #219
- Bump nokogiri from 1.14.3 to 1.16.2 in /docs by @dependabot in #216
- Bump nokogiri from 1.16.2 to 1.16.5 in /docs by @dependabot in #226
- Bump rexml from 3.2.5 to 3.2.8 in /docs by @dependabot in #228
- Do not retry some exceptions by @sonus21 in #231
- Fixed typo
New Contributors
Full Changelog: v3.1.0...v3.2.0
v2.13.2
v3.1.0
What's Changed
- Create CODE_OF_CONDUCT.md by @sonus21 in #188
- Bump nokogiri from 1.14.1 to 1.14.3 in /docs by @dependabot in #191
- Add diagram links to README.md by @alexkarezin in #196
- Fixing #193. by @sonus21 in #194
- Update index.md by @sonus21 in #198
New Contributors
- @dependabot made their first contribution in #191
- @alexkarezin made their first contribution in #196
Full Changelog: v3.0.1...v3.1.0