You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,33 @@
1
1
# Changelog
2
2
3
+
## 0.10.1 (2025-08-19)
4
+
5
+
Full Changelog: [v0.10.0...v0.10.1](https://github.com/nextbillion-ai/nextbillion-sdk-node/compare/v0.10.0...v0.10.1)
6
+
7
+
### Features
8
+
9
+
***mcp:** add unix socket option for remote MCP ([b493336](https://github.com/nextbillion-ai/nextbillion-sdk-node/commit/b49333613719f1ed72fda780df4f455fe657e8fc))
10
+
***mcp:** parse query string as mcp client options in mcp server ([2dcb4c5](https://github.com/nextbillion-ai/nextbillion-sdk-node/commit/2dcb4c5345034607f9a70ff3e84ce7d26593e38f))
11
+
12
+
13
+
### Bug Fixes
14
+
15
+
***mcp:** generate additionalProperties=true for map schemas to avoid validation issues ([5157d0b](https://github.com/nextbillion-ai/nextbillion-sdk-node/commit/5157d0b0bdd141ee627158105e826a75d588793f))
16
+
17
+
18
+
### Chores
19
+
20
+
***deps:** update dependency @types/node to v20.17.58 ([ed33899](https://github.com/nextbillion-ai/nextbillion-sdk-node/commit/ed33899b368f7e08df80e8e4802017a55a57706c))
21
+
***internal:** codegen related update ([d47e729](https://github.com/nextbillion-ai/nextbillion-sdk-node/commit/d47e729c9db497e1356c3c3e4f99f0aa6e05bf0a))
***internal:** update comment in script ([ee90f42](https://github.com/nextbillion-ai/nextbillion-sdk-node/commit/ee90f42a519607b043665daf70588d59005e7acb))
25
+
***mcp:** document remote server in README.md ([3cb514a](https://github.com/nextbillion-ai/nextbillion-sdk-node/commit/3cb514a788a6e16e55f1ac9ce42442b4cda2e502))
26
+
***mcp:** minor cleanup of types and package.json ([bdc670f](https://github.com/nextbillion-ai/nextbillion-sdk-node/commit/bdc670fe5486aa7eedd15f62973c870d5bae58a0))
27
+
***mcp:** refactor streamable http transport ([852d01e](https://github.com/nextbillion-ai/nextbillion-sdk-node/commit/852d01e9cbaec5c9af128bb22c1bc4930eb3f1d1))
0 commit comments