Skip to content

Latest commit

 

History

History
57 lines (30 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

57 lines (30 loc) · 1.92 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.7.0] - 2024-08-30

Changed

[0.6.1] - 2024-08-21

Fixed

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

[0.6.0] - 2024-07-06

Changed

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

[0.5.0] - 2024-07-05

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.

[0.4.0] - 2024-04-28

Changed

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

[0.3.0] - 2024-04-27

Added

  • Implement unique job insertion. PR #10.

[0.2.0] - 2024-04-27

Added

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

[0.1.0] - 2024-04-25

Added

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