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:
parent
84827eaa1c
commit
cb6a191bca
2 changed files with 12 additions and 1 deletions
11
Changes.md
11
Changes.md
|
@ -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
|
||||
-----------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Sidekiq
|
||||
VERSION = "0.11.2"
|
||||
VERSION = "1.0.0"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue