Skip to content

Latest commit

 

History

History
244 lines (132 loc) · 11.8 KB

File metadata and controls

244 lines (132 loc) · 11.8 KB

Changelog

0.20.0 (2026-01-09)

Full Changelog: v0.19.0...v0.20.0

⚠ BREAKING CHANGES

  • mcp: remove deprecated tool schemes
  • mcp: Migration: To migrate, simply modify the command used to invoke the MCP server. Currently, the only supported tool scheme is code mode. Now, starting the server with just node /path/to/mcp/server or npx package-name will invoke code tools: changing your command to one of these is likely all you will need to do.

Features

Bug Fixes

  • mcp: add client instantiation options to code tool (cf6642b)
  • mcp: correct code tool api output types (45e326c)
  • mcp: fix env parsing (db4a4e0)
  • mcp: fix options parsing (de72a24)
  • mcp: pass base url to code tool (752a575)
  • mcp: update code tool prompt (4f614a7)

Chores

  • break long lines in snippets into multiline (d9211f6)
  • internal: codegen related update (33844ee)
  • internal: configure MCP Server hosting (d4a7a76)
  • internal: fix dockerfile (96e5574)
  • internal: unconfigure MCP Server hosting (d173acb)
  • mcp: remove deprecated tool schemes (a6b96bb)

Documentation

  • prominently feature MCP server setup in root SDK readmes (ebbdc05)

0.19.0 (2025-12-09)

Full Changelog: v0.18.0...v0.19.0

Features

0.18.0 (2025-12-08)

Full Changelog: v0.17.0...v0.18.0

Features

  • add React Email support for send() and reply() methods (c681f1b)

0.17.0 (2025-12-08)

Full Changelog: v0.16.0...v0.17.0

Features

0.16.0 (2025-12-08)

Full Changelog: v0.15.2...v0.16.0

Features

0.15.2 (2025-12-06)

Full Changelog: v0.15.1...v0.15.2

Bug Fixes

  • mcp: correct code tool API endpoint (1f2626e)

0.15.1 (2025-12-06)

Full Changelog: v0.15.0...v0.15.1

Bug Fixes

  • mcp: return correct lines on typescript errors (d921219)

Chores

  • internal: codegen related update (3db7774)
  • internal: configure pnpm minimumReleaseAge to 1 day (caa027c)

0.15.0 (2025-12-05)

Full Changelog: v0.14.0...v0.15.0

Features

0.14.0 (2025-12-04)

Full Changelog: v0.13.0...v0.14.0

Features

0.13.0 (2025-12-04)

Full Changelog: v0.12.0...v0.13.0

Features

0.12.0 (2025-12-04)

Full Changelog: v0.11.0...v0.12.0

Features

0.11.0 (2025-12-04)

Full Changelog: v0.10.0...v0.11.0

Features

0.10.0 (2025-12-04)

Full Changelog: v0.9.0...v0.10.0

Features

0.9.0 (2025-12-04)

Full Changelog: v0.8.0...v0.9.0

Features

0.8.0 (2025-12-04)

Full Changelog: v0.7.0...v0.8.0

Features

0.7.0 (2025-12-04)

Full Changelog: v0.6.0...v0.7.0

Features

0.7.0 (2025-12-04)

Full Changelog: v0.6.0...v0.7.0

Features

0.6.0 (2025-12-03)

Full Changelog: v0.5.0...v0.6.0

Features

0.5.0 (2025-12-03)

Full Changelog: v0.4.0...v0.5.0

Features

0.4.0 (2025-12-03)

Full Changelog: v0.3.0...v0.4.0

Features

0.3.0 (2025-12-03)

Full Changelog: v0.2.0...v0.3.0

Features

Chores

0.2.0 (2025-12-03)

Full Changelog: v0.1.0...v0.2.0

Features

0.1.0 (2025-12-03)

Full Changelog: v0.0.1...v0.1.0

Features

  • Add downloadUrl to InboundEmailAttachment interface (949cd04)
  • Add unified email API with email.received.* and email.sent.* namespaces (1057c18)
  • api: manual updates (4d06bcc)

Chores

  • Bump version to 4.2.1 and update publishing scripts (57205b5)
  • Bump version to 4.3.0 in package.json (fe396de)
  • Bump version to 4.3.1 in package.json and add threading information to InboundWebhookEmail interface (f327073)
  • Bump version to 4.4.0 and add webhook verification utilities (44e4170)
  • sync repo (f14c4b8)
  • update SDK settings (7d65903)