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

98 lines
2.2 KiB
Markdown
Raw Normal View History

2015-08-05 22:37:53 -07:00
Sidekiq Enterprise Changelog
=======================
Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy.
2016-01-28 13:27:19 -08:00
1.2.0
-------------
- **NEW FEATURE** Multi-process mode! Sidekiq Enterprise can now fork multiple worker
processes, enabling significant memory savings. See the [wiki
documentation](https://github.com/mperham/sidekiq/wiki/Ent-Multi-Process) for details.
2016-01-21 09:12:37 -08:00
0.7.10
-------------
- More precise gemspec dependency versioning
2016-01-12 10:00:41 -08:00
1.1.0
-------------
- **NEW FEATURE** Historical queue metrics, [documented in the wiki](https://github.com/mperham/sidekiq/wiki/Ent-Historical-Metrics) [#2719]
2015-12-09 10:27:55 -08:00
0.7.9, 1.0.2
-------------
2015-12-09 10:30:26 -08:00
- Window limiters can now accept arbitrary window sizes [#2686]
2015-12-09 10:27:55 -08:00
- Fix race condition in window limiters leading to non-stop OverLimit [#2704]
- Fix invalid overage counts when nesting concurrent limiters
2015-11-19 09:41:42 -08:00
1.0.1
----------
- Fix crash in periodic subsystem when a follower shuts down, thanks
to @justinko for reporting.
1.0.0
2015-11-06 20:50:13 -08:00
----------
- Enterprise 1.x targets Sidekiq 4.x.
- Rewrite several features to remove Celluloid dependency. No
functional changes.
2015-11-13 09:56:40 -08:00
0.7.8
----------
- Fix `unique_for: false` [#2658]
2015-11-02 09:24:53 -08:00
0.7.7
----------
2015-11-06 20:50:13 -08:00
- Enterprise 0.x targets Sidekiq 3.x.
2015-11-02 09:24:53 -08:00
- Fix racy shutdown event which could lead to disappearing periodic
jobs, requires Sidekiq >= 3.5.3.
- Add new :leader event which is fired when a process gains leadership.
2015-10-28 09:55:58 -07:00
0.7.6
2015-10-28 09:06:30 -07:00
----------
- Redesign how overrated jobs are rescheduled to avoid creating new
jobs. [#2619]
2015-10-22 14:29:34 -07:00
0.7.5
2015-10-15 14:16:39 -07:00
----------
2015-10-22 14:29:34 -07:00
- Fix dynamic creation of concurrent limiters [#2617]
0.7.4
----------
2015-10-15 15:35:40 -07:00
- Add additional check to prevent duplicate periodic job creation
2015-10-15 14:16:39 -07:00
- Allow user-specified TTLs for rate limiters [#2607]
- Paginate rate limiter index page [#2606]
2015-09-21 09:39:58 -07:00
0.7.3
2015-09-17 16:16:19 -07:00
----------
- Rework `Sidekiq::Limiter` redis handling to match global redis handling.
- Allow user to customize rate limit backoff logic and handle custom
rate limit errors.
- Fix scalability issue with Limiter index page.
0.7.2
----------
- Fix typo which prevented limiters with '0' in their names.
2015-08-17 15:22:17 -07:00
0.7.1
----------
- Fix issue where unique scheduled jobs can't be enqueued upon schedule
due to the existing unique lock. [#2499]
2015-08-05 22:37:53 -07:00
0.7.0
----------
Initial release.