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
- 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.
- 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
- Conditionally set dataset per-event based on the
:service.name
property, following the OTEL spec. PR#6
1.1.0 - 2023-05-08
- Update dependencies to latest stable versions.
1.0.3 - 2022-06-02
- Update dependencies to latest stable versions.
1.0.2 - 2022-02-02
- Update libhoney-java to 1.4.1 to fix recurring
NoSuchMethodError
on the shadedConnectionClosedException
class.
1.0.1 - 2021-12-27
- 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.
Initial open-source project release.