|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.14.0 (2026-04-01) |
| 4 | + |
| 5 | +Full Changelog: [v0.13.0...v0.14.0](https://github.com/fashn-AI/fashn-typescript-sdk/compare/v0.13.0...v0.14.0) |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +* **api:** api update ([c1d2de2](https://github.com/fashn-AI/fashn-typescript-sdk/commit/c1d2de2661f2ec7f7003dcd04e0a6e3559504ab7)) |
| 10 | + |
| 11 | + |
| 12 | +### Chores |
| 13 | + |
| 14 | +* **ci:** escape input path in publish-npm workflow ([87b3e28](https://github.com/fashn-AI/fashn-typescript-sdk/commit/87b3e285269a09b33655ac1dfc0ee7ef28104b6a)) |
| 15 | +* **ci:** skip lint on metadata-only changes ([a11ee3a](https://github.com/fashn-AI/fashn-typescript-sdk/commit/a11ee3a1b13f15308a3d41bd3fe04e516b5e9704)) |
| 16 | +* **internal:** bump @modelcontextprotocol/sdk, @hono/node-server, and minimatch ([003b4db](https://github.com/fashn-AI/fashn-typescript-sdk/commit/003b4db8eb8f21efa2576ec3f4ffeaa5611e16c5)) |
| 17 | +* **internal:** codegen related update ([f36982d](https://github.com/fashn-AI/fashn-typescript-sdk/commit/f36982d698013fca5f606ca16c8175ebde5f8ae2)) |
| 18 | +* **internal:** fix MCP server TS errors that occur with required client options ([7801653](https://github.com/fashn-AI/fashn-typescript-sdk/commit/780165379e43287465336902be1db3b60316627b)) |
| 19 | +* **internal:** improve local docs search for MCP servers ([6f05d28](https://github.com/fashn-AI/fashn-typescript-sdk/commit/6f05d28f0adf9641d231589dd113983aaff64259)) |
| 20 | +* **internal:** improve local docs search for MCP servers ([dee7e64](https://github.com/fashn-AI/fashn-typescript-sdk/commit/dee7e644a50d810ec342037209dc9cdaa911ac88)) |
| 21 | +* **internal:** make generated MCP servers compatible with Cloudflare worker environments ([954b319](https://github.com/fashn-AI/fashn-typescript-sdk/commit/954b31937721eaa6fcf41a2bf80babfaca1ca18a)) |
| 22 | +* **internal:** support custom-instructions-path flag in MCP servers ([22d4962](https://github.com/fashn-AI/fashn-typescript-sdk/commit/22d4962aa9462e5d6a8b4b128857e2a55d34d043)) |
| 23 | +* **internal:** support local docs search in MCP servers ([525f106](https://github.com/fashn-AI/fashn-typescript-sdk/commit/525f106e4967b2cfef564b955549d10590255804)) |
| 24 | +* **internal:** support x-stainless-mcp-client-envs header in MCP servers ([7e94c06](https://github.com/fashn-AI/fashn-typescript-sdk/commit/7e94c062f4c52dd0ad50ef930fc6a58a2c9dfc3d)) |
| 25 | +* **internal:** support x-stainless-mcp-client-permissions headers in MCP servers ([8a89be6](https://github.com/fashn-AI/fashn-typescript-sdk/commit/8a89be6761c35abb106dcfcf4ef54d71bb71d50d)) |
| 26 | +* **internal:** tweak CI branches ([c41604c](https://github.com/fashn-AI/fashn-typescript-sdk/commit/c41604c0c2ed791573e30ae681e58412b2e6c72d)) |
| 27 | +* **internal:** update dependencies to address dependabot vulnerabilities ([76cc049](https://github.com/fashn-AI/fashn-typescript-sdk/commit/76cc04944bbdeeb6d67645e2e888b8b229af31e1)) |
| 28 | +* **internal:** update gitignore ([4946281](https://github.com/fashn-AI/fashn-typescript-sdk/commit/4946281612ac223eec1130fa7714ca95b7f8a7e5)) |
| 29 | +* **mcp-server:** add support for session id, forward client info ([a5f0540](https://github.com/fashn-AI/fashn-typescript-sdk/commit/a5f0540527e93916e96621e71473c9faffc0541c)) |
| 30 | + |
3 | 31 | ## 0.13.0 (2026-03-09) |
4 | 32 |
|
5 | 33 | Full Changelog: [v0.12.0...v0.13.0](https://github.com/fashn-AI/fashn-typescript-sdk/compare/v0.12.0...v0.13.0) |
|
0 commit comments