Skip to content

Latest commit

Β 

History

History
80 lines (63 loc) Β· 2.35 KB

CHANGELOG.md

File metadata and controls

80 lines (63 loc) Β· 2.35 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.5.1]

Added

  • Add Ruby 3.2 to CI
  • Add required_ruby_version >= 2.6 to gemspec

Added

  • Support ruby v3

Fixed

  • Expand sidekiq version constraint

Added

  • Support for :child_trace mode (#19)

Fixed

  • Support sidekiq v6.2.2 (#23)
  • Link events respect beeline sampling (#17) WARNING: This is technically a breaking change since it now sends meta.annotation_type field instead of meta.span_type for the link event, but meta.span_type is deprecated for annotation events since it already has another use case which the beeline uses. I believe no one is actually using link events anyway. If you run into problems and need help, open an issue.

Added

  • Allow beeline tracing to be configured (#11)

Added

  • Allow extra_fields to be invoked with job (#16)

Added

  • Honeycomb beeline support (#9)

Added

  • CODE_OF_CONDUCT.md
  • CONTRIBUTORS.txt

Fixed

  • Tidied up README.md

Fixed

  • Ensure that Honeykiq::ServerMiddleware#extra_fields are still included after a job fails

Added

  • Honeykiq::ServerMiddleware#extra_fields so you can add custom fields to an event

Added

  • Honeykiq::ServerMiddleware πŸ™Œ

Removed

  • Honeykiq.periodic_reporter. (Use Honeykiq::PeriodicReporter.new instead.)