1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Update changes, bump version

This commit is contained in:
Mike Perham 2013-06-07 21:15:46 -07:00
parent ab1a2d567d
commit b663547fcb
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
2.12.3
-----------
- Revert back to Celluloid's TaskFiber for job processing which has proven to be more
stable than TaskThread. [#985]
At this point, if you are experiencing stability issues with Sidekiq in
Ruby 1.9, please try Ruby 2.0. It seems to be more stable.
2.12.2
-----------

View file

@ -1,3 +1,3 @@
module Sidekiq
VERSION = "2.12.2"
VERSION = "2.12.3"
end