Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 977 Bytes

CHANGELOG.md

File metadata and controls

41 lines (23 loc) · 977 Bytes

[Unreleased]

[0.4.0] - 2024-11-01

Added

  • Automatic GC metric registration for future Ruby versions. @jeremy in #6

[0.3.0] - 2024-01-04

Added

  • Ruby 3.3 metrics: marking_time and sweeping_time. @aroop in #5

[0.2.1] - 2022-06-22

Fixed

  • Declare time metric for GC only on Ruby 3.1. @Envek

[0.2.0] - 2022-06-21

Added

  • Ruby 3.1 metrics: time, total_moved_objects, read_barrier_faults. @tarapon in #3

[0.1.1] - 2021-02-24

Added

  • compact_count metric. @ianks

[0.1.0] - 2021-02-24

  • Initial release