Skip to content

Bump rack-mini-profiler from 3.3.1 to 4.0.0 #2958

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 11, 2025

Bumps rack-mini-profiler from 3.3.1 to 4.0.0.

Release notes

Sourced from rack-mini-profiler's releases.

4.0.0

  • [BREAKING CHANGE] Ruby version 3.1.0 or later is required. #632
  • [FEATURE] Implement prepend patch for postgres #625
  • [FEATURE] Show Active Record QueryCache hits in UI. #640
  • [FEATURE] Show record type and count in SQL query UI. #638
  • [FIX] Requests page fails due to trying to modify a frozen string. #630
  • [FIX] alignment of SQL query start times. #627
  • [FIX] Lower case HTTP response headers to be compatible with Rack 3 #628
  • [FIX] Truncate long profiler name in profiler popup. #634
  • [FIX] flamegraph_mode query param having no effect. #635
  • [FIX] max_traces_to_show had chance to break the profiler frontend #297
Changelog

Sourced from rack-mini-profiler's changelog.

CHANGELOG

4.0 - 2025-06-11

  • [BREAKING CHANGE] Ruby version 3.1.0 or later is required. #632
  • [FEATURE] Implement prepend patch for postgres #625
  • [FEATURE] Show Active Record QueryCache hits in UI. #640
  • [FEATURE] Show record type and count in SQL query UI. #638
  • [FIX] Requests page fails due to trying to modify a frozen string. #630
  • [FIX] alignment of SQL query start times. #627
  • [FIX] Lower case HTTP response headers to be compatible with Rack 3 #628
  • [FIX] Truncate long profiler name in profiler popup. #634
  • [FIX] flamegraph_mode query param having no effect. #635
  • [FIX] max_traces_to_show had chance to break the profiler frontend #297
Commits
  • e1905f1 Asset version change
  • bd9f558 v4.0.0
  • 68d2a57 Fix linting (#639)
  • 36d1212 Emphasize note about storage in production (#642)
  • 470c9a8 Requests page fails due to trying to modify a frozen string. (#630)
  • 1b42966 Profiler totals row should not be part of results. (#629)
  • 8c880e1 Fix alignment of timings for SQL statements (#627)
  • bc57e02 Fix Rack LintError from uppercase response headers for client_dev (#628)
  • aa0480f Reset total SQL count on route transition (#624)
  • ac28045 Display Active Record QueryCache hits in UI (#640)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rack-mini-profiler](https://github.com/MiniProfiler/rack-mini-profiler) from 3.3.1 to 4.0.0.
- [Release notes](https://github.com/MiniProfiler/rack-mini-profiler/releases)
- [Changelog](https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md)
- [Commits](MiniProfiler/rack-mini-profiler@v3.3.1...v4.0.0)

---
updated-dependencies:
- dependency-name: rack-mini-profiler
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jun 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants