From a299b294fcfcc8dea2bbc73ebd0732ca8dd26690 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 04:35:02 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=8B=20New=20version=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/tracing-span-bridge.md | 8 -------- packages/core/CHANGELOG.md | 9 +++++++++ packages/core/package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/tracing-span-bridge.md diff --git a/.changeset/tracing-span-bridge.md b/.changeset/tracing-span-bridge.md deleted file mode 100644 index 45fabc8..0000000 --- a/.changeset/tracing-span-bridge.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@smooai/observability': minor ---- - -Rust: new `tracing-bridge` feature and `OtelSdkHandle::tracing_span_layer()`, so -`tracing` SPANS (`#[instrument]`, `info_span!`) actually export. The SDK set the -global tracer provider but never bridged `tracing` spans into it, so they were -printed and dropped while the service looked fully instrumented. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8326355..f14b586 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @smooai/observability +## 0.19.0 + +### Minor Changes + +- b4ba6c4: Rust: new `tracing-bridge` feature and `OtelSdkHandle::tracing_span_layer()`, so + `tracing` SPANS (`#[instrument]`, `info_span!`) actually export. The SDK set the + global tracer provider but never bridged `tracing` spans into it, so they were + printed and dropped while the service looked fully instrumented. + ## 0.18.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index e46341e..1e67209 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@smooai/observability", - "version": "0.18.0", + "version": "0.19.0", "description": "Smoo AI Observability SDK — OTel-first error capture, traces, metrics, and React/Next.js integrations in a single package with subpath exports", "homepage": "https://github.com/SmooAI/observability", "bugs": {