-
Notifications
You must be signed in to change notification settings - Fork 1
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: 3.0.0 #247
Merged
stainless-app
merged 16 commits into
main
from
release-please--branches--main--changes--next
Nov 15, 2024
Merged
release: 3.0.0 #247
stainless-app
merged 16 commits into
main
from
release-please--branches--main--changes--next
Nov 15, 2024
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
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
October 30, 2024 18:51
f2d8efc
to
f285344
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
October 30, 2024 21:21
903c287
to
345de16
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
October 31, 2024 19:12
5fc5ab2
to
36f41da
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
November 1, 2024 13:58
96babf6
to
43a21da
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
November 1, 2024 14:09
0b51d20
to
9ae3cb0
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
November 1, 2024 19:16
fdf111f
to
601fe61
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
November 1, 2024 22:25
b3ec6b0
to
ad29c09
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
November 4, 2024 21:08
f7b697f
to
3d636ab
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
November 4, 2024 21:52
2b2fffb
to
9f958bf
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
November 5, 2024 16:38
8315051
to
1b773c6
Compare
# Migration - Methods that return headers or query params (e.g. headers from exception classes) previously returned `ListMultimap`, but now return custom `Headers` and `QueryParams` types, respectively, instead. If you were referencing `ListMultimap`, then update the referenced types and the referenced methods, which are almost identical in name, but have some differences - Methods that accept individual headers and query params are unchanged. However, they now have additional overloads for passing the new custom `Headers` and `QueryParams` types
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
November 7, 2024 01:47
6b92e75
to
f004588
Compare
feat(client): additional builder setters for error class
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
November 7, 2024 01:51
99d3fcb
to
c031a23
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
November 11, 2024 22:30
f9a0a35
to
e3077fc
Compare
samridh90
approved these changes
Nov 15, 2024
stainless-app
bot
deleted the
release-please--branches--main--changes--next
branch
November 15, 2024 18:05
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
3.0.0 (2024-11-11)
Full Changelog: v2.22.0...v3.0.0
⚠ BREAKING CHANGES
Features
Headers
class (#253) (9ae3cb0)QueryParams
class (#254) (601fe61)Bug Fixes
toBuilder
not copying fields (#262) (c031a23)Performance Improvements
Styles
getOrThrow
terse and consistent (#248) (f285344)Refactors
MoreExecutors
usage (#250) (345de16)ClientOptions
(#252) (43a21da)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