-
Notifications
You must be signed in to change notification settings - Fork 1
release: 5.0.0 #468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jordanbrauer
merged 65 commits into
main
from
release-please--branches--main--changes--next
Apr 8, 2025
Merged
release: 5.0.0 #468
jordanbrauer
merged 65 commits into
main
from
release-please--branches--main--changes--next
Apr 8, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7fa52b7 to
a308954
Compare
Note that previously the `timeout(Duration)` method on the client and `RequestOptions` corresponded to connect, read, write, and request timeout. Now it only corresponds to the request timeout. Use the new `timeout(Timeout)` method to configure other timeout values granularly.
e43c51a to
4d3b414
Compare
77163b8 to
4d3b414
Compare
chore(internal): move `HttpRequestBodies` file chore(internal): extract function for checking for lists in json fields # Migration 1. Builder methods that used to take `contentType` and `filename` as positional parameters after the main argument now no longer do. To set a custom `contentType` or `filename`, pass `MultipartField`, which can be constructed via `MultipartField.builder()`. 2. It's unlikely you were referencing it, but `MultipartFormValue` is now called `MultipartField` if you were.
9c55026 to
fc827bc
Compare
71aff31 to
fc827bc
Compare
cf8241b to
8af9db0
Compare
57c5312 to
141a057
Compare
b80c1c9 to
1bd0c25
Compare
db6948a to
c7265b7
Compare
d6b2ffd to
842bb3f
Compare
dcb20c8 to
1b97fe6
Compare
60dbc14 to
16616bf
Compare
c8ac112 to
1ab19a3
Compare
b0fb354 to
70033bd
Compare
…529) docs: add comments to `JsonField` classes
docs: document how to forcibly omit required field
9bb44d2 to
ecf62d0
Compare
4b5ff3e to
775392d
Compare
8885537 to
3ccd785
Compare
jordanbrauer
approved these changes
Apr 8, 2025
Contributor
Author
|
🤖 Release is at https://github.com/Finch-API/finch-api-java/releases/tag/v5.0.0 🌻 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automated Release PR
5.0.0 (2025-04-08)
Full Changelog: v4.2.0...v5.0.0
⚠ BREAKING CHANGES
Features
InputStreamandPathfor file params (#479) (721cd2c)Bug Fixes
validate()during deserialization if we don't have to (#516) (e988e9d)Optional<T>instead ofOptional<? extends T>(#529) (8b601dc)listresponse variables (#519) (17c4e8f)Performance Improvements
HttpResponseFor(#525) (16616bf)Chores
Optional, not nullable, fromClientOptions(#476) (fc827bc).kotlinto.gitignore(#483) (473058a)JvmOverloadsin interfaces (0d38744)assertNotNullcalls (f0417a8)getPathParam(#499) (d1b1bd2)getNullabletogetOptional(#528) (70033bd)getOrNullinstead oforElse(null)(#484) (9c0806b)Documentation
buildmethod comments (#497) (d199989)JsonFieldclasses (8b601dc)JsonValueconstruction in readme (#487) (e790ad5)builderjavadoc (#475) (2d0c4c8)This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions