File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
- Unreleased
2
2
3
+ - 1.5.0
4
+ - added support for deployment events https://github.com/igorkasyanchuk/rails_performance/pull/150
5
+ - clear memory for sidekiq + other gems https://github.com/igorkasyanchuk/rails_performance/pull/149
6
+
3
7
- 1.4.3
4
8
- Parameterize resources charts https://github.com/igorkasyanchuk/rails_performance/pull/134
5
9
- allow overriding url options https://github.com/igorkasyanchuk/rails_performance/pull/143/files
149
153
150
154
0.1.X
151
155
- working prototype
152
-
153
-
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- rails_performance (1.4.3 )
4
+ rails_performance (1.5.0 )
5
5
browser
6
6
railties
7
7
redis
Original file line number Diff line number Diff line change 1
1
module RailsPerformance
2
- VERSION = "1.4.3 "
2
+ VERSION = "1.5.0 "
3
3
SCHEMA = "1.0.2"
4
4
EVENTS_SCHEMA = "1.0.0"
5
5
end
You can’t perform that action at this time.
0 commit comments