Releases: riverqueue/riverqueue-ruby
Releases · riverqueue/riverqueue-ruby
v0.6.1
Fixed
- Fix source files not being correctly included in built Ruby gems. PR #26.
v0.6.0
Changed
- Advisory lock prefixes are now checked to make sure they fit inside of four bytes. PR #24.
v0.5.0
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
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
Added
- Implement unique job insertion. PR #10.
v0.2.0
Added
- Implement
#insert_many
for batch job insertion. PR #5.
v0.1.0
Added
- Initial implementation that supports inserting jobs using either ActiveRecord or Sequel. PR #1.