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

Latest Pro and OSS changes

This commit is contained in:
Mike Perham 2013-10-21 13:45:11 -07:00
parent 1ed205ac65
commit f956b0d7d5
2 changed files with 9 additions and 0 deletions

View file

@ -1,6 +1,8 @@
2.16.0
-----------
- Pass all Redis options to the Redis driver so Unix sockets
can be fully configured. [#1270, salimane]
- Allow sidekiq-web extensions to add locale paths so extensions
can be localized. [#1261, ondrejbartas]
- Capistrano 3 support [#1254, phallstrom]

View file

@ -3,6 +3,13 @@ Sidekiq Pro Changelog
Please see http://sidekiq.org/pro for more details and how to buy.
1.2.5
-----------
- Convert Batch UI to use Sidekiq 2.16's support for extension
localization.
- Pro now requires Sidekiq 2.16.0
1.2.4
-----------