-
Notifications
You must be signed in to change notification settings - Fork 0
release: 0.1.0-alpha.2 #7
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
base: main
Are you sure you want to change the base?
release: 0.1.0-alpha.2 #7
Conversation
820b9d7
to
6f0badd
Compare
836b7df
to
2ae5480
Compare
5213d6f
to
5defe92
Compare
9f61529
to
7ccb4d3
Compare
74dc54f
to
2a5357d
Compare
0255361
to
fd94704
Compare
6ff69db
to
ab26343
Compare
a7a4d57
to
1efcda4
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
38f0c62
to
add1c8a
Compare
7d062bc
to
167918e
Compare
b1c92a2
to
bbc39ef
Compare
docs: document how to forcibly omit required field
180a964
to
a94c832
Compare
61ac4ed
to
2d2bd1d
Compare
b29072b
to
be2f2ee
Compare
chore(internal): use `byteInputStream()` in tests
0904e11
to
e5754dc
Compare
95eb6d9
to
61663b1
Compare
28f09a0
to
1d40e48
Compare
6a8f901
to
5f84351
Compare
7005475
to
9944163
Compare
refactor(client)!: rename `getNextPage{,Params}` to `nextPage{,Params}` refactor(client)!: swap `nextPage{,Params}` to return non-nullable # Migration - If you were referencing the `AutoPager` class on a specific `*Page` or `*PageAsync` type, then you should instead reference the shared `AutoPager` and `AutoPagerAsync` types, under the `core` package - If you were referencing `getNextPage` or `getNextPageParams`: - Swap to `nextPage()` and `nextPageParams()` - Note that these both now return non-nullable types (use `hasNextPage()` before calling these, since they will throw if it's impossible to get another page) There are examples and further information about pagination in the readme.
0613ab9
to
a7c40cc
Compare
976976a
to
38eb7af
Compare
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. |
2303b63
to
d0143ba
Compare
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. |
454ebc3
to
4a221fc
Compare
4a221fc
to
e63b891
Compare
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. |
Automated Release PR
0.1.0-alpha.2 (2025-09-06)
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2
⚠ BREAKING CHANGES
AutoPager
class on a specific*Page
or*PageAsync
type, then you should instead reference the sharedAutoPager
andAutoPagerAsync
types, under thecore
packagegetNextPage
orgetNextPageParams
: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 (#9) (fd94704)list
response variables (#11) (1efcda4)Performance Improvements
HttpResponseFor
(#16) (63e4662)Chores
-Xbackend-threads=0
option (5f84351)byteInputStream()
in tests (e5754dc)Documentation
JsonField
classes (#17) (fd38694)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