From 34fa68c58f1e041f13ec30758b245afaeb875bb4 Mon Sep 17 00:00:00 2001 From: c-cube Date: Fri, 31 Jan 2025 01:51:52 +0000 Subject: [PATCH] deploy: ff57407098635add24a3be05c7cffeeafca281fe --- opentelemetry-client-ocurl/_doc-dir/CHANGES.md | 15 +++++++++++++++ opentelemetry-cohttp-lwt/_doc-dir/CHANGES.md | 15 +++++++++++++++ opentelemetry-lwt/_doc-dir/CHANGES.md | 15 +++++++++++++++ opentelemetry/_doc-dir/CHANGES.md | 15 +++++++++++++++ 4 files changed, 60 insertions(+) diff --git a/opentelemetry-client-ocurl/_doc-dir/CHANGES.md b/opentelemetry-client-ocurl/_doc-dir/CHANGES.md index 471daf64..67b61ea6 100644 --- a/opentelemetry-client-ocurl/_doc-dir/CHANGES.md +++ b/opentelemetry-client-ocurl/_doc-dir/CHANGES.md @@ -1,4 +1,19 @@ +## 0.11 + +- add `Span_kind.t`, add {kind,set_kind} to `Scope` +- expose `Span_status` types +- add `Scope.set_span_status` +- add `record_exception` +- otel.trace: extension points for links, record_exn, kind +- otel.trace: set status of a span based on `exception.message` + +- add cohttp upper bound version constraint +- in backends, call `tick()` before cleaning up +- reduce memory usage of `Scope.t` (@tatchi) + +- remove dependency on ambient-context, vendor/inline/specialize it + ## 0.10 - feat: add support for per-signal urls (by @tatchi) diff --git a/opentelemetry-cohttp-lwt/_doc-dir/CHANGES.md b/opentelemetry-cohttp-lwt/_doc-dir/CHANGES.md index 471daf64..67b61ea6 100644 --- a/opentelemetry-cohttp-lwt/_doc-dir/CHANGES.md +++ b/opentelemetry-cohttp-lwt/_doc-dir/CHANGES.md @@ -1,4 +1,19 @@ +## 0.11 + +- add `Span_kind.t`, add {kind,set_kind} to `Scope` +- expose `Span_status` types +- add `Scope.set_span_status` +- add `record_exception` +- otel.trace: extension points for links, record_exn, kind +- otel.trace: set status of a span based on `exception.message` + +- add cohttp upper bound version constraint +- in backends, call `tick()` before cleaning up +- reduce memory usage of `Scope.t` (@tatchi) + +- remove dependency on ambient-context, vendor/inline/specialize it + ## 0.10 - feat: add support for per-signal urls (by @tatchi) diff --git a/opentelemetry-lwt/_doc-dir/CHANGES.md b/opentelemetry-lwt/_doc-dir/CHANGES.md index 471daf64..67b61ea6 100644 --- a/opentelemetry-lwt/_doc-dir/CHANGES.md +++ b/opentelemetry-lwt/_doc-dir/CHANGES.md @@ -1,4 +1,19 @@ +## 0.11 + +- add `Span_kind.t`, add {kind,set_kind} to `Scope` +- expose `Span_status` types +- add `Scope.set_span_status` +- add `record_exception` +- otel.trace: extension points for links, record_exn, kind +- otel.trace: set status of a span based on `exception.message` + +- add cohttp upper bound version constraint +- in backends, call `tick()` before cleaning up +- reduce memory usage of `Scope.t` (@tatchi) + +- remove dependency on ambient-context, vendor/inline/specialize it + ## 0.10 - feat: add support for per-signal urls (by @tatchi) diff --git a/opentelemetry/_doc-dir/CHANGES.md b/opentelemetry/_doc-dir/CHANGES.md index 471daf64..67b61ea6 100644 --- a/opentelemetry/_doc-dir/CHANGES.md +++ b/opentelemetry/_doc-dir/CHANGES.md @@ -1,4 +1,19 @@ +## 0.11 + +- add `Span_kind.t`, add {kind,set_kind} to `Scope` +- expose `Span_status` types +- add `Scope.set_span_status` +- add `record_exception` +- otel.trace: extension points for links, record_exn, kind +- otel.trace: set status of a span based on `exception.message` + +- add cohttp upper bound version constraint +- in backends, call `tick()` before cleaning up +- reduce memory usage of `Scope.t` (@tatchi) + +- remove dependency on ambient-context, vendor/inline/specialize it + ## 0.10 - feat: add support for per-signal urls (by @tatchi)