|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-03) |
| 4 | + |
| 5 | +Full Changelog: [v6.38.0...v7.0.0](https://github.com/Finch-API/finch-api-node/compare/v6.38.0...v7.0.0) |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +* **api:** api update ([1bacfda](https://github.com/Finch-API/finch-api-node/commit/1bacfda664996ed6d8b4497955d68c4d4b0d8157)) |
| 10 | +* **api:** api update ([d4f2d79](https://github.com/Finch-API/finch-api-node/commit/d4f2d7945bc01f2e6f86298a0f775ad735aa4da7)) |
| 11 | +* **api:** api update ([5cf6d0a](https://github.com/Finch-API/finch-api-node/commit/5cf6d0a58be125e962c83010a2bc517f1e66c689)) |
| 12 | +* **api:** manual updates ([8012020](https://github.com/Finch-API/finch-api-node/commit/8012020ad19b961cfc5d2e9404f480b7b317bac8)) |
| 13 | +* **api:** move node to typescript generator ([b74e277](https://github.com/Finch-API/finch-api-node/commit/b74e277e62c8fce1641664048ecde6f01f307404)) |
| 14 | +* **api:** update automated code reviewer selection ([10ff3b0](https://github.com/Finch-API/finch-api-node/commit/10ff3b098909b01346045b17d96db2a4f0960171)) |
| 15 | +* **mcp:** add detail field to docs search tool ([c13e160](https://github.com/Finch-API/finch-api-node/commit/c13e160b2fe40502b5f928df34ac6c3d364e19b2)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([0feecc2](https://github.com/Finch-API/finch-api-node/commit/0feecc27804c3f5bf373fd003172ccb4be44216b)) |
| 17 | +* **mcp:** return logs on code tool errors ([16167a6](https://github.com/Finch-API/finch-api-node/commit/16167a650d024a628dec8198143ab10fe2c77244)) |
| 18 | + |
| 19 | + |
| 20 | +### Bug Fixes |
| 21 | + |
| 22 | +* **api:** migrate custom code to TypeScript ([d9d2a58](https://github.com/Finch-API/finch-api-node/commit/d9d2a58ff7caa00b3267fba94ff42ea0f9a83907)) |
| 23 | +* **api:** resolve build issues ([941cd95](https://github.com/Finch-API/finch-api-node/commit/941cd95f3cfc4b0d8ca46a14113774d49bfaba48)) |
| 24 | +* **java:** Resolve name collisions ([0e7ea4d](https://github.com/Finch-API/finch-api-node/commit/0e7ea4d0327733482147b0643296fbbb5d83b4d8)) |
| 25 | +* **mcp:** return tool execution error on api error ([7247b37](https://github.com/Finch-API/finch-api-node/commit/7247b372b3cfa187904c3c304afabff973a401bf)) |
| 26 | +* **mcp:** return tool execution error on jq failure ([3d973cb](https://github.com/Finch-API/finch-api-node/commit/3d973cb8ad35ee9da1c8009ae0eb0ce9518e3538)) |
| 27 | +* **tests:** fix tests ([3cbe133](https://github.com/Finch-API/finch-api-node/commit/3cbe1334fcb1c528617653c0cddcef4e3562dd23)) |
| 28 | + |
| 29 | + |
| 30 | +### Chores |
| 31 | + |
| 32 | +* **client:** fix logger property type ([c5b0685](https://github.com/Finch-API/finch-api-node/commit/c5b068567941267068272ab42ebe5bb72d10c0a1)) |
| 33 | +* **internal:** codegen related update ([2ba7630](https://github.com/Finch-API/finch-api-node/commit/2ba7630c495fab30e16ef3bc4905ea18b315c695)) |
| 34 | +* **internal:** codegen related update ([240f43f](https://github.com/Finch-API/finch-api-node/commit/240f43f54f553379e99fcfdbd89c77c46321292a)) |
| 35 | +* **internal:** upgrade eslint ([73445f1](https://github.com/Finch-API/finch-api-node/commit/73445f15bc1322c51e68cff4ab126515ab1447ce)) |
| 36 | +* mcp code tool explicit error message when missing a run function ([bcd8f9d](https://github.com/Finch-API/finch-api-node/commit/bcd8f9def0ac7514ee962a6cd846d2ab4153e4f5)) |
| 37 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([7c8f36f](https://github.com/Finch-API/finch-api-node/commit/7c8f36fbca70ddff35ae17bb35db49b38bdadf23)) |
| 38 | +* **mcp:** add line numbers to code tool errors ([7ecfcfe](https://github.com/Finch-API/finch-api-node/commit/7ecfcfe1047b916f948fe71db499ab8c7b2a6b2f)) |
| 39 | +* **mcp:** clarify http auth error ([94cc1ad](https://github.com/Finch-API/finch-api-node/commit/94cc1ad88011cd64a45d38732434afbc0461c77f)) |
| 40 | +* **mcp:** upgrade jq-web ([a6b8899](https://github.com/Finch-API/finch-api-node/commit/a6b889933a0bbf6829dd5a09689aa8a7a2d14082)) |
| 41 | +* sync repo ([6d4ef79](https://github.com/Finch-API/finch-api-node/commit/6d4ef79459e2f6469c182edf9fc1d72415b92d28)) |
| 42 | + |
| 43 | + |
| 44 | +### Documentation |
| 45 | + |
| 46 | +* **mcp:** add a README button for one-click add to Cursor ([7a87dc8](https://github.com/Finch-API/finch-api-node/commit/7a87dc8c1611c8f5328c81d2462f41080e35589b)) |
| 47 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([502b5c6](https://github.com/Finch-API/finch-api-node/commit/502b5c6b21e52662b50a30401afc2be460e9833a)) |
| 48 | + |
3 | 49 | ## 6.38.0 (2025-10-27) |
4 | 50 |
|
5 | 51 | Full Changelog: [v6.37.0...v6.38.0](https://github.com/Finch-API/finch-api-node/compare/v6.37.0...v6.38.0) |
|
0 commit comments