Releases: tinh-tinh/queue
Releases · tinh-tinh/queue
v2.1.2
🚀 Features
- Sync with tinhtinh v2.5.0 #64
- Implement feature to list failed jobs stored in Redis after retries exhausted #68
What's Changed
- build(deps): bump golang.org/x/crypto from 0.35.0 to 0.45.0 by @dependabot[bot] in #62
- Optimize queue performance: eliminate defer accumulation, improve sorting complexity, cache keys by @Copilot in #63
- refactor: update logger import path and sync dependencies with tinhti… by @ren0503 in #65
- Improve queue performance with optimized slice operations by @Copilot in #66
- feat: add methods to list and manage failed jobs in Redis by @ren0503 in #69
New Contributors
- @Copilot made their first contribution in #63
Full Changelog: v2.1.1...v2.1.2
v2.1.1
🚀 Features
- Allow Inherit Field From ForRoot To Register #54
- Change Format Logger #58
- Add Prefix For Queue Interaction With Redis #60
🐛 Bug Fixes
- Processing In Queue Not Recovery When Panic #56
What's Changed
- docs: update readme by @ren0503 in #53
- feat: inherit option forRoot to registry by @ren0503 in #55
- fix: handle recovery in queue processing by @ren0503 in #57
- feat: change format logger based on logger from core by @ren0503 in #59
- feat: add prefix to interaction with redis by @ren0503 in #61
Full Changelog: v2.1.0...v2.1.1