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

version 1.0.0!

This commit is contained in:
Mike Perham 2012-04-10 08:41:59 -07:00
parent 84827eaa1c
commit cb6a191bca
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,14 @@
1.0.0
-----------
Thanks to all Sidekiq users and contributors for helping me
get to this big milestone!
- Default concurrency on client-side to 5, not 25 so we don't
create as many unused Redis connections, same as ActiveRecord's
default pool size.
- Ensure redis= is given a Hash or ConnectionPool.
0.11.2
-----------

View file

@ -1,3 +1,3 @@
module Sidekiq
VERSION = "0.11.2"
VERSION = "1.0.0"
end