-
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: 6.0.0 #343
Open
stainless-app
wants to merge
20
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: 6.0.0 #343
stainless-app
wants to merge
20
commits into
main
from
release-please--branches--main--changes--next
+33,881
−11,605
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
It's causing release issues in some cases.
Note that `setup-gradle@v4` automatically runs wrapper validation.
2f02ef0
to
4477581
Compare
6093ba4
to
f041471
Compare
900e9c7
to
f041471
Compare
fdfdfa2
to
d1d4818
Compare
chore(internal): use `assertNotNull` in tests for type narrowing chore(internal): remove unnecessary non-null asserts in tests
1d6c2ac
to
46f9eac
Compare
90ad014
to
8f6e885
Compare
0ba8d60
to
fe1facc
Compare
8034c86
to
8f75bcf
Compare
3045f8a
to
2580073
Compare
chore(internal): improve sync service tests docs: readme parameter tweaks
82c9381
to
27294e4
Compare
aa89b1e
to
b942ac5
Compare
ee4b1a9
to
08fb974
Compare
f86dbbc
to
20a8d6a
Compare
899932a
to
56c91d6
Compare
chore(internal): move `HttpRequestBodies` file chore(internal): extract function for checking for lists in json fields # Migration 1. Builder methods that used to take `contentType` and `filename` as positional parameters after the main argument now no longer do. To set a custom `contentType` or `filename`, pass `MultipartField`, which can be constructed via `MultipartField.builder()`. 2. It's unlikely you were referencing it, but `MultipartFormValue` is now called `MultipartField` if you were.
2a7dd9f
to
bfcea00
Compare
96982a5
to
bfcea00
Compare
96d1f83
to
40a2d03
Compare
1d22710
to
b791899
Compare
c489fe2
to
b0b3f45
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
6.0.0 (2025-03-04)
Full Changelog: v5.0.0...v6.0.0
⚠ BREAKING CHANGES
Features
Bug Fixes
@JvmStatic
(#351) (2580073)Chores
Optional
, not nullable, fromClientOptions
(#362) (b0b3f45)ErrorHandlingTest
(#357) (20a8d6a)ServiceParamsTest
(#355) (b942ac5)assertNotNull
in tests for type narrowing (46f9eac)Documentation
builder
javadoc (#361) (b791899)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