mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Update release notes with new versions
This commit is contained in:
parent
b4092e33f9
commit
00e5f57275
2 changed files with 10 additions and 6 deletions
|
@ -1,6 +1,8 @@
|
|||
# Welcome to Sidekiq Enterprise 3.0
|
||||
# Welcome to Sidekiq Enterprise 7.0
|
||||
|
||||
Sidekiq Enterprise 3.0 contains some breaking changes which refactor internals, remove deprecated features and update required dependency versions.
|
||||
Sidekiq Enterprise 7.0 contains some breaking changes which refactor internals, remove deprecated features and update required dependency versions.
|
||||
|
||||
Note that major versions 3-6 were skipped in order to synchronize Sidekiq Enterprise's major version number with Sidekiq 7.
|
||||
|
||||
## What's New
|
||||
|
||||
|
@ -15,4 +17,4 @@ I've tried to maintain compatibility where possible.
|
|||
- Ruby 2.7+ is now required
|
||||
- Rails 6.0+ is now supported
|
||||
|
||||
Support is only guaranteed for the current and previous major versions. With the release of Sidekiq Pro 6, Sidekiq Pro 4.x is no longer supported.
|
||||
Support is only guaranteed for the current and previous major versions. With the release of Sidekiq Enterprise 7, Sidekiq Enterprise 1.x is no longer supported.
|
|
@ -1,6 +1,8 @@
|
|||
# Welcome to Sidekiq Pro 6.0
|
||||
# Welcome to Sidekiq Pro 7.0
|
||||
|
||||
Sidekiq Pro 6.0 contains some breaking changes which refactor internals, remove deprecated features and update required dependency versions.
|
||||
Sidekiq Pro 7.0 contains some breaking changes which refactor internals, remove deprecated features and update required dependency versions.
|
||||
|
||||
Note that version 6.x was skipped in order to synchronize Sidekiq Pro's major version number with Sidekiq 7.
|
||||
|
||||
## What's New
|
||||
|
||||
|
@ -28,4 +30,4 @@ end
|
|||
- Ruby 2.7+ is now required
|
||||
- Rails 6.0+ is now supported
|
||||
|
||||
Support is only guaranteed for the current and previous major versions. With the release of Sidekiq Pro 6, Sidekiq Pro 4.x is no longer supported.
|
||||
Support is only guaranteed for the current and previous major versions. With the release of Sidekiq Pro 7, Sidekiq Pro 4.x is no longer supported.
|
Loading…
Add table
Reference in a new issue