mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
notes
This commit is contained in:
parent
ad9442f116
commit
a25a34c6d9
2 changed files with 12 additions and 2 deletions
12
Changes.md
12
Changes.md
|
@ -2,9 +2,19 @@
|
|||
|
||||
[Sidekiq Changes](https://github.com/mperham/sidekiq/blob/main/Changes.md) | [Sidekiq Pro Changes](https://github.com/mperham/sidekiq/blob/main/Pro-Changes.md) | [Sidekiq Enterprise Changes](https://github.com/mperham/sidekiq/blob/main/Ent-Changes.md)
|
||||
|
||||
HEAD
|
||||
main
|
||||
----------
|
||||
|
||||
- Embedded mode!
|
||||
- Capsules!!
|
||||
- Job Execution metrics!!!
|
||||
- See `docs/7.0-Upgrade.md` for release notes
|
||||
|
||||
6-x
|
||||
----------
|
||||
|
||||
- Add pagination to Busy page [#5556]
|
||||
- Speed up WorkSet#each [#5559]
|
||||
- Adjust CurrentAttributes to work with the String class name so we aren't referencing
|
||||
the Class within a Rails initializer [#5536]
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Sidekiq
|
||||
VERSION = "7.0.0.beta1"
|
||||
VERSION = "7.0.0.beta2"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue