-
Notifications
You must be signed in to change notification settings - Fork 0
release: 0.1.0-alpha.3 #10
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
70
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.1.0-alpha.3 #10
stainless-app
wants to merge
70
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
9aa0fba to
de98db1
Compare
dff6300 to
e5af84a
Compare
933bdad to
a476286
Compare
d0905a6 to
a7a0b4a
Compare
feat(client): add enum validation method chore(client): remove unnecessary json state from some query param classes chore(internal): add json roundtripping tests chore(internal): add invalid json deserialization tests
09c9fdd to
ebf7b97
Compare
d59da58 to
d1cf89d
Compare
997468c to
69c2c6c
Compare
…19) docs: add comments to `JsonField` classes
docs: document how to forcibly omit required field
e0c853f to
f78cf68
Compare
f03f2a3 to
7b40d13
Compare
84ceb0e to
1eddeb1
Compare
4f752a2 to
21f5b79
Compare
b8867dd to
c8a88d7
Compare
2720225 to
07f269c
Compare
07f269c to
a8bf88f
Compare
a8bf88f to
059ae3b
Compare
059ae3b to
ad59fc5
Compare
ad59fc5 to
4ba6df2
Compare
Contributor
Author
|
Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen. |
4ba6df2 to
1413fe5
Compare
1413fe5 to
359faa1
Compare
359faa1 to
91fd326
Compare
91fd326 to
de30fc2
Compare
de30fc2 to
d7f201d
Compare
d7f201d to
4d29d0c
Compare
4d29d0c to
270f3ab
Compare
270f3ab to
90bdbcf
Compare
90bdbcf to
ba8e0a7
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.1.0-alpha.3 (2026-01-25)
Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3
⚠ BREAKING CHANGES
AutoPagerclass on a specific*Pageor*PageAsynctype, then you should instead reference the sharedAutoPagerandAutoPagerAsynctypes, under thecorepackageAutoPagerAsyncnow has different usage. You can call.subscribe(...)on the returned object instead to get called back each page item. You can also callonCompleteFuture()to get a future that completes when all items have been processed. Finally, you can call.close()on the returned object to stop auto-paginating earlygetNextPageorgetNextPageParams:nextPage()andnextPageParams()hasNextPage()before calling these, since they will throw if it's impossible to get another page)Features
Bug Fixes
validate()during deserialization if we don't have to (#11) (e5af84a)Optional<T>instead ofOptional<? extends T>(#19) (becb670)listresponse variables (#13) (a7a0b4a)Performance Improvements
HttpResponseFor(#17) (91c37b1)Chores
-Xbackend-threads=0option (2548d25)getNullabletogetOptional(#18) (b4a0c8b)byteInputStream()in tests (afd652a)Documentation
JsonFieldclasses (becb670)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