From e8d889313b24a91d437a8b485418921f8c606850 Mon Sep 17 00:00:00 2001 From: c-cube Date: Fri, 6 Feb 2026 18:27:47 +0000 Subject: [PATCH] deploy: c711a0dc66a731b9f2b300f321d2d763ccc21d75 --- ppx_trace/_doc-dir/CHANGES.md | 17 +++++++++++++++++ trace-fuchsia/_doc-dir/CHANGES.md | 17 +++++++++++++++++ trace-tef/_doc-dir/CHANGES.md | 17 +++++++++++++++++ trace/_doc-dir/CHANGES.md | 17 +++++++++++++++++ 4 files changed, 68 insertions(+) diff --git a/ppx_trace/_doc-dir/CHANGES.md b/ppx_trace/_doc-dir/CHANGES.md index e136710..89274fb 100644 --- a/ppx_trace/_doc-dir/CHANGES.md +++ b/ppx_trace/_doc-dir/CHANGES.md @@ -1,3 +1,20 @@ +# 0.11 + +- entire rework of the collector, now lighter, and using an open sum type + for `span`. No global state is required anymore. +- add `enabled` to the collector +- extensible `metric`; pass level around in collector +- remove unused deps on hmap, thread-local-storage +- add `Trace.with_setup_collector` +- add `trace.debug` to find what spans were not closed on exit +- remove dead code and `on_tracing_error` +- remove subscriber entirely +- core: remove `current_span` from collector +- update deps to ppxlib=0.37~ +- breaking: use poly variants for `user_data/span_flavor` +- use `at_exit` in `trace_tef` and `tldrs` +- fix fuchsia: bound check + # 0.10 - breaking: manual spans now take a `explicit_span_ctx` as parent, that diff --git a/trace-fuchsia/_doc-dir/CHANGES.md b/trace-fuchsia/_doc-dir/CHANGES.md index e136710..89274fb 100644 --- a/trace-fuchsia/_doc-dir/CHANGES.md +++ b/trace-fuchsia/_doc-dir/CHANGES.md @@ -1,3 +1,20 @@ +# 0.11 + +- entire rework of the collector, now lighter, and using an open sum type + for `span`. No global state is required anymore. +- add `enabled` to the collector +- extensible `metric`; pass level around in collector +- remove unused deps on hmap, thread-local-storage +- add `Trace.with_setup_collector` +- add `trace.debug` to find what spans were not closed on exit +- remove dead code and `on_tracing_error` +- remove subscriber entirely +- core: remove `current_span` from collector +- update deps to ppxlib=0.37~ +- breaking: use poly variants for `user_data/span_flavor` +- use `at_exit` in `trace_tef` and `tldrs` +- fix fuchsia: bound check + # 0.10 - breaking: manual spans now take a `explicit_span_ctx` as parent, that diff --git a/trace-tef/_doc-dir/CHANGES.md b/trace-tef/_doc-dir/CHANGES.md index e136710..89274fb 100644 --- a/trace-tef/_doc-dir/CHANGES.md +++ b/trace-tef/_doc-dir/CHANGES.md @@ -1,3 +1,20 @@ +# 0.11 + +- entire rework of the collector, now lighter, and using an open sum type + for `span`. No global state is required anymore. +- add `enabled` to the collector +- extensible `metric`; pass level around in collector +- remove unused deps on hmap, thread-local-storage +- add `Trace.with_setup_collector` +- add `trace.debug` to find what spans were not closed on exit +- remove dead code and `on_tracing_error` +- remove subscriber entirely +- core: remove `current_span` from collector +- update deps to ppxlib=0.37~ +- breaking: use poly variants for `user_data/span_flavor` +- use `at_exit` in `trace_tef` and `tldrs` +- fix fuchsia: bound check + # 0.10 - breaking: manual spans now take a `explicit_span_ctx` as parent, that diff --git a/trace/_doc-dir/CHANGES.md b/trace/_doc-dir/CHANGES.md index e136710..89274fb 100644 --- a/trace/_doc-dir/CHANGES.md +++ b/trace/_doc-dir/CHANGES.md @@ -1,3 +1,20 @@ +# 0.11 + +- entire rework of the collector, now lighter, and using an open sum type + for `span`. No global state is required anymore. +- add `enabled` to the collector +- extensible `metric`; pass level around in collector +- remove unused deps on hmap, thread-local-storage +- add `Trace.with_setup_collector` +- add `trace.debug` to find what spans were not closed on exit +- remove dead code and `on_tracing_error` +- remove subscriber entirely +- core: remove `current_span` from collector +- update deps to ppxlib=0.37~ +- breaking: use poly variants for `user_data/span_flavor` +- use `at_exit` in `trace_tef` and `tldrs` +- fix fuchsia: bound check + # 0.10 - breaking: manual spans now take a `explicit_span_ctx` as parent, that