Skip to content

Latest commit

 

History

History
85 lines (53 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

85 lines (53 loc) · 2.31 KB

Change Log

All notable changes to this project will be documented in this file, which follows the conventions of keepachangelog.com. This project adheres to Semantic Versioning.

...

1.3.0 - 2024-10-14

Changed

  • Revert "Conditionally set dataset per-event based on the :service.name property, following the OTEL spec." PR#7
  • Update dependency versions, including Clojure 1.12 and libhoney 1.6.

Fixed

  • Ken does its own down-sampling logic, so events should be sent "presampled" to Honeycomb. Previously, the Honeycomb client would also apply the sample rate, resulting in unintentional double-sampling. PR#8

1.2.0 - 2023-08-14

Changed

  • Conditionally set dataset per-event based on the :service.name property, following the OTEL spec. PR#6

1.1.0 - 2023-05-08

Changed

  • Update dependencies to latest stable versions.

Added

  • Added new utility functions for recording span events and links. #4 PR#5

1.0.3 - 2022-06-02

Changed

  • Update dependencies to latest stable versions.

1.0.2 - 2022-02-02

Changed

  • Update libhoney-java to 1.4.1 to fix recurring NoSuchMethodError on the shaded ConnectionClosedException class.

1.0.1 - 2021-12-27

Changed

  • Update dependencies to latest stable versions.

1.0.0 - 2021-06-08

First production release! No changes since 0.1.0, but this reflects full internal adoption in Amperity's codebase.

0.1.0 - 2021-05-31

Initial open-source project release.