Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions content/Changelog/sdk-js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

<Callout type="info">
Released: December 7, 2025
</Callout>

**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<string>`, with centralized MIME construction and OpenTelemetry spans ([PR #206](https://github.com/agentuity/sdk-js/pull/206))

## v0.0.156

<Callout type="info">
Expand Down