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

prep for release

This commit is contained in:
Mike Perham 2020-09-07 10:35:19 -07:00
parent 6b862a1411
commit 3f54edb449
3 changed files with 6 additions and 4 deletions

View file

@ -2,10 +2,10 @@
[Sidekiq Changes](https://github.com/mperham/sidekiq/blob/master/Changes.md) | [Sidekiq Pro Changes](https://github.com/mperham/sidekiq/blob/master/Pro-Changes.md) | [Sidekiq Enterprise Changes](https://github.com/mperham/sidekiq/blob/master/Ent-Changes.md)
HEAD
6.1.2
---------
- Improve contrast in dark mode Web UI [#4674]
- Improve readability in dark mode Web UI [#4674]
- Fix Web UI crash with corrupt session [#4672]
- Allow middleware to yield arguments [#4673, @eugeneius]
- Migrate CI from CircleCI to GitHub Actions [#4677]

View file

@ -4,9 +4,10 @@
Please see [sidekiq.org](https://sidekiq.org) for more details and how to buy.
HEAD
2.1.2
-------------
- The Sidekiq Pro and Enterprise gem servers now `bundle install` much faster with **Bundler 2.2+** [#4158]
- Now that ActiveJobs support `sidekiq_options`, add support for uniqueness in AJs [#4667]
2.1.1

View file

@ -4,9 +4,10 @@
Please see [sidekiq.org](https://sidekiq.org/) for more details and how to buy.
HEAD
5.2.0
---------
- The Sidekiq Pro and Enterprise gem servers now `bundle install` much faster with **Bundler 2.2+** [#4158]
- Fix issue with reliable push and multiple shards [#4669]
- Fix Pro memory leak due to fetch refactoring in Sidekiq 6.1 [#4652]
- Gracefully handle poison pill jobs [#4633]