1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2015-04-02 09:06:50 -07:00
parent a5e5535472
commit fed41c0f1b

View file

@ -2,11 +2,12 @@ HEAD
-----------
- **Improved ActiveJob integration** - Web UI now shows ActiveJobs in a
nicer format and job logging shows the actual class name [#2248, #2259]
nicer format and job logging shows the actual class name, requires
Rails 4.2.2+ [#2248, #2259]
- Add Sidekiq::Process#dump\_threads API to trigger TTIN output [#2247]
- Web UI polling now uses Ajax to avoid page reload [#2266, davydovanton]
- Several Web UI styling improvements [davydovanton]
- Add Hindi locale for Web UI [#2275, tejasbubane]
- Add Tamil, Hindi translations for Web UI [ferdinandrosario, tejasbubane]
3.3.3
-----------