|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-01) |
| 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 ([cf62555](https://github.com/Finch-API/finch-api-node/commit/cf62555cfe658776908f92ff59224f90974eed74)) |
| 10 | +* **api:** api update ([67a07cf](https://github.com/Finch-API/finch-api-node/commit/67a07cf2005775f8883e0700a23248a882895fc7)) |
| 11 | +* **api:** api update ([3c58df2](https://github.com/Finch-API/finch-api-node/commit/3c58df2bdfd3606ed64b18213d41c445e2b1daa8)) |
| 12 | +* **api:** manual updates ([a3b4397](https://github.com/Finch-API/finch-api-node/commit/a3b4397bba92036a7712b86d0f9a135fcd49e2c5)) |
| 13 | +* **api:** move node to typescript generator ([6be7794](https://github.com/Finch-API/finch-api-node/commit/6be77947cfa07d95b525d512ee35d70381ad0522)) |
| 14 | +* **api:** update automated code reviewer selection ([caa4486](https://github.com/Finch-API/finch-api-node/commit/caa4486977bfbd786896cc86d217522779907ec2)) |
| 15 | +* **mcp:** add detail field to docs search tool ([62d8cd8](https://github.com/Finch-API/finch-api-node/commit/62d8cd81e2cbe9c611364df3711940a5ca391bbf)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([843d205](https://github.com/Finch-API/finch-api-node/commit/843d205bf57ee90881f21c9ae7823e3b9c3ec456)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* **api:** migrate custom code to TypeScript ([2d9befa](https://github.com/Finch-API/finch-api-node/commit/2d9befaa321dc4d11dc87987f3c5a2dd3980532c)) |
| 22 | +* **api:** resolve build issues ([89c69aa](https://github.com/Finch-API/finch-api-node/commit/89c69aa63d7fbf3bfe9250a42e146ff30129432d)) |
| 23 | +* **java:** Resolve name collisions ([a06045f](https://github.com/Finch-API/finch-api-node/commit/a06045fb878a2df58a33dd4d60c2895812be281b)) |
| 24 | +* **mcp:** return tool execution error on jq failure ([e0a02ca](https://github.com/Finch-API/finch-api-node/commit/e0a02ca31ea516240545055bdb46037f85188e0c)) |
| 25 | +* **tests:** fix tests ([eab7a71](https://github.com/Finch-API/finch-api-node/commit/eab7a71cc50573dc97c3875275f400efa5bd6043)) |
| 26 | + |
| 27 | + |
| 28 | +### Chores |
| 29 | + |
| 30 | +* **client:** fix logger property type ([9ed0250](https://github.com/Finch-API/finch-api-node/commit/9ed025073104a7045b2b8c485f5129e14ab304b4)) |
| 31 | +* **internal:** codegen related update ([600d51d](https://github.com/Finch-API/finch-api-node/commit/600d51dda35a1500b153090001025a0cd1c93d4e)) |
| 32 | +* **internal:** codegen related update ([bed23fb](https://github.com/Finch-API/finch-api-node/commit/bed23fb76eac21fa3bce33d8a5070be61231b308)) |
| 33 | +* mcp code tool explicit error message when missing a run function ([f076596](https://github.com/Finch-API/finch-api-node/commit/f0765965414b26bf136a63c7c203ac12222ed2c5)) |
| 34 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([59dce87](https://github.com/Finch-API/finch-api-node/commit/59dce87e7e2cb0df981d2e5cd59457e203c588e4)) |
| 35 | +* **mcp:** add line numbers to code tool errors ([5484b81](https://github.com/Finch-API/finch-api-node/commit/5484b81ed69cd21973315479d05dd26fe560bb5b)) |
| 36 | +* **mcp:** clarify http auth error ([8840829](https://github.com/Finch-API/finch-api-node/commit/8840829abddfd3552e38dc2dcae4a64eca605db5)) |
| 37 | +* **mcp:** upgrade jq-web ([977273b](https://github.com/Finch-API/finch-api-node/commit/977273b741cfef2fa1251dd05d6a0db643ef45eb)) |
| 38 | +* sync repo ([eb60071](https://github.com/Finch-API/finch-api-node/commit/eb60071a373cf76445335cd5508908f5d4baa428)) |
| 39 | + |
| 40 | + |
| 41 | +### Documentation |
| 42 | + |
| 43 | +* **mcp:** add a README button for one-click add to Cursor ([03a635c](https://github.com/Finch-API/finch-api-node/commit/03a635c7c95aa466a26ba6f6000cc441af35fa48)) |
| 44 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([1a5fc40](https://github.com/Finch-API/finch-api-node/commit/1a5fc409f2e95d7c2754ba75cde16b88bc4498cb)) |
| 45 | + |
3 | 46 | ## 6.38.0 (2025-10-27) |
4 | 47 |
|
5 | 48 | 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