echo-api
echo-api copied to clipboard
Update rack-cors 2.0.2 → 3.0.0 (major)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rack-cors (2.0.2 → 3.0.0) · Repo · Changelog
Release Notes
3.0.0 (from changelog)
Changed
- Update Rack dependency to >= 3.0.14
- Remove support for Ruby 2.3
- Add logger as explicit dependency
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 13 commits:
Update CHANGELOGAdd `logger` gem as an explicit dependency (#286)Remove support for Ruby 2.3CI against Ruby 3.4 (#287)Update CHANGELOG.mdUpdate rack-cors.gemspec (#288)Bump to 3.0.0Add funding_uri to gemspec (#283)add note on origins w/ default port to README.md (#163)Add Ruby 3.3 to CI matrix (#271)Fix setting changelog_uri (#281)docs(readme): fix `rake middleware` to `rails middleware` (#276)Various docs for 2.0.2 (#275)
✳️ rack (3.2.3 → 3.2.4) · Repo · Changelog
Release Notes
3.2.4 (from changelog)
Fixed
- Multipart parser: limit MIME header size check to the unread buffer region to avoid false
multipart mime part header too largeerrors when previously read data accumulates in the scan buffer. (#2392, @alpaca-tc, @willnet, @krororo)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 2 commits:
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
- @depfu rebase
- Rebases against your default branch and redoes this update
- @depfu recreate
- Recreates this PR, overwriting any edits that you've made to it
- @depfu merge
- Merges this PR once your tests are passing and conflicts are resolved
- @depfu cancel merge
- Cancels automatic merging of this PR
- @depfu close
- Closes this PR and deletes the branch
- @depfu reopen
- Restores the branch and reopens this PR (if it's closed)
- @depfu pause
- Ignores all future updates for this dependency and closes this PR
- @depfu pause [minor|major]
- Ignores all future minor/major updates for this dependency and closes this PR
- @depfu resume
- Future versions of this dependency will create PRs again (leaves this PR as is)