[ruby] Update rack-mini-profiler 2.3.4 → 3.3.1 (major) #254
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 upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rack-mini-profiler (2.3.4 → 3.3.1) · Repo · Changelog
Release Notes
3.3.1 (from changelog)
3.3.0
3.2.1 (from changelog)
3.2.0
3.1.1 (from changelog)
3.1.0
3.0.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 65 commits:
version bump
Add flamegraph path to response headers (#601)
FEATURE: Support dynamic `config.content_security_policy_nonce` (#609)
Display name in badge (#602)
Add Ruby 3.3 gem to CI (#603)
Replaced deprecated Rack::File to Rack::Files with rack v2.1.0+ (#604)
3.3.0
Add option to ignore garbage collection frames with flamegraphs (#599)
3.2.1
Quick fix for "undefined local variable or method `query_string (#597)
Asset version change
3.2.0 (#595)
capture the number of rows instantiated for active record (#585)
Default to ActiveSupport::Notifications for pg and mysql2 (#583)
Support non-webpacker environments (#582)
Fix: account for vertical position bottom in placement of popup (#581)
speedscope 1.16
Add missing dev gems for example app
Rubocop
Choose your RMP action via the X-Rack-Mini-Profiler header (#578)
Drop Ruby 2.6
Empty script tag was removed from empty page
Whoops: RMP fix
Enable advanced debugging for the sample app (#594)
Check if memcached is running during memcache spec, and fail if not running (#591)
Refactor html and page serveing logic into modules (#593)
Release 3.1.1 (#588)
Include configured base path in speedscope iframe URL (#587)
Fix race condition starting CacheCleanupThread (#586)
Fix a link in CHANGELOG.md (#575)
Refactor "can gzip requests" spec to fix race condition (#577)
Add controller_name to description (#567)
Fix more link w/HTTPS. Close #570 (#574)
3.1.0 (#571)
Test update
Format config options table
Introduce config.profile_parameter
Net::HTTP patch optional by ENV variable
Simplify requires
Rename lib/mini_profiler/profiler.rb to lib/mini_profiler.rb
Update README.md
Fix rubocop
Fix merge problem
Fix stackprof not installed error
Add titles to middleware pages
Use RSpec 3.12
Remove codecov, for now
Merge pull request #564 from keshavbiswa/keshav/update-readme-for-specs
update readme
Merge pull request #558 from keshavbiswa/keshav/add-heroku-ssl-docs
Fixed broken md link
Update README.md
minor changes
Added original Heroku docs
Merge branch 'master' into keshav/add-heroku-ssl-docs
Adds Ruby 3.2 to the CI matrix (#543)
Remove Rails 2.x initialization from Readme (#539)
Deprecate rack_profiler:install in favour of rack_mini_profiler:install (#550)
Heroku redis ssl docs
DEV: Fix tests against Ruby ≥ 3.1
FIX: Add missing ERB require (#531)
Add Ruby 3.1 to the CI matrix and remove 2.5 (#527)
Update gem and docs to ref Ruby 2.6 (#529)
Bump version to 3.0.0 (#526)
PERF: Improve snapshots page performance (#518)
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