Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## [7.0.0] - Unreleased

- Enhancement: Configure server side logging (BenMorganMY)
- [#844](https://github.com/ruby-shoryuken/shoryuken/pull/844)

- Enhancement: Use -1 as thread priority
- [#825]()https://github.com/ruby-shoryuken/shoryuken/pull/825
- [#825](https://github.com/ruby-shoryuken/shoryuken/pull/825)

- Enhancement: Add Support for message_attributes to InlineExecutor
- [#835](https://github.com/ruby-shoryuken/shoryuken/pull/835)
Expand All @@ -21,9 +24,11 @@

- Breaking: Remove support of Ruby versions older than 3.1
- [#783](https://github.com/ruby-shoryuken/shoryuken/pull/783)
- [#850](https://github.com/ruby-shoryuken/shoryuken/pull/850)

- Breaking: Remove support of Rails versions older than 7.0
- [#783](https://github.com/ruby-shoryuken/shoryuken/pull/783)
- [#850](https://github.com/ruby-shoryuken/shoryuken/pull/850)

- Breaking: Require `aws-sdk-sqs` `>=` `1.66`:
- [#783](https://github.com/ruby-shoryuken/shoryuken/pull/783)
Expand Down