-
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: 4.0.0 #288
Open
stainless-app
wants to merge
23
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: 4.0.0 #288
stainless-app
wants to merge
23
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
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
2 times, most recently
from
December 19, 2024 17:40
0a246d2
to
592ed0b
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
December 19, 2024 18:03
9db0de8
to
e736e61
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
December 19, 2024 19:50
ba13968
to
028e31e
Compare
…293) feat(client): add methods for removing additional properties chore(internal): remove unnecessary validation methods chore(internal): swap params body getters to use optionals chore(internal): remove unnecessary nullable annotations style(internal): minor changes to code ordering and syntax # Migration If you were accessing `_additionalProperties()` on a query params object, then previously it returned `Map<String, List<String>>`. Now it returns a dedicated `QueryParams` object. The `QueryParams` class is better suited for mapping a key to multiple values and has similar methods to `Map`.
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
December 20, 2024 20:05
a3ae1a8
to
15ccd7f
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
December 20, 2024 20:05
94daaa6
to
15ccd7f
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
December 20, 2024 23:03
2d7e0ba
to
e0242e2
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 2, 2025 01:46
dbd98d0
to
e129315
Compare
… and add missing docs (#296)
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 3, 2025 18:10
d8efc21
to
99b10f6
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 3, 2025 19:14
706a2de
to
503bf07
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 6, 2025 18:53
88d3646
to
c10ab38
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 6, 2025 19:19
5b6bc92
to
7754377
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 7, 2025 20:44
04ee12f
to
29e9fe1
Compare
feat(client): allow setting arbitrary JSON for top-level body params feat(client): expose getters for `JsonField` of body params fix(client): consistently throw on omitting required fields fix(client): convert `JsonField` containing list type to mutable in builder style(internal): simplify existing convenience setters on params style(internal): move headers and query params setters below others style(internal): explicitly add some method return types
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 7, 2025 21:39
5e61dd9
to
536a4cf
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 7, 2025 22:13
4a17390
to
ca111de
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 8, 2025 15:40
87387f8
to
a8e9765
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 8, 2025 16:30
2e174e0
to
4c7cecf
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 9, 2025 04:14
dd9092d
to
b13afd8
Compare
chore(internal): refactor `validate` methods
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 9, 2025 23:29
18470ba
to
214c60d
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 13, 2025 19:17
65f5bbf
to
62848d5
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 13, 2025 20:37
9f700a3
to
1d5c50a
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 14, 2025 02:52
167ddbe
to
f6d536c
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
4.0.0 (2025-01-14)
Full Changelog: v3.1.0...v4.0.0
⚠ BREAKING CHANGES
QueryParams
(#293)Features
JsonField
of body params (536a4cf)Bug Fixes
validate()
calls (#306) (214c60d)JsonField
containing list type to mutable in builder (536a4cf)Chores
checkRequired
function (#309) (f6d536c)validate
methods (214c60d)Documentation
Styles
Refactors
QueryParams
(#293) (15ccd7f)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