SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby3.2-rubygem-rack-mini-profiler-3.3.1-1.6.x86_64.rpm :

* Fri Jun 21 2024 Dan Čermák - ## 3.3.1 - 2024-02-15- [FEATURE] Support dynamic `config.content_security_policy_nonce` [#609](https://github.com/MiniProfiler/rack-mini-profiler/pull/609)- [FEATURE] Add flamgraph path to response header: [#601](https://github.com/MiniProfiler/rack-mini-profiler/pull/601)
* Mon Jan 29 2024 Dan Čermák - ## 3.3.0 - 2023-12-07- [FEATURE] Use `?pp=flamegraph?ignore_gc=true` or `config.flamegraph_ignore_gc` to ignore gc in flamegraphs. [#599](https://github.com/MiniProfiler/rack-mini-profiler/pull/599) [#]# 3.2.1 - 2023-12-07- [FIX] memory_profiler was broken due to an undefined local [#597](https://github.com/MiniProfiler/rack-mini-profiler/pull/597) [#]# 3.2.0 - 2023-12-06- [BREAKING CHANGE] Ruby version 2.7.0 or later is required.- [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)- [FEATURE] Speedscope 1.12 -> 1.16- [FIX] If patch_rails is false, do not patch mysql2 or pg [#583](https://github.com/MiniProfiler/rack-mini-profiler/pull/583)- [FIX] vertical position bottom now aligns the detail window correctly [#581](https://github.com/MiniProfiler/rack-mini-profiler/pull/581)- [FIX] Webpacker hiccup in some setups [#582](https://github.com/MiniProfiler/rack-mini-profiler/pull/582)- [INTERNAL] Capture rows instantiated by ActiveRecord, UI to be added later [#585](https://github.com/MiniProfiler/rack-mini-profiler/pull/585)- [INTERNAL] Lots of refactoring.
* Fri Nov 03 2023 Dan Čermák - ## 3.1.1 - 2023-08-01- [FIX] Include configured base path in speedscope iframe URL [#587](https://github.com/MiniProfiler/rack-mini-profiler/pull/587)- [FIX] Race condition starting CacheCleanupThread [#586](https://github.com/MiniProfiler/rack-mini-profiler/pull/586)- [FEATURE] Add controller name to description [#567](https://github.com/MiniProfiler/rack-mini-profiler/pull/567)- [FIX] \'more\' link w/HTTPS [#574](https://github.com/MiniProfiler/rack-mini-profiler/pull/574) [#]# 3.1.0 - 2023-04-11- [FEATURE] The query parameter that RMP uses (by default, pp) is now configurable [#553](https://github.com/MiniProfiler/rack-mini-profiler/pull/553)- [FEATURE] You can now opt-out of the Net::HTTP patch by using RACK_MINI_PROFILER_PATCH_NET_HTTP=\"false\"- [FIX] Error responses now include header values from the app, and stackprof not installed message now has correct content [#547](https://github.com/MiniProfiler/rack-mini-profiler/pull/547)- [FIX] RMP pages now have more valid HTML, with title elements [#552](https://github.com/MiniProfiler/rack-mini-profiler/pull/552)- [BREAKING CHANGE] Ruby 2.4 and Ruby 2.5 are no longer supported.- [FIX] Now works with apps that don\'t otherwise require erb [#531](https://github.com/MiniProfiler/rack-mini-profiler/pull/531)- [DOCS] Added Heroku Redis instructions- [DEPRECATION] We are changing the name of the generators to `rack_mini_profiler`, e.g. `rack_mini_profiler:install` [#550](https://github.com/MiniProfiler/rack-mini-profiler/pull/550)
* Thu Mar 03 2022 Stephan Kulow updated to version 3.0.0 see installed CHANGELOG.md [#]# 3.0.0 - 2022-02-24 - PERF: Improve snapshots page performance (#518) (introduces breaking changes to the API of `AbstractStore`, `MemoryStore` and `RedisStore`, and removes the `snapshots_limit` config option.) [#]# 2.3.4 - 2022-02-23 - [FEATURE] Add cookie path support for subfolder sites - [FIX] Remove deprecated uses of Redis#pipelined
* Tue Jan 25 2022 Stephan Kulow updated to version 2.3.3 see installed CHANGELOG.md [#]# 2.3.3 - 2021-08-30 - [FEATURE] Introduce `pp=flamegraph_mode` - [FEATURE] Richer CSP configuration options - [FEATURE] Add support for Hotwire Turbo Drive
* Thu Jun 24 2021 Stephan Kulow updated to version 2.3.2 see installed CHANGELOG.md [#]# 2.3.2 - 2021-04-30 - [FEATURE] Introduce `pp=async-flamegraph` for asynchronous flamegraphs [#]# 2.3.1 - 2021-01-29 - [FIX] compatability with Ruby 3.0 - [FIX] compatability with peek-mysql2
* Wed Jan 20 2021 Stephan Kulow updated to version 2.3.0 see installed CHANGELOG.md [#]# 2.3.0 - 2020-12-29 - [FEATURE] flamegraphs are now based off speedscope [#]# 2.2.1 - 2020-12-23 - [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 [#]# 2.2.0 - 2020-10-19 - [UX] Enhancements to snapshots UI - [FEATURE] Mini Profiler cookie is now sameSite=lax - [FEATURE] Snapshots transporter - [FEATURE] Redact SQL queries in snapshots by default
* Fri Sep 25 2020 Stephan Kulow updated to version 2.1.0 see installed CHANGELOG.md [#]# 2.1.0 - 2020-09-17 - [FEATURE] Allow assets to be precompiled with Sprockets - [FEATURE] Snapshots sampling (see README in repo) - [FEATURE] Allow `skip_paths` config to contain regular expressions [#]# 2.0.4 - 2020-08-04 - [FIX] webpacker may exist with no config, allow for that [#]# 2.0.3 - 2020-07-29 - [FIX] support for deprecation free Redis 4.2 - [FEATURE] skip /packs when serving static assets - [FEATURE] allow Net::HTTP patch to be applied with either prerpend or alias [#]# 2.0.2 - 2020-05-25 - [FIX] client timings were not showing up when you clicked show trivial
* Thu May 07 2020 Stephan Kulow - updated to version 2.0.1 see installed CHANGELOG.md [#]# 2.0.1 - 2020-03-17 - [REVERT] Prepend Net::HTTP patch instead of class_eval and aliasing (#429) (technique clashes with New Relic and Skylight agents) [#]# 2.0.0 - 2020-03-11 - [FEATURE] Prepend Net::HTTP patch instead of class_eval and aliasing (#429) - [FEATURE] Stop patching Rails and use `ActiveSupport::Notifications` by default (see README.md for details)
* Mon Feb 10 2020 Stephan Kulow - updated to version 1.1.6 see installed CHANGELOG.md
 
ICM