Skip to content

Releases: edgurgel/verk

Verk 1.0.2

31 Aug 02:28
Compare
Choose a tag to compare
  • Fix Elixir requirement to be ~> 1.4 #136

Verk 1.0.1

19 Aug 03:42
Compare
Choose a tag to compare
  • Allow poison ~> 3.0 #135

Verk 1.0.0

29 Jul 12:00
Compare
Choose a tag to compare

Verk 0.14.1

06 Jul 08:43
Compare
Choose a tag to compare
  • Add started_at to all events #125
  • Update Job.finished_at when notifying event #125

Verk 0.14.0

07 May 04:58
Compare
Choose a tag to compare
  • Remove GenEvent #115
  • Populate enqueued_at when enqueueing jobs #109
  • Fix random/crypto deprecation #114
  • Change lpop_rpush_src_dest to work in batches #103
  • Add support to {:system, ...} configuration #116

Verk 0.13.6

29 Mar 04:31
Compare
Choose a tag to compare

Verk 0.13.5

13 Dec 01:56
Compare
Choose a tag to compare
  • Change QueueStats.all to search for a prefix #97
  • Fix QueueStats handle_info to ignore other messages #101 . Thanks to @alissonsales πŸŽ‰
  • Change LPUSH/ZREM command execution order in requeue_job_now script #99 . Thanks to @keyan πŸŽ‰

Verk 0.13.4

07 Dec 04:27
Compare
Choose a tag to compare
  • Expose log level configuration #94
  • Add SortedSet/RetrySet.requeue_job #95

Verk 0.13.3

06 Nov 09:37
Compare
Choose a tag to compare
  • Catch job decoding error #89 . Thanks to @keyan πŸŽ‰
  • Add SortedSet.range_with_score/3. #90 Thanks to @keyan

Verk 0.13.2

30 Oct 06:30
Compare
Choose a tag to compare
  • Refactor tests to use describe blocks #85
  • Change DeadSet maximum size to be configurable #88. Thanks to @keyan πŸŽ‰ !
  • Add Verk.Stats.queue_total/2 #86. Thanks to @keyan πŸŽ‰ !