You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# Changelog
2
2
3
+
## 7.6.0 (2025-09-18)
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 ([11e8385](https://github.com/Finch-API/finch-api-java/commit/11e83851d62b489718c81440b16734def25c07bf))
10
+
***api:** api update ([ff49b09](https://github.com/Finch-API/finch-api-java/commit/ff49b09be8b1d99fd939600a128c733a45586417))
11
+
***api:** api update ([0f28b13](https://github.com/Finch-API/finch-api-java/commit/0f28b13c3cbb994557ed019c2020939a7e0476e1))
12
+
***api:** make client id, client secret optional again ([6119020](https://github.com/Finch-API/finch-api-java/commit/61190204ca49d06cfd445baa0792b29d2a41d738))
13
+
***client:** add convenience overloads for some methods ([ac75f13](https://github.com/Finch-API/finch-api-java/commit/ac75f134bce62861ce3d2c9d9a8dc91bc16e8b83))
14
+
15
+
16
+
### Bug Fixes
17
+
18
+
***ci:** use java-version 21 for publish step ([7d2e9d7](https://github.com/Finch-API/finch-api-java/commit/7d2e9d77738fef412fc7606230877cdb3befca7f))
***internal:** codegen related update ([e87c1f4](https://github.com/Finch-API/finch-api-java/commit/e87c1f421dd2e0f4805187b928a2ae54b963535b))
29
+
***internal:** codegen related update ([4f33876](https://github.com/Finch-API/finch-api-java/commit/4f3387637ddad2287835d764441a75e1a42ac216))
30
+
* remove memory upper bound from publishing step ([c1d1685](https://github.com/Finch-API/finch-api-java/commit/c1d16852bef0a7a7177e3619cce87d754f391edc))
31
+
3
32
## 7.5.2 (2025-08-20)
4
33
5
34
Full Changelog: [v7.5.1...v7.5.2](https://github.com/Finch-API/finch-api-java/compare/v7.5.1...v7.5.2)
@@ -15,7 +15,7 @@ It is generated with [Stainless](https://www.stainless.com/).
15
15
16
16
<!-- x-release-please-start-version -->
17
17
18
-
The REST API documentation can be found on [developer.tryfinch.com](https://developer.tryfinch.com/). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.tryfinch.api/finch-java/7.5.2).
18
+
The REST API documentation can be found on [developer.tryfinch.com](https://developer.tryfinch.com/). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.tryfinch.api/finch-java/7.6.0).
19
19
20
20
<!-- x-release-please-end -->
21
21
@@ -26,7 +26,7 @@ The REST API documentation can be found on [developer.tryfinch.com](https://deve
0 commit comments