From 224772cebc1c78c950ba6afdb96599b7e342b7ad Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 23:29:22 +0000 Subject: [PATCH] Update docs changelog for sdk-js v0.0.158 Co-Authored-By: unknown <> --- content/Changelog/sdk-js.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/Changelog/sdk-js.mdx b/content/Changelog/sdk-js.mdx index c0b2156d..226d4fb7 100644 --- a/content/Changelog/sdk-js.mdx +++ b/content/Changelog/sdk-js.mdx @@ -7,6 +7,18 @@ import { Callout } from 'fumadocs-ui/components/callout'; This page documents the release history of the [Agentuity JavaScript SDK](https://github.com/agentuity/sdk-js). +## v0.0.158 + + + Released: December 7, 2025 + + +**Changes** + +- **Fixed**: Preserve Authorization headers in fetch instrumentation - OpenTelemetry fetch instrumentation was overwriting existing headers when adding trace context, causing issues with third-party SDKs that set Authorization headers ([PR #208](https://github.com/agentuity/sdk-js/pull/208)) +- **Added**: SMS sending endpoint via `context.sms.send()` with Twilio-based SMS sending, OpenTelemetry tracing, and improved error handling ([PR #207](https://github.com/agentuity/sdk-js/pull/207)) +- **Changed**: Moved email send functionality to context - Email APIs now use request/context-based async signatures returning `Promise`, with centralized MIME construction and OpenTelemetry spans ([PR #206](https://github.com/agentuity/sdk-js/pull/206)) + ## v0.0.156