Update sentry-rails 5.20.1 → 5.21.0 (minor) #1553
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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?
✳️ sentry-rails (5.20.1 → 5.21.0) · Repo · Changelog
Release Notes
5.21.0
Does any of this look wrong? Please let us know.
✳️ sentry-ruby (5.20.1 → 5.21.0) · Repo · Changelog
Release Notes
5.21.0
Does any of this look wrong? Please let us know.
Release Notes
2.23.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 15 commits:
version bump to v2.23.1
Merge pull request #288 from lazyatom/add-min-height-and-max-height-to-safelist
Allow CSS properties: min-height, max-height
version bump to v2.23.0
Merge pull request #287 from lazyatom/allow-css-min-width
Allow CSS property: min-width
Merge pull request #286 from flavorjones/flavorjones-fix-rubocop
style(rubocop): Gemspec/AddRuntimeDependency
dep(dev): pin rubocop
Merge pull request #281 from m-nakamura145/update-checkout-action
Bump actions/checkout
Merge pull request #280 from m-nakamura145/update-ci-matrix
Add Ruby 3.3 to CI matrix
doc: canonical contributor list in README
doc: say thank you to @getsentry
Release Notes
3.1.8 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 2 commits:
Bump patch version.
Resolve deprecation warnings about uri `DEFAULT_PARSER` (#2242) (#2249)
Release Notes
2.7.1 (from changelog)
2.7.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 31 commits:
Ready for 2.7.1
Merge pull request #305 from eregon/add-truffleruby-in-ci
Update README about TruffleRuby
Add truffleruby in CI now that the test suite is passing on it
Skip well-known failing test on truffleruby
Validate autoloaded explicit namespaces are classes or modules
Improves the internal docs of Zeitwerk::ExplicitNamespace
Update TruffleRuby notes for Zeitwerk 2.7
Improves internal docs for explicit namespaces
Merge pull request #304 from eregon/speedup-windows-ci
Merge pull request #302 from fxn/cnames
Speedup the CI on Windows by skipping the toolchain as it's not needed
Store explicit namespaces in Object as symbols
Reverse equals? in a couple of other places
Merge pull request #301 from byroot/patch-2
Prefer `Object.equal?` over unknown module `equal?` method
Ready for 2.7.0
Adds a note about backwards compatibility to the CHANGELOG
Rewording
Remove TracePoint Ruby compatibility test
Update CHANGELOG
Fix method signature annotation
Prefer Dir.each_child over Dir.children
Remove polyfill for UnboundMethod#bind_call
Remove polyfill for Module#autoload?
Remove polyfill for Symbol#name
Replace TracePoint with const_added for explicit namespaces
Move core extensions to a new core_ext folder
Add missing @raise annotation
Revises month capitalization in CHANGELOG.md
Revises quotes
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