-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
release: 0.1.0-alpha.12 #83
Open
stainless-app
wants to merge
33
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.12 #83
stainless-app
wants to merge
33
commits into
main
from
release-please--branches--main--changes--next
Conversation
This file contains 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): remove some unnecessary `constructor` keywords
ebcdad7
to
9eba32c
Compare
21b351c
to
54e8c73
Compare
e2d2097
to
687dd63
Compare
0aef5fc
to
3d4d199
Compare
a278d65
to
e6da0bf
Compare
30df149
to
301bc32
Compare
chore(internal): reorder some params methodsc chore(internal): delete duplicate tests chore(internal): refactor some test assertions
3196de6
to
ece3d6d
Compare
chore(internal): generate more tests
01fae11
to
db068dc
Compare
060f0d5
to
f2b112b
Compare
eedaf95
to
b928602
Compare
9dd9fcc
to
722165b
Compare
# Migration Previously you would access error JSON on an exception via `exception.error()._additionalProperties()`, which would return `Map<String, JsonValue>`. Now you would access this via `exception.body()`, which returns `JsonValue`. You should no longer assume that the returned error JSON is an object. You can check via `exception.body().asObject()`.
d351406
to
d1ee889
Compare
chore(internal): make multipart assertions more robust chore(internal): remove unnecessary `assertNotNull` calls
934e0c1
to
ac5dc3b
Compare
55ffa59
to
5c782e5
Compare
a87cea5
to
4852f0f
Compare
537cb46
to
7eafb98
Compare
f1aa632
to
dd9ea15
Compare
# for free
to join this conversation on GitHub.
Already have an account?
# 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.12 (2025-03-22)
Full Changelog: v0.1.0-alpha.11...v0.1.0-alpha.12
⚠ BREAKING CHANGES
Features
close
method (207ba78)Bug Fixes
Chores
ErrorHandlingTest
(2fca9f1)constructor
keywords (882eb61)assertNotNull
calls (ac5dc3b)getPathParam
(#88) (ece3d6d)Documentation
async
andsync
method comments (0083c41)build
method comments (#86) (e6da0bf)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