-
Unreleased
-
1.2.2
- fixed issue with undefined helpers igorkasyanchuk#78
- configuration for include_rake_tasks, include_custom_events monitoring
-
1.2.1
- Depend only on railties instead of rails igorkasyanchuk#63
- Delete unused .travis.yml igorkasyanchuk#62
- CI: Tell dependabot to update GH Actions igorkasyanchuk#61
-
1.2.0
- IMPORTANT: for some time might show incorrect values in the chart (until old records will be expired). Just give it some time
- PR https://github.com/igorkasyanchuk/rails_performance/pull/53/files
- support for Rails app without Active Record
- added icon to indicate that request was received by bot or human
- little internal refactoring
- support for app timezone (show datetime in the App timezone)
-
1.1.0
- remember "auto-update" state for Recent tab igorkasyanchuk#51
- added Slow Requests tab igorkasyanchuk#51
-
1.0.5.3
- two new options to configure Recent tab config.recent_requests_time_window = 60.minutes config.recent_requests_limit = nil
- little UI improvements
-
1.0.5.1, 1.0.5.2
- hotfixes
-
1.0.5
- updated dev dependencies
- added support for storing custom_data (see readme)
-
1.0.4
- Add skipable rake config igorkasyanchuk#44
-
1.0.3
- autoupdate Recent tab with recent requests igorkasyanchuk#40
-
1.0.2
- Add home button link customization igorkasyanchuk#36
- Fix navbar toggle igorkasyanchuk#38
1.0.1
- Rake task integration: respect enabled setting igorkasyanchuk#30
1.0.0
- support Redis cluster by default https://github.com/igorkasyanchuk/rails_performance/pull/26/files
- added instructions how to mount engine manutally in secured scope igorkasyanchuk#27
authenticate :user, -> (user) { user.admin? } do
mount RailsPerformance::Engine, at: 'rails/performance'
end
- refactored code, more tests added
- added support for Dalayed Job gem
- added support for Rake tasks
- added support for Grape API
- added support for Custom event tracking
- fix for issue with disabled
serve_static_files
igorkasyanchuk#29
0.9.9
- fix "enabled" behavior igorkasyanchuk#23
0.9.8
- added "ignored_endpoints" options igorkasyanchuk#22
- small changes in readme igorkasyanchuk#21
- added generator igorkasyanchuk#20
- added github actions
0.9.7
- re-raise error in sidekiq igorkasyanchuk#18
- match mount url in collector igorkasyanchuk#19
0.9.6
- support for Ruby 2.2
- mount at needed path, using configuration option
- confirmed support for Rails 5.X
0.9.5
- Isolate namespace and helpers to skip overiding helpers
0.9.4
- Better thread safe
- added an additional icon to see the details of the request
0.9.3
- Rails 4.2 support added (and probably >= 4.0)
0.9.2
- fixed days calculation
0.9.1
- sidekiq stats
0.9.0.X
- fully working version
- capture all requests
- detailed information for request
- 500 crash reports
- tested on production
0.1.X
- working prototype