Skip to content

Releases: riverqueue/riverqueue-ruby

v0.7.0

31 Aug 04:50
5097d21
Compare
Choose a tag to compare

Changed

v0.6.1

21 Aug 14:57
29b8e4f
Compare
Choose a tag to compare

Fixed

  • Fix source files not being correctly included in built Ruby gems. PR #26.

v0.6.0

07 Jul 03:48
f66d153
Compare
Choose a tag to compare

Changed

  • Advisory lock prefixes are now checked to make sure they fit inside of four bytes. PR #24.

v0.5.0

06 Jul 19:46
94aca9b
Compare
Choose a tag to compare

Changed

  • Tag format is now checked on insert. Tags should be no more than 255 characters and match the regex /\A[\w][\w\-]+[\w]\z/. PR #22.
  • Returned jobs now have a metadata property. PR #21.

v0.4.0

29 Apr 06:05
3cecc5c
Compare
Choose a tag to compare

Changed

  • Implement the FNV (Fowler–Noll–Vo) hashing algorithm in the project and drop dependency on the fnv-hash gem. PR #14.

v0.3.0

28 Apr 03:43
9b6d241
Compare
Choose a tag to compare

Added

  • Implement unique job insertion. PR #10.

v0.2.0

27 Apr 18:30
668fc43
Compare
Choose a tag to compare

Added

  • Implement #insert_many for batch job insertion. PR #5.

v0.1.0

26 Apr 03:32
06c9bea
Compare
Choose a tag to compare

Added

  • Initial implementation that supports inserting jobs using either ActiveRecord or Sequel. PR #1.