All Versions
67
Latest Version
Avg Release Cycle
62 days
Latest Release
347 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.0.0 Changes
February 24, 2022- 🐎 PERF: Improve snapshots page performance (#518) (introduces breaking changes to the API of
AbstractStore
,MemoryStore
andRedisStore
, and removes thesnapshots_limit
config option.)
- 🐎 PERF: Improve snapshots page performance (#518) (introduces breaking changes to the API of
-
v2.3.4 Changes
February 23, 2022- 👍 [FEATURE] Add cookie path support for subfolder sites
- 🚚 [FIX] Remove deprecated uses of Redis#pipelined
-
v2.3.3 Changes
August 30, 2021- [FEATURE] Introduce
pp=flamegraph_mode
- 🔧 [FEATURE] Richer CSP configuration options
- 👍 [FEATURE] Add support for Hotwire Turbo Drive
- [FEATURE] Introduce
-
v2.3.2 Changes
April 30, 2021- [FEATURE] Introduce
pp=async-flamegraph
for asynchronous flamegraphs
- [FEATURE] Introduce
-
v2.3.1 Changes
January 29, 2021- 💎 [FIX] compatability with Ruby 3.0
- [FIX] compatability with peek-mysql2
-
v2.3.0 Changes
December 29, 2020- [FEATURE] flamegraphs are now based off speedscope
-
v2.2.1 Changes
December 23, 2020- [FIX] Turbolinks integration causing increasing number of GET requests
- 🌲 [FEATURE] enahanced log transporter with compression and exponential backoff
- [FEATURE] sameSite=Lax added to MiniProfiler cookie
-
v2.2.0 Changes
October 19, 2020- 💻 [UX] Enhancements to snapshots UI
- [FEATURE] Mini Profiler cookie is now sameSite=lax
- [FEATURE] Snapshots transporter
- 0️⃣ [FEATURE] Redact SQL queries in snapshots by default
-
v2.1.0 Changes
September 17, 2020- 🍱 [FEATURE] Allow assets to be precompiled with Sprockets
- 👀 [FEATURE] Snapshots sampling (see README in repo)
- [FEATURE] Allow
skip_paths
config to contain regular expressions
-
v2.0.4 Changes
August 04, 2020- [FIX] webpacker may exist with no config, allow for that