Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 996 Bytes

CHANGELOG.md

File metadata and controls

27 lines (22 loc) · 996 Bytes

Next

  • Your contribution here.

2.2.0 - 2015-09-24

  • Support Mongoid 5.0

2.1.0 - 2014-05-09

  • #38: Fix clearing identity map before each job - @srleo
  • #43: Compatibility with Mongoid 4.x and Delayed Job 4.x - @dblock

2.0.0 - 2012-08-02

1.0.2 - 2010-01-12

  • Fix a potential memory leak inside mongo when reserving jobs on mongo 1.6+
  • Fixed gemspec to work with Mongoid 2.0 RC and Rubygems 1.4

1.0.1 - 2010-12-01

  • Use MongoDB's findAndModify to reserve the next available job in one atomic operation
  • Better index