Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sentry-rails 5.19.0 → 5.20.1 (minor) #1544

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Oct 4, 2024

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.19.0 → 5.20.1) · Repo · Changelog

Release Notes

5.20.1

Bug Fixes

  • Skip rubocop.yml in spec.files (#2420)

5.20.0

  • Add support for $SENTRY_DEBUG and $SENTRY_SPOTLIGHT (#2374)
  • Support human readable intervals in sidekiq-cron (#2387)
  • Set default app dirs pattern (#2390)
  • Add new strip_backtrace_load_path boolean config (default true) to enable disabling load path stripping (#2409)

Bug Fixes

  • Fix error events missing a DSC when there's an active span (#2408)
  • Verifies presence of client before adding a breadcrumb (#2394)
  • Fix Net:HTTP integration for non-ASCII URI's (#2417)
  • Prevent Hub from having nil scope and client (#2402)

Does any of this look wrong? Please let us know.

✳️ sentry-ruby (5.19.0 → 5.20.1) · Repo · Changelog

Release Notes

5.20.1

Bug Fixes

  • Skip rubocop.yml in spec.files (#2420)

5.20.0

  • Add support for $SENTRY_DEBUG and $SENTRY_SPOTLIGHT (#2374)
  • Support human readable intervals in sidekiq-cron (#2387)
  • Set default app dirs pattern (#2390)
  • Add new strip_backtrace_load_path boolean config (default true) to enable disabling load path stripping (#2409)

Bug Fixes

  • Fix error events missing a DSC when there's an active span (#2408)
  • Verifies presence of client before adding a breadcrumb (#2394)
  • Fix Net:HTTP integration for non-ASCII URI's (#2417)
  • Prevent Hub from having nil scope and client (#2402)

Does any of this look wrong? Please let us know.

↗️ irb (indirect, 1.14.0 → 1.14.1) · Repo

Release Notes

1.14.1

What's Changed

✨ Enhancements

  • Improve easter_egg logo resolution by @tompng in #987

🐛 Bug Fixes

  • Fix kill pager pid throwing Errno::ESRCH when pager process already terminated by @tompng in #989
  • Colorize command input by @tompng in #983
  • Fix easter_egg run without RDoc, fix input-method test run without RDoc by @tompng in #998
  • Remove KEYWORD_ALIASES which handled special alias name of irb_break irb_catch and irb_next command by @tompng in #1004
  • Use InstructionSequence#script_lines to get method source by @tompng in #1005
  • Fix debug command in nomultiline mode by @tompng in #1006

📚 Documentation

🛠 Other Changes

  • Group class methods under class << self by @st0012 in #981
  • Clear ENV["XDG_CONFIG_HOME"] to avoid loading user-defined irbrc in test by @tompng in #982
  • Remove Ruby version checks by @RicardoTrindade in #985
  • Move parse_command method to Context by @st0012 in #993
  • Make colorize test pass with NO_COLOR env set by @tompng in #994
  • Surpressing 'unknown command: “Switch to inspect mode.”' message by @hsbt in #995
  • Skip show_doc tests if RDoc is not available by @hsbt in #997
  • Specify commit hash of yamatanooroti by @tompng in #1000
  • Use proper locale in history encoding test by @tompng in #1008
  • Bump version to v1.14.1 by @st0012 in #1009

New Contributors

Full Changelog: v1.14.0...v1.14.1

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 19 commits:

↗️ reline (indirect, 0.5.9 → 0.5.10) · Repo

Release Notes

0.5.10

What's Changed

✨ Enhancements

🐛 Bug Fixes

  • Fix vi_yank or vi_delete_meta copies nil bug by @tompng in #726
  • Rerender and enter raw mode again by SIGCONT by @tompng in #727
  • Fix rendering bug of nomultiline prompt by @tompng in #730
  • [HELP WANTED] Try to fix windows and external command bug by @tompng in #734
  • Fix redisplay/insert_text called from pre_input_hook by @tompng in #742

🛠 Other Changes

  • Fix memory leak in setupterm by @peterzhu2118 in #733
  • Accept colon-style hash in test assertion by @tompng in #732
  • Typofix by @hsbt in #737
  • Remove unused variables by @ima1zumi in #739
  • Improve performance of Reline::Unicode.get_mbchar_width by @tompng in #632
  • Add test for reset_variables in Reline::Config by @ima1zumi in #741
  • Split render_differential to rendering logic and differential rendering algorithm part by @tompng in #731
  • Prevent a warning for `warning: literal string will be frozen in the … by @ima1zumi in #744
  • Bump version to 0.5.10 by @ima1zumi in #745

Full Changelog: v0.5.9...v0.5.10

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 16 commits:

↗️ zeitwerk (indirect, 2.6.17 → 2.6.18) · Repo · Changelog

Release Notes

2.6.18 (from changelog)

  • Fixes a bug in which projects reopening the main namespace of a gem dependency managed by its own Zeitwerk loader could not reload the constants they added to that external namespace.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 3 commits:


Depfu Status

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)

@depfu depfu bot added the depfu label Oct 4, 2024
@hennevogel hennevogel merged commit 5c44e98 into master Oct 7, 2024
7 checks passed
@depfu depfu bot deleted the depfu/update/group/sentry-ruby-core-5.20.1 branch October 7, 2024 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant