File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- ## Unreleased
3+ ## 4.0 - 2025-06-11
44
55- [ BREAKING CHANGE] Ruby version 3.1.0 or later is required. [ #632 ] ( https://github.com/MiniProfiler/rack-mini-profiler/pull/632 )
6+ - [ FEATURE] Implement prepend patch for postgres [ #625 ] ( https://github.com/MiniProfiler/rack-mini-profiler/pull/625 )
7+ - [ FEATURE] Show Active Record QueryCache hits in UI. [ #640 ] ( https://github.com/MiniProfiler/rack-mini-profiler/pull/640 )
8+ - [ FEATURE] Show record type and count in SQL query UI. [ #638 ] ( https://github.com/MiniProfiler/rack-mini-profiler/pull/638 )
9+ - [ FIX] Requests page fails due to trying to modify a frozen string. [ #630 ] ( https://github.com/MiniProfiler/rack-mini-profiler/pull/630 )
610- [ FIX] alignment of SQL query start times. [ #627 ] ( https://github.com/MiniProfiler/rack-mini-profiler/pull/627 )
711- [ FIX] Lower case HTTP response headers to be compatible with Rack 3 [ #628 ] ( https://github.com/MiniProfiler/rack-mini-profiler/pull/628 )
812- [ FIX] Truncate long profiler name in profiler popup. [ #634 ] ( https://github.com/MiniProfiler/rack-mini-profiler/pull/634 )
913- [ FIX] ` flamegraph_mode ` query param having no effect. [ #635 ] ( https://github.com/MiniProfiler/rack-mini-profiler/pull/635 )
10- - [ FEATURE] Show record type and count in SQL query UI. [ #638 ] ( https://github.com/MiniProfiler/rack-mini-profiler/pull/638 )
11- - [ FEATURE] Show Active Record QueryCache hits in UI. [ #640 ] ( https://github.com/MiniProfiler/rack-mini-profiler/pull/640 )
1214- [ FIX] max_traces_to_show had chance to break the profiler frontend [ #297 ] ( https://github.com/MiniProfiler/rack-mini-profiler/issues/297 )
1315
1416## 3.3.1 - 2024-02-15
Original file line number Diff line number Diff line change 22
33module Rack
44 class MiniProfiler
5- VERSION = "3.3.1 "
5+ VERSION = "4.0.0 "
66 SOURCE_CODE_URI = "https://github.com/MiniProfiler/rack-mini-profiler"
77 end
88end
You can’t perform that action at this time.
0 commit comments