Skip to content

v1.3.0 (2026-07-29)

Choose a tag to compare

@ptaoussanis ptaoussanis released this 29 Jul 13:29

📦 Dependencies

Available on Clojars:

  1. Telemere - main dep
  2. SLF4J provider - extra dep to send Java logging to Telemere

This project uses Break Versioning.

Release notes

This is a significant maintenance release with plenty of small fixes, esp. for OpenTelemetry and I/O integrations. It should be a safe, non-breaking upgrade for users of v1.x.

As usual, please test carefully and report any unexpected problems on GitHub or the Slack channel 🙏

- Peter Taoussanis

Since v1.2.1 (2025-12-16)

New

  • [new] OpenTelemetry handler: expose IAttributesBuilder protocol [bd649a0]
  • [new] clean-signal-fn: customize errors [a16f963]

Fixes

With user-facing changes

  • [fix] OpenTelemetry spans: fix parentage, ownership, draining, and completion [e708ca1] [e403635] [78aed4e] [fcca810]
  • [fix] OpenTelemetry logs: restore the default provider (nil remains opt-out) [52fa52d]
  • [fix] OpenTelemetry: close viability probes and remove unbounded name caches [dae6319] [a80b008]
  • [fix] Outbound handlers: surface Slack failures and safely truncate Postal subjects [c6b072f] [77c1d22]
  • [fix] File handlers: improve failure recovery, rotation, gzip, and archive scanning [426b289] [d531645] [9ce9ebd] [c17751b] [4e15b82]

Without user-facing changes