Skip to content

Releases: tinh-tinh/queue

v2.1.2

18 Jan 14:56
42499f0

Choose a tag to compare

🚀 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

21 Oct 16:19
173c0f7

Choose a tag to compare

🚀 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

v2.1.0

08 Jun 13:13
b81f65e

Choose a tag to compare

🚀 Features

  • Add Context Timeout For Job In Queue #44
  • Add Option Register And For Root Factory #46
  • Add Processor To Easy Handle Proccess #51

v2.0.1

13 Apr 13:11
577555d

Choose a tag to compare

🚀 Features

  • Need Option Delay On Cron #33
  • Add Options Logger To Log #37
  • Need Option RemoveOnComplete and RemoveOnFail #39
  • Add Module ForRoot To Store Common Config For Queue #42

v2.0.0

10 Apr 14:57
ce44eda

Choose a tag to compare

🚀 Features

  • Sync up Tinh Tinh v2 #26

v1.1.1

07 Dec 13:28
57650af

Choose a tag to compare

🚀 Features

  • Sync up Tinh Tinh v1.4.0 #24

v1.1.0

15 Nov 08:57
d93ce6a

Choose a tag to compare

🚀 Features

  • Run Job Schedule With Any Status #9
  • Lock Process With Redis Sync #13
  • Add Priority When Run Job In Queue #16
  • Add Function Pause/Resume Queue #18
  • Recovery Error To Prevent Panic #20