Skip to content

Commit 868564f

Browse files
release: 0.31.0
1 parent b44d11c commit 868564f

6 files changed

Lines changed: 43 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.30.0"
2+
".": "0.31.0"
33
}

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Changelog
22

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

543
Full Changelog: [v0.29.0...v0.30.0](https://github.com/hyperspell/node-sdk/compare/v0.29.0...v0.30.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperspell",
3-
"version": "0.30.0",
3+
"version": "0.31.0",
44
"description": "The official TypeScript library for the Hyperspell API",
55
"author": "Hyperspell <hello@hyperspell.com>",
66
"types": "dist/index.d.ts",

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperspell-mcp",
3-
"version": "0.30.0",
3+
"version": "0.31.0",
44
"description": "The official MCP Server for the Hyperspell API",
55
"author": "Hyperspell <hello@hyperspell.com>",
66
"types": "dist/index.d.ts",

packages/mcp-server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const newMcpServer = async () =>
5858
new McpServer(
5959
{
6060
name: 'hyperspell_api',
61-
version: '0.30.0',
61+
version: '0.31.0',
6262
},
6363
{
6464
instructions: await getInstructions(),

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.30.0'; // x-release-please-version
1+
export const VERSION = '0.31.0'; // x-release-please-version

0 commit comments

Comments
 (0)