|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.31.0 (2026-02-07) |
| 4 | + |
| 5 | +Full Changelog: [v0.30.0...v0.31.0](https://github.com/hyperspell/node-sdk/compare/v0.30.0...v0.31.0) |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +* **api:** api update ([14fd74c](https://github.com/hyperspell/node-sdk/commit/14fd74c818b355e38342554ddfa652c22da8a5ac)) |
| 10 | +* **api:** api update ([5cefb0c](https://github.com/hyperspell/node-sdk/commit/5cefb0c04806e2a0e9bea53bb7428ff773696008)) |
| 11 | +* **api:** api update ([a0df1be](https://github.com/hyperspell/node-sdk/commit/a0df1be8d411efda7d9c06ba663e64a72e308de0)) |
| 12 | +* **mcp:** add initial server instructions ([581fb5e](https://github.com/hyperspell/node-sdk/commit/581fb5e5aaf49b32facacc9adc28ca3797dbd117)) |
| 13 | + |
| 14 | + |
| 15 | +### Bug Fixes |
| 16 | + |
| 17 | +* **client:** avoid memory leak with abort signals ([5b29273](https://github.com/hyperspell/node-sdk/commit/5b2927352218310b6e3a3ec4c950dc4e8d15cbf9)) |
| 18 | +* **client:** avoid removing abort listener too early ([b9c9fdd](https://github.com/hyperspell/node-sdk/commit/b9c9fdd0b68027777d2a352ccc6801ef7c6a0a55)) |
| 19 | +* **docs:** fix mcp installation instructions for remote servers ([d4c938b](https://github.com/hyperspell/node-sdk/commit/d4c938b9490184c9de54a36e0635b3b7b24e8aeb)) |
| 20 | +* **mcp:** allow falling back for required env variables ([6054c99](https://github.com/hyperspell/node-sdk/commit/6054c99672bb1399b5db94931d20979394ab9f60)) |
| 21 | + |
| 22 | + |
| 23 | +### Chores |
| 24 | + |
| 25 | +* **ci:** upgrade `actions/github-script` ([090b5c1](https://github.com/hyperspell/node-sdk/commit/090b5c1a28992d318a2904cabe73556f61e76edf)) |
| 26 | +* **client:** do not parse responses with empty content-length ([b7dde77](https://github.com/hyperspell/node-sdk/commit/b7dde774dee58aaf475d07c08d8792753c09fc85)) |
| 27 | +* **client:** restructure abort controller binding ([ecf2c20](https://github.com/hyperspell/node-sdk/commit/ecf2c20a9d7aa7cfb1d5734a14ba75a4f5ebe0e8)) |
| 28 | +* **internal:** add health check to MCP server when running in HTTP mode ([2ab3844](https://github.com/hyperspell/node-sdk/commit/2ab3844ada3f3bbe0ea5559dc9b9a9f20f00d8e2)) |
| 29 | +* **internal:** codegen related update ([1c6bacc](https://github.com/hyperspell/node-sdk/commit/1c6bacc1daa1c93198ea61ec75325cf7dc1e7950)) |
| 30 | +* **internal:** fix pagination internals not accepting option promises ([e7397fe](https://github.com/hyperspell/node-sdk/commit/e7397fe75b576992632351adeb5e7777e5b38529)) |
| 31 | +* **internal:** refactor flag parsing for MCP servers and add debug flag ([051f042](https://github.com/hyperspell/node-sdk/commit/051f0428d7d30eadf1deb83214757e98e7cb86c0)) |
| 32 | +* **internal:** support oauth authorization code flow for MCP servers ([027ce2c](https://github.com/hyperspell/node-sdk/commit/027ce2cd7d3164f49134235a10446ed1e838d17f)) |
| 33 | +* **internal:** update `actions/checkout` version ([954ce30](https://github.com/hyperspell/node-sdk/commit/954ce3099c58efa8c5071b6830dad969401a050a)) |
| 34 | +* **internal:** update lock file ([e192aa3](https://github.com/hyperspell/node-sdk/commit/e192aa3c9ac16fb38cad2e56f2e46498eb11f8ee)) |
| 35 | +* **mcp:** up tsconfig lib version to es2022 ([db052dc](https://github.com/hyperspell/node-sdk/commit/db052dcd1a475b54cb7c302df23bcfaa73c969d0)) |
| 36 | + |
3 | 37 | ## 0.30.0 (2026-01-16) |
4 | 38 |
|
5 | 39 | Full Changelog: [v0.29.0...v0.30.0](https://github.com/hyperspell/node-sdk/compare/v0.29.0...v0.30.0) |
|
0 commit comments