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)