Releases: judoscale/judoscale-ruby
Releases · judoscale/judoscale-ruby
v1.8.2
1.8.2 (2024-10-16)
Bug Fixes
- Allow customizing the rake task regex to avoid starting the reporter (#220) (ed6c30a)
- Skip starting Judoscale reporter on
rails runner
process (#217) (111830b)
v1.8.1
1.8.1 (2024-09-10)
Bug Fixes
- Mark the reporter thread as "fork safe" to avoid warnings (#215) (bf92a59), closes #170
v1.8.0
1.8.0 (2024-07-09)
Features
v1.7.1
1.7.1 (2024-07-08)
Bug Fixes
- Lock GoodJob dependency to < 4.0 (#211) (d558584)
- Fix Rack version to work across multiple released versions (dd0c08c)
v1.7.0
1.7.0 (2024-05-03)
Features
v1.6.0
1.6.0 (2024-04-26)
Features
Bug Fixes
- Always send reports, even with no metrics (e40e43f)
- GoodJob dependency on Rails Autoscale version of the gem (#198) (adccecc)
v1.5.4
1.5.4 (2024-02-07)
Bug Fixes
- Fix deprecation warning in Sidekiq 7.2 (9e22147), closes #195
v1.5.3
1.5.3 (2024-01-25)
Bug Fixes
- Don't include "enabled" metadata with adapters (#193) (ff6a560)
- Fix console detection and improve rake detection (#192) (d6ae321)
- Gracefully fail when JUDOSCALE_URL is a blank string (ca565d3)
- Use the configured log level even if the logger has already been initialized (#190) (7908eb2)
Performance Improvements
- Skip reporting if there are no metrics (#191) (0835f53)
v1.5.2
1.5.2 (2023-08-10)
Bug Fixes
- Properly handle GoodJob configured with a non-primary database (#182) (ed0c6f4)
v1.5.1
1.5.1 (2023-08-09)
Bug Fixes
- Don't start the reporter in build processes (#180) (0cc3b57)