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

4.0 changes

This commit is contained in:
Mike Perham 2015-10-28 09:23:18 -07:00
parent 3318b896e8
commit 6ad6a3aa33

View file

@ -1,5 +1,13 @@
# Sidekiq Changes
4.0.0.pre1
-----------
- Sidekiq's internals have been completely overhauled for performance
and to remove dependencies. This has resulted in major speedups, as
[detailed on my blog](http://www.mikeperham.com/2015/10/14/optimizing-sidekiq/).
- See the [4.0 upgrade notes](4.0-Upgrade.md) for more detail.
3.5.2
-----------