-
Notifications
You must be signed in to change notification settings - Fork 0
release: 0.79.0 #504
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
stainless-app
merged 16 commits into
main
from
release-please--branches--main--changes--next
Mar 7, 2025
Merged
release: 0.79.0 #504
stainless-app
merged 16 commits into
main
from
release-please--branches--main--changes--next
Mar 7, 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
chore(internal): improve sync service tests docs: readme parameter tweaks
fd10019 to
bab2b10
Compare
7a23d20 to
0182c4b
Compare
d5427fe to
ecf5050
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.
62f72a7 to
17f97db
Compare
5d0f931 to
17f97db
Compare
483f9f3 to
112fd32
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.
… Holder endpoint (#514) - Changes to Update Account Holder Endpoint: https://docs.lithic.com/changelog/editing-account-holder-updates - New Settlement API Endpoints: https://docs.lithic.com/changelog/february-25-2025
88136bd to
fa8d950
Compare
b5bf73b to
de0b778
Compare
bd4fa4c to
9242559
Compare
ec4bebc to
a726256
Compare
Contributor
Author
|
🤖 Release is at https://github.com/lithic-com/lithic-java/releases/tag/v0.79.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
0.79.0 (2025-03-06)
Full Changelog: v0.78.0...v0.79.0
⚠ BREAKING CHANGES
Features
InputStreamandPathfor file params (#519) (de0b778)Bug Fixes
Chores
Optional, not nullable, fromClientOptions(#517) (fa8d950)ErrorHandlingTest(#509) (ecf5050)ServiceParamsTest(#507) (bab2b10)Documentation
builderjavadoc (#516) (7279322)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