|
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 ([dfd3236](https://github.com/Finch-API/finch-api-node/commit/dfd323617160d40a879a068d2c66176f7c347de5)) |
| 10 | +* **api:** api update ([766d2e0](https://github.com/Finch-API/finch-api-node/commit/766d2e0d8e3734e58742dba232afbf3fc60ab2f9)) |
| 11 | +* **api:** api update ([7a101f2](https://github.com/Finch-API/finch-api-node/commit/7a101f2a02bd718199ae3fe6c3ec4c62fbac99fe)) |
| 12 | +* **api:** manual updates ([2ebe9dd](https://github.com/Finch-API/finch-api-node/commit/2ebe9dde3b98add2d71b463b031768bd34dd9968)) |
| 13 | +* **api:** move node to typescript generator ([003f06d](https://github.com/Finch-API/finch-api-node/commit/003f06d3ccdee9bd8e0e3324b54e5b34ac46c3df)) |
| 14 | +* **api:** update automated code reviewer selection ([84d4381](https://github.com/Finch-API/finch-api-node/commit/84d4381193aa7a50f574667d118eb2c6ef6727ec)) |
| 15 | +* **mcp:** add detail field to docs search tool ([fb1c28f](https://github.com/Finch-API/finch-api-node/commit/fb1c28fbbe3768093542b6ba20da7ab738146295)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([e9ca297](https://github.com/Finch-API/finch-api-node/commit/e9ca297efee1d3119ae7b642df6654e992e47752)) |
| 17 | +* **mcp:** return logs on code tool errors ([510b710](https://github.com/Finch-API/finch-api-node/commit/510b7100b4755dd1115f18e04cfc9e590fe8cf79)) |
| 18 | + |
| 19 | + |
| 20 | +### Bug Fixes |
| 21 | + |
| 22 | +* **api:** migrate custom code to TypeScript ([2d64cce](https://github.com/Finch-API/finch-api-node/commit/2d64cce203a100ead4927227587cc9b7edd13407)) |
| 23 | +* **api:** resolve build issues ([ddbb074](https://github.com/Finch-API/finch-api-node/commit/ddbb074c8c7622a3627e2a7620fec5d6f237596f)) |
| 24 | +* **java:** Resolve name collisions ([c7bf3e9](https://github.com/Finch-API/finch-api-node/commit/c7bf3e95412c8ef8701d3a47eac189c7b3d87062)) |
| 25 | +* **mcp:** return tool execution error on api error ([0edbc89](https://github.com/Finch-API/finch-api-node/commit/0edbc894d69d9647a8212ff4cc8097129874e97f)) |
| 26 | +* **mcp:** return tool execution error on jq failure ([8ffb499](https://github.com/Finch-API/finch-api-node/commit/8ffb499559d52d2dc7624378ef8c1e8fb88b8293)) |
| 27 | +* **tests:** fix tests ([f5350e0](https://github.com/Finch-API/finch-api-node/commit/f5350e07a4a8ae40d929d202870aed62e5706ca2)) |
| 28 | + |
| 29 | + |
| 30 | +### Chores |
| 31 | + |
| 32 | +* **client:** fix logger property type ([1b57fc4](https://github.com/Finch-API/finch-api-node/commit/1b57fc41f6eaa2075c11cf443e120d7ca9ef475f)) |
| 33 | +* **internal:** codegen related update ([3e58891](https://github.com/Finch-API/finch-api-node/commit/3e5889112e2ee7611d740f6f49e446237b3943f1)) |
| 34 | +* **internal:** codegen related update ([3bfe2a9](https://github.com/Finch-API/finch-api-node/commit/3bfe2a9da054ac96126af1249f912ae3d99db5ee)) |
| 35 | +* **internal:** upgrade eslint ([fff86d7](https://github.com/Finch-API/finch-api-node/commit/fff86d7950b285eced94190bad064a19ca18a060)) |
| 36 | +* mcp code tool explicit error message when missing a run function ([481c0e0](https://github.com/Finch-API/finch-api-node/commit/481c0e0d64a750bfa7c76dc7ec98952f69a810ad)) |
| 37 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([b0c65f8](https://github.com/Finch-API/finch-api-node/commit/b0c65f883c392efe7a0ca54b8d2efaee2b294424)) |
| 38 | +* **mcp:** add line numbers to code tool errors ([86f6a80](https://github.com/Finch-API/finch-api-node/commit/86f6a8094776102da2942044bdae30462bb448e2)) |
| 39 | +* **mcp:** clarify http auth error ([6d1bde4](https://github.com/Finch-API/finch-api-node/commit/6d1bde4fb083ef946a6ea10b78ac140f4c4cbfc4)) |
| 40 | +* **mcp:** upgrade jq-web ([f3838d3](https://github.com/Finch-API/finch-api-node/commit/f3838d39089edef3c7a725a8b396ac5b4840712a)) |
| 41 | +* sync repo ([aa23914](https://github.com/Finch-API/finch-api-node/commit/aa23914ce87902aceccf3643a8b2b20934f9a89d)) |
| 42 | + |
| 43 | + |
| 44 | +### Documentation |
| 45 | + |
| 46 | +* **mcp:** add a README button for one-click add to Cursor ([8a72011](https://github.com/Finch-API/finch-api-node/commit/8a72011ac867bde38086b3a761d6b90517bc076f)) |
| 47 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([9212d0d](https://github.com/Finch-API/finch-api-node/commit/9212d0dacfc80c05101e310109d2235e28a46153)) |
| 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