Releases: bigcommerce/bc-prometheus-ruby
Releases · bigcommerce/bc-prometheus-ruby
Release list
v0.8.2
What's Changed
- chore: drop Ruby 3.2 support, add Ruby 4.0 CI by @j05h in #38
- fix(metrics) Add version=0.0.4 to Content-Type for Prometheus exposition format 0.0.4 compliance by @bc-dhruvin in #39
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- Make prometheus client respect the
enabledsetting by @IamDavidovich in #27 - Upgrading prometheus_exporter by @cajun in #28
- Expose sql metrics for different dashboards by @wilsonbeltran-bc in #29
New Contributors
- @IamDavidovich made their first contribution in #27
- @cajun made their first contribution in #28
- @wilsonbeltran-bc made their first contribution in #29
Full Changelog: v0.8.0...v0.8.1
0.8.0
- Add support for Ruby 3.4
- Drop support for Ruby 3.0, 3.1
v0.7.0
0.6.0
- Add support for Ruby 3.1/3.2
- Drop support for Ruby 2
- Add CodeClimate analysis
0.5.2
- Better error handling post-fork for web/resque instrumentors
- Fix issue with using
Collectors::Baseand keyword arguments in Ruby 2.7 - Remove null-logger development dependency
0.5.1
- Fix keywords argument issue with Collectors::Base and Ruby 3.0+
0.5.0
0.4.0
0.3.1
- Update prometheus_exporter dependency to ~> 0.5 to fix memory leaks