Fork me on GitHub
#releases
<
2023-06-05
>
steffan22:06:46

clj-otel release 0.2.2 is out ๐Ÿ“Ž "Bound context" is a new opt-in feature which leverages a Clojure dynamic var that overrides the default :context or :parent value for clj-otel functions. This feature is intended to simplify asynchronous code by eliminating explicit context passing. Existing code that uses the current context or explicit context parameter values is unaffected. The documentation has been fully updated to cover this new feature. The async HTTP server examples show how to use bounded or explicit contexts. This feature was requested by several clj-otel users. ๐Ÿ OpenTelemetry attribute key names are now converted to snake_case, as per OpenTelemetry semantic conventions. Though not recommended, this behaviour can be overridden by providing your own key naming function. ๐Ÿงน Jaeger exporter examples have been removed, as they will be deprecated soon. Jaeger now supports OTLP natively. ๐Ÿ““ See the https://cljdoc.org/d/com.github.steffan-westcott/clj-otel-api/0.2.2/doc/changelog for more information on changes in this release https://github.com/steffan-westcott/clj-otel

๐Ÿš€ 10