Skip to content

Latest commit

 

History

History
84 lines (48 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

84 lines (48 loc) · 1.92 KB

Changelog

All notable changes to this project will be documented in this file.

3.0.0 - 2024-03-11

Added

  • New standalone Influx line protocol serializer
  • before_send filter option for agent and all plugins (#27)

Changed

  • Require Ruby 2.7+

2.1.1 - 2022-08-23

Fixed

  • Possible RuntimeError: can't add a new key into hash during iteration (@MrSerth)

2.1.0 - 2022-01-24

Added

  • Support for Rails 7.0 and Ruby 3.1
  • Grape API instrumentation (#17)

2.0.0 - 2021-09-30

Changed

  • The sidekiq middleware does not use keyword arguments as sidekiq does not handle them correctly on Ruby 3.0 (#14)

1.0.0 - 2021-01-26

Added

  • Global tags (#6)

0.8.0 - 2020-12-02

Added

  • ActiveJob instrumentation (#10)

0.7.0 - 2020-05-07

Added

  • Sidekiq middleware (#8)

0.6.1 - 2020-04-01

Fixed

  • Fix type in instrumentation option (#7)

0.6.0 - 2020-03-31

Added

  • New Rack middleware and Rails plugin to collect request events (#5)

0.5.0 - undefined

Changed

  • Remove influxdb not unnecessarily restrict users needing a specific influxdb client.