Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 2.82 KB

CHANGELOG.md

File metadata and controls

49 lines (30 loc) · 2.82 KB

3.0.2

  • Your contribution here.

3.0.1

  • #90: Optimize job reservation query by combining two "$or" branches to one. - johnnyshields.
  • #89: Add MongoSilencer plugin to silence Delayed Job polling - johnnyshields.
  • #88: Extract out mixin to enable better backend customization - johnnyshields.

3.0.0

2.3.1 (2019/02/26)

2.3.0 (2017/02/13)

  • #72: Fix: Unknown alias: 1 (Psych::BadAlias) when referencing an object twice from the object being serialized - @dblock, @maxjacobson.
  • #71: Support Mongoid 6.0 - @dblock.

2.2.0 (2015/09/24)

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 - @beljun.
  • Better index