Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
Closed
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
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# @agentuity/sdk Changelog

## 0.0.158
## [0.0.158] - 2025-12-07

### Patch 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 ([#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 ([#207](https://github.com/agentuity/sdk-js/pull/207))

### Changed

- Add fix for otel headers not correctly preserving original outgoing headers on fetch
- 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 ([#206](https://github.com/agentuity/sdk-js/pull/206))

## 0.0.157

Expand Down
Loading