|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-24) |
| 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 ([ca73bc8](https://github.com/Finch-API/finch-api-node/commit/ca73bc8ea0a3206c76d0d4f8a94e0539b6e947d2)) |
| 10 | +* **api:** api update ([7106c94](https://github.com/Finch-API/finch-api-node/commit/7106c9404b5ac14a59533c8e91db354b1252d576)) |
| 11 | +* **api:** manual updates ([410794a](https://github.com/Finch-API/finch-api-node/commit/410794afd707aa707ec134e29433026273f6ddb6)) |
| 12 | +* **api:** move node to typescript generator ([63b3753](https://github.com/Finch-API/finch-api-node/commit/63b3753f0dd3552350be3ac5ce06cada082e64dc)) |
| 13 | +* **api:** update automated code reviewer selection ([628657a](https://github.com/Finch-API/finch-api-node/commit/628657adbba15736acdba71bb908264e29d225d5)) |
| 14 | +* **mcp:** enable optional code execution tool on http mcp servers ([cf67961](https://github.com/Finch-API/finch-api-node/commit/cf67961db414241a81c48599b5a529f007bf486b)) |
| 15 | + |
| 16 | + |
| 17 | +### Bug Fixes |
| 18 | + |
| 19 | +* **api:** migrate custom code to TypeScript ([a68af75](https://github.com/Finch-API/finch-api-node/commit/a68af752acd38c6974e039b3112f0b8146dc21d9)) |
| 20 | +* **api:** resolve build issues ([9dd3276](https://github.com/Finch-API/finch-api-node/commit/9dd3276219132311f5e09447545453d3d9bd3aea)) |
| 21 | +* **java:** Resolve name collisions ([edd8dbc](https://github.com/Finch-API/finch-api-node/commit/edd8dbc4002e93c68b73b8978bbd365dc5256d35)) |
| 22 | +* **mcp:** return tool execution error on jq failure ([3891f3c](https://github.com/Finch-API/finch-api-node/commit/3891f3cac83a4e829f6094daf44aa64bd32b7c04)) |
| 23 | +* **tests:** fix tests ([ef726c0](https://github.com/Finch-API/finch-api-node/commit/ef726c0b50c21473cd922a527ebba5633ed63a13)) |
| 24 | + |
| 25 | + |
| 26 | +### Chores |
| 27 | + |
| 28 | +* **internal:** codegen related update ([4ea5900](https://github.com/Finch-API/finch-api-node/commit/4ea59005bfb17e1aaa1b95ccf8dc44782c53beb4)) |
| 29 | +* **internal:** codegen related update ([e816bc3](https://github.com/Finch-API/finch-api-node/commit/e816bc39ed5da75c37304b16f81e506fa42dd7a8)) |
| 30 | +* mcp code tool explicit error message when missing a run function ([333a92b](https://github.com/Finch-API/finch-api-node/commit/333a92b81d7e17ec31b054aa7802fae1b319be2d)) |
| 31 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([9f857f9](https://github.com/Finch-API/finch-api-node/commit/9f857f98738ad08b65422079069d1ca734e19fc1)) |
| 32 | +* **mcp:** add line numbers to code tool errors ([3231353](https://github.com/Finch-API/finch-api-node/commit/32313530f5dffd557838a8f3116549cf281e17a8)) |
| 33 | +* **mcp:** clarify http auth error ([42faa5b](https://github.com/Finch-API/finch-api-node/commit/42faa5b87f04de35fd1981fab16d6ec102a80094)) |
| 34 | +* **mcp:** upgrade jq-web ([637fb10](https://github.com/Finch-API/finch-api-node/commit/637fb1031ece62d59eb7d064eb787c7b75dcb5cf)) |
| 35 | +* sync repo ([4584744](https://github.com/Finch-API/finch-api-node/commit/45847448b199de010cf3e0e8680bed10320c2c50)) |
| 36 | + |
| 37 | + |
| 38 | +### Documentation |
| 39 | + |
| 40 | +* **mcp:** add a README button for one-click add to Cursor ([adfe7a9](https://github.com/Finch-API/finch-api-node/commit/adfe7a90c955d7456650b791f647474429615cd9)) |
| 41 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([1ef3f6f](https://github.com/Finch-API/finch-api-node/commit/1ef3f6f68036083e05cfd45e8483bafd03ce7be8)) |
| 42 | + |
3 | 43 | ## 6.38.0 (2025-10-27) |
4 | 44 |
|
5 | 45 | 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