-
Notifications
You must be signed in to change notification settings - Fork 0
release: 0.4.0 #152
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
Open
stainless-app
wants to merge
165
commits into
main
Choose a base branch
from
release-please--branches--main--changes--next
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
release: 0.4.0 #152
stainless-app
wants to merge
165
commits into
main
from
release-please--branches--main--changes--next
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
Running the formatter through Spotless is slow because Spotless synchronously runs the formatter on each file. Running the formatter directly parallelizes the formatting across cores.
a109aec to
9160c4d
Compare
fix(client): ensure single timer is created per client
9160c4d to
3a80119
Compare
3a80119 to
6841105
Compare
6841105 to
b736217
Compare
b736217 to
4a6a1bb
Compare
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.4.0 (2025-12-03)
Full Changelog: v0.3.0...v0.4.0
⚠ BREAKING CHANGES
AutoPagerclass on a specific*Pageor*PageAsynctype, then you should instead reference the sharedAutoPagerandAutoPagerAsynctypes, under thecorepackagegetNextPageorgetNextPageParams:nextPage()andnextPageParams()hasNextPage()before calling these, since they will throw if it's impossible to get another page)exception.error()._additionalProperties(), which would returnMap<String, JsonValue>. Now you would access this viaexception.body(), which returnsJsonValue. You should no longer assume that the returned error JSON is an object. You can check viaexception.body().asObject().contentTypeandfilenameas positional parameters after the main argument now no longer do. To set a customcontentTypeorfilename, passMultipartField, which can be constructed viaMultipartField.builder(). 2. It's unlikely you were referencing it, butMultipartFormValueis now calledMultipartFieldif you were.Features
InputStreamandPathfor file params (#102) (d68c4ee){QueryParams,Headers}#put(String, JsonValue)methods (430e2f3)withOptionsmethod (0599455)Bug Fixes
validate()during deserialization if we don't have to (#140) (4819d56)withOptionsusage when original is gc'd (f34eb56)getPackageVersionimpl (c901eb6)listresponse variables (#142) (a82733e)Performance Improvements
HttpResponseFor(#147) (be273d1)Chores
actions/setup-javato v4 (ae504a3).kotlinto.gitignore(#105) (3a73e2e)_headers()(#127) (37a409a)ErrorHandlingTest(#96) (4ca424c)-Xbackend-threads=0option (0ea5d66)[...]in[@see](https://github.com/see)(8199199)assertNotNullcalls (1c4b313)Builder().from(...)totoBuilder()(#139) (824e27f)Documentation
buildmethod comments (#125) (54c75b9)JsonFieldclasses (#148) (a53cd38)JsonValueconstruction in readme (#109) (11b3017)builderjavadoc (#101) (fac37c4)$for better copy-pasteabality (9fbdb0d)Refactors
ClientOptionsTestchange (151c8eb)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