|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.6.0 (2025-10-14) |
| 4 | + |
| 5 | +Full Changelog: [v7.5.2...v7.6.0](https://github.com/Finch-API/finch-api-java/compare/v7.5.2...v7.6.0) |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +* **api:** api update ([d068c52](https://github.com/Finch-API/finch-api-java/commit/d068c52abd37486c72d5ac9028eb933bab6aa930)) |
| 10 | +* **api:** api update ([a30971e](https://github.com/Finch-API/finch-api-java/commit/a30971ef0263584a041b26ba4c4f69ea7b976b2e)) |
| 11 | +* **api:** api update ([ad4e392](https://github.com/Finch-API/finch-api-java/commit/ad4e39250d4c3c675e7eec402176c12c6146bf8c)) |
| 12 | +* **api:** api update ([44864b7](https://github.com/Finch-API/finch-api-java/commit/44864b7f26c318600f0e7544109430a8c5112a1d)) |
| 13 | +* **api:** api update ([71bc2ee](https://github.com/Finch-API/finch-api-java/commit/71bc2eea611486a4f156f76f8a6a4f68483bb078)) |
| 14 | +* **api:** api update ([5751ee1](https://github.com/Finch-API/finch-api-java/commit/5751ee17299c6a67354b6f7e16baed691a62e560)) |
| 15 | +* **api:** api update ([11e8385](https://github.com/Finch-API/finch-api-java/commit/11e83851d62b489718c81440b16734def25c07bf)) |
| 16 | +* **api:** api update ([ff49b09](https://github.com/Finch-API/finch-api-java/commit/ff49b09be8b1d99fd939600a128c733a45586417)) |
| 17 | +* **api:** api update ([0f28b13](https://github.com/Finch-API/finch-api-java/commit/0f28b13c3cbb994557ed019c2020939a7e0476e1)) |
| 18 | +* **api:** make client id, client secret optional again ([6119020](https://github.com/Finch-API/finch-api-java/commit/61190204ca49d06cfd445baa0792b29d2a41d738)) |
| 19 | +* **client:** add convenience overloads for some methods ([ac75f13](https://github.com/Finch-API/finch-api-java/commit/ac75f134bce62861ce3d2c9d9a8dc91bc16e8b83)) |
| 20 | +* **client:** expose sleeper option ([6eb8e0f](https://github.com/Finch-API/finch-api-java/commit/6eb8e0f744b399b8a056c481b5d35850eaca0ced)) |
| 21 | + |
| 22 | + |
| 23 | +### Bug Fixes |
| 24 | + |
| 25 | +* **ci:** use java-version 21 for publish step ([7d2e9d7](https://github.com/Finch-API/finch-api-java/commit/7d2e9d77738fef412fc7606230877cdb3befca7f)) |
| 26 | +* **client:** deserialization of empty objects ([bb6d18b](https://github.com/Finch-API/finch-api-java/commit/bb6d18b4c4c47e1efea7aa7ab716f2414afb4870)) |
| 27 | +* **client:** ensure single timer is created per client ([6eb8e0f](https://github.com/Finch-API/finch-api-java/commit/6eb8e0f744b399b8a056c481b5d35850eaca0ced)) |
| 28 | +* **client:** incorrect `getPackageVersion` impl ([a7638ae](https://github.com/Finch-API/finch-api-java/commit/a7638ae702e08f124b717a78ed90a6b7347ee92c)) |
| 29 | +* fix casing issue ([a493f5f](https://github.com/Finch-API/finch-api-java/commit/a493f5f1779c5af85ea3122a3bcba407eb0b1099)) |
| 30 | +* update singularization rules ([270e376](https://github.com/Finch-API/finch-api-java/commit/270e37692dcb7314ec7ff88debd588642615533d)) |
| 31 | + |
| 32 | + |
| 33 | +### Chores |
| 34 | + |
| 35 | +* **ci:** reduce log noise ([b7eee64](https://github.com/Finch-API/finch-api-java/commit/b7eee641c7c531117813d3400955373a1268e495)) |
| 36 | +* improve formatter performance ([ebb6206](https://github.com/Finch-API/finch-api-java/commit/ebb6206eaecf268ccd3a251dc5a4159333bbe6af)) |
| 37 | +* **internal:** change some comment formatting ([235dfbc](https://github.com/Finch-API/finch-api-java/commit/235dfbc5ffb151fde9d608b7fb3db4f1d25bf0ef)) |
| 38 | +* **internal:** codegen related update ([5623e2d](https://github.com/Finch-API/finch-api-java/commit/5623e2d992fe5352d55f6ddec923e2b0239fef30)) |
| 39 | +* **internal:** codegen related update ([e87c1f4](https://github.com/Finch-API/finch-api-java/commit/e87c1f421dd2e0f4805187b928a2ae54b963535b)) |
| 40 | +* **internal:** codegen related update ([4f33876](https://github.com/Finch-API/finch-api-java/commit/4f3387637ddad2287835d764441a75e1a42ac216)) |
| 41 | +* remove memory upper bound from publishing step ([c1d1685](https://github.com/Finch-API/finch-api-java/commit/c1d16852bef0a7a7177e3619cce87d754f391edc)) |
| 42 | + |
3 | 43 | ## 7.5.2 (2025-08-20) |
4 | 44 |
|
5 | 45 | Full Changelog: [v7.5.1...v7.5.2](https://github.com/Finch-API/finch-api-java/compare/v7.5.1...v7.5.2) |
|
0 commit comments