From ed8ef6a9fb27f6da8ebf8bab35bfc60483f2a512 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Mon, 6 Mar 2023 12:44:09 -0500 Subject: [PATCH] update changelog --- CHANGES.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 01c9209f..e67559df 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,19 @@ +## 0.4 + +- expose `Scope.get_surrounding` +- rehault of GC metrics +- `Trace.with_` now has `force_new_trace_id` param +- use thread-local storage to store global scope +- add `Span_link` module +- add a `Globals.default_span_kind` ref to specify default span kind + +- fix(otel-lwt): missing modules now re-exported +- fix(client-ocurl): fix `tick` version used in the absence of bg thread + +- drop dep on ocaml-protoc as the generated code is checked-in +- update vendored otel to 0.19 + ## 0.3 - improve error reporting from ocurl exporter