-
Notifications
You must be signed in to change notification settings - Fork 2
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
release: 5.0.0 #322
Open
stainless-app
wants to merge
12
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: 5.0.0 #322
stainless-app
wants to merge
12
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
# Migration Some of the `ExternalAccountVerifyResponse` and `PaymentOrder. UltimateOriginatingAccount` classes' method names have been shortened. To migrate, replace usages of the long method names with the shorter ones. For example: - `ExternalAccountVerifyResponse.ofExternalAccountVerificationAttempt(...)` becomes `ExternalAccountVerifyResponse.ofVerificationAttempt(...)` - `response.isExternalAccountVerificationAttempt()` becomes `response.isVerificationAttempt()` - `UltimateOriginatingAccount.ofVirtualAccount(...)` becomes `UltimateOriginatingAccount.ofVirtual(...)` - `account.isVirtualAccount()` becomes `account.isVirtual()` - etc.
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 24, 2025 16:18
acd2f52
to
92d26c3
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 24, 2025 16:18
e4cf74d
to
92d26c3
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 24, 2025 23:38
0206448
to
120f5ce
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 26, 2025 15:34
7f63bdf
to
b1982e9
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 26, 2025 15:50
99d3677
to
2f65e9c
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 26, 2025 16:17
2e30adc
to
fae2ea1
Compare
chore(internal): remove some unnecessary `constructor` keywords
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 26, 2025 17:23
b892759
to
98d1aca
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 27, 2025 17:53
aebc614
to
42142b6
Compare
refactor(internal): extract request preparation logic
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 29, 2025 00:18
517c058
to
fc644d5
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 29, 2025 20:35
b19f238
to
ae3e2dd
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 29, 2025 23:49
11b8fe6
to
e949ff8
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
5.0.0 (2025-01-29)
Full Changelog: v4.0.1...v5.0.0
⚠ BREAKING CHANGES
Features
_queryParams
and_headers
methods (#330) (fc644d5)close
method (#325) (b1982e9)Bug Fixes
Chores
RetryingHttpClientTest
(#331) (ae3e2dd)constructor
keywords (98d1aca)checkNotNull
tocheckRequired
(#321) (a5cacf6)Documentation
async
andsync
method comments (#327) (fae2ea1)Refactors
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