Changelog for
ruby2.1-rubygem-rack-mini-profiler-0.10.5-1.1.x86_64.rpm :
Tue May 23 14:00:00 2017 cooloAATTsuse.com
- updated to version 0.10.5
see installed CHANGELOG.md
Thu Feb 9 13:00:00 2017 cooloAATTsuse.com
- updated to version 0.10.2
see installed CHANGELOG.md
[#]# 0.10.1 2017-02-08
- [FIX] improve turbolinks support
- [FEATURE] make location of mini_profiler injection customizable
Thu May 19 14:00:00 2016 cooloAATTsuse.com
- updated to version 0.10.1
see installed CHANGELOG.md
Mon Mar 7 13:00:00 2016 cooloAATTsuse.com
- updated to version 0.9.9.2
see installed CHANGELOG.md
[#]#
[#]# 0.9.9.2 2016-03-06
- [FEATURE] on pageTransition collapse previously expanded timings
[#]# 0.9.9.1 2016-03-06
- [FEATURE] expost MiniProfiler.pageTransition() for use by SPA web apps (AATTsam)
[#]# 0.9.9 2016-03-06
- [FIX] removes alias_method_chain in favor of alias_method until Ruby 1.9.3 (AATTayfredlund)
- [FIX] Dont block mongo when already patched for another db (AATTrrooding AATTkbrock)
- [FIX] get_profile_script when running under passenger configured with RailsBaseURI (AATTnspring)
- [FEATURE] Add support for neo4j (AATTProGM)
- [FIX] ArgumentError: comparison of String with 200 failed (AATTpaweljw)
- [FEATURE] Add support for Riak (AATTjanx)
- [PERF] GC profiler much faster (AATTdgynn)
- [FIX] If local storage is disabled don\'t bomb out (AATTelia)
- [FIX] Create tmp directory when actually using it (AATTkbrock)
- [ADDED] Default collapse_results setting that collapses multiple timings on same page to a single one (AATTsam)
- [ADDED] Rack::MiniProfiler.profile_singleton_method (AATTkbrock)
- [CHANGE] Added Rack 2.0 support (and dropped support for Rack 1.1) (AATTdgynn)
Fri Nov 27 13:00:00 2015 cooloAATTsuse.com
- updated to version 0.9.8
see installed CHANGELOG.md
[#]# 0.9.8 - 2015-11-27 (Sam Saffron)
- [FEATURE] disable_env_dump config setting (AATTmathias)
- [FEATURE] set X-MiniProfiler-Ids for all 2XX reqs (AATTtymagu2)
- [FEATURE] add support for NoBrainer (rethinkdb) profiling (AATTniv)
- [FEATURE] add oracle enhanced adapter profiling (AATTrrooding)
- [FEATURE] pp=profile-memory can now parse query params (AATTdgynn)
Tue Aug 4 14:00:00 2015 cooloAATTsuse.com
- updated to version 0.9.7
see installed CHANGELOG.md
Fri Jul 10 14:00:00 2015 cooloAATTsuse.com
- updated to version 0.9.6
see installed CHANGELOG.md
[#]# 0.9.6 - 2014-07-08 (Sam Saffron)
- [FIX] incorrect truncation in pp=analyze-memory
[#]# 0.9.5 - 2014-07-08 (Sam Saffron)
- [FEATURE] improve pp=analyze-memory
[#]# 0.9.4 - 2014-07-08 (Sam Saffron)
- [UX] added a link to \"more\" actions in profiler
- [FEATURE] pp=help now displays links
- [FEATURE] simple memory report with pp=analyze-memory
Fri Feb 27 13:00:00 2015 cooloAATTsuse.com
- updated to version 0.9.3
Tue Feb 10 13:00:00 2015 cooloAATTsuse.com
- updated to version 0.9.2
Sun Oct 12 14:00:00 2014 adrianAATTsuse.de
- adapt to new rubygem packaging style
Sat Mar 15 13:00:00 2014 cooloAATTsuse.com
- updated to version 0.9.1
* Added back Ruby 1.8 support (thanks Malet)
* Corrected Rails 3.0 support (thanks Zlatko)
* Corrected fix possible XSS (admin only)
* Amend Railstie so MiniProfiler can be launched with action view or action controller (Thanks Akira)
* Corrected Sql patching to avoid setting instance vars on nil which is frozen (thanks Andy, huoxito)
Thu Feb 6 13:00:00 2014 cooloAATTsuse.com
- updated to version 0.9.0
* Started change log
* Corrected profiler so it properly captures POST requests (was supressing non 200s)
* Amended Rack.MiniProfiler.config[:user_provider] to use ip addres for identity
* Fixed bug where unviewed missing ids never got cleared
* Supress all \'/assets/\' in the rails tie (makes debugging easier)
* record_sql was mega buggy
* added MemcacheStore
9-July-2012 - Sam
* Cleaned up mechanism for profiling in production, all you need to do now
is call Rack::MiniProfiler.authorize_request to get profiling working in
production
* Added option to display full backtraces pp=full-backtrace
* Cleaned up railties, got rid of the post authorize callback
* Version 0.1.3
12-July-2012 - Sam
* Fixed incorrect profiling steps (was not indenting or measuring start time right
* Implemented native PG and MySql2 interceptors, this gives way more accurate times
* Refactored context so its a proper class and not a hash
* Added some more client probing built in to rails
* More tests
Tue Sep 3 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.1.31
* Feature: Added Rack::MiniProfiler.counter_method(klass,name) for injecting counters
* Bug: Counters were not shifting the table correctly
* Ripped out flamegraph so it can be isolated into a gem
* Flamegraph now has much increased fidelity
* Ripped out pp=sample it just was never really used
Mon Aug 26 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.1.29
* Bugfix: SOLR patching had an incorrect monkey patch
* Implemented exception tracing using TracePoint see pp=trace-exceptions
Tue Jul 30 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.1.28
* diagnostics in abstract storage was raising not implemented killing
?pp=env and others
* SOLR xml unescaped by mistake
Sat Jul 20 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.1.27
* Disable global ajax handlers on MP requests AATTJP
* Add Rack::MiniProfiler.config.backtrace_threshold_ms
* jQuery 2.0 support
Fri Apr 12 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.1.26
* 1.24
* Flame Graph Support see: http://samsaffron.com/archive/2013/03/19/flame-graphs-in-ruby-miniprofiler
* Fix file retention leak in file_store
* New toggle_shortcut and start_hidden options
* Fix for AngularJS support and MooTools
* More robust gc profiling
* Mongoid support
* Fix for html5 implicit body tags
* script tag initialized via data-attributes
* new - Rack::MiniProfiler.counter counter_name {}
* Allow usage of existing jQuery if its already loaded
* Fix pp=enable
* 1.8.7 support ... grrr
* Net:HTTP profiling
* pre authorize to run in all non development? and production? modes
8-April-2013
* 1.25
* Missed flamegraph.html from build
11-April-2013
* 1.26
* (minor) allow Rack::MiniProfilerRails.initialize!(Rails.application), for post config intialization
Fri Nov 16 13:00:00 2012 cooloAATTsuse.com
- updated to version 0.1.23
Sun Sep 23 14:00:00 2012 cooloAATTsuse.com
- initial package (version 0.1.22)