Skip to content

Commit bb57ed2

Browse files
authored
1 parent 0869490 commit bb57ed2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
## 3.2.0 - 2023-12-06
4+
- [BREAKING CHANGE] Ruby version 2.7.0 or later is required.
5+
- [FEATURE] All RMP actions can be chosen by including a X-Rack-Mini-Profiler header as well as by query parameter. [#578](https://github.com/MiniProfiler/rack-mini-profiler/pull/578)
6+
- [FEATURE] Speedscope 1.12 -> 1.16
7+
- [FIX] If patch_rails is false, do not patch mysql2 or pg [#583](https://github.com/MiniProfiler/rack-mini-profiler/pull/583)
8+
- [FIX] vertical position bottom now aligns the detail window correctly [#581](https://github.com/MiniProfiler/rack-mini-profiler/pull/581)
9+
- [FIX] Webpacker hiccup in some setups [#582](https://github.com/MiniProfiler/rack-mini-profiler/pull/582)
10+
- [INTERNAL] Capture rows instantiated by ActiveRecord, UI to be added later [#585](https://github.com/MiniProfiler/rack-mini-profiler/pull/585)
11+
- [INTERNAL] Lots of refactoring.
12+
13+
314
## 3.1.1 - 2023-08-01
415

516
- [FIX] Include configured base path in speedscope iframe URL [#587](https://github.com/MiniProfiler/rack-mini-profiler/pull/587)

lib/mini_profiler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module Rack
44
class MiniProfiler
5-
VERSION = '3.1.1'
5+
VERSION = '3.2.0'
66
SOURCE_CODE_URI = 'https://github.com/MiniProfiler/rack-mini-profiler'
77
end
88
end

0 commit comments

Comments
 (0)