-
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: 4.0.0 #278
Merged
stainless-app
merged 23 commits into
main
from
release-please--branches--main--changes--next
Jan 14, 2025
Merged
release: 4.0.0 #278
stainless-app
merged 23 commits into
main
from
release-please--branches--main--changes--next
Jan 14, 2025
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
December 19, 2024 02:26
6cf1a0d
to
e394ff2
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
December 19, 2024 02:41
ed73c00
to
95e1838
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
December 19, 2024 05:42
005347d
to
cd4f196
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
December 19, 2024 19:12
d1e2a6c
to
5aaf526
Compare
…283) feat(client): add methods for removing additional properties chore(internal): remove unnecessary validation methods 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
January 2, 2025 20:29
a9d269c
to
5c1fcfc
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 2, 2025 20:30
e07007c
to
5c1fcfc
Compare
… and add missing docs (#287)
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 3, 2025 18:10
c782a9d
to
c3037e7
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 3, 2025 19:14
cc69bce
to
b48841f
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 6, 2025 18:53
065e79b
to
6fa11e4
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 6, 2025 19:19
8d70e76
to
f3181b5
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 7, 2025 20:44
73fe4eb
to
3a4a79e
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
f7dadf5
to
9d38e5a
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 7, 2025 22:13
ea8781d
to
b1bda99
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 8, 2025 15:40
a2faaba
to
80c3e41
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 8, 2025 16:30
2773cfd
to
9167c5d
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 9, 2025 04:14
60060be
to
d620edf
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
77a97c9
to
a2910af
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 13, 2025 19:17
8be2535
to
ab6f389
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 13, 2025 20:37
01b9dc4
to
0b641f2
Compare
stainless-app
bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
January 14, 2025 02:52
274c170
to
aba017d
Compare
chen-annie
approved these changes
Jan 14, 2025
stainless-app
bot
deleted the
release-please--branches--main--changes--next
branch
January 14, 2025 19:23
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
(#283)Features
JsonField
of body params (9d38e5a)Bug Fixes
validate()
calls (#297) (a2910af)JsonField
containing list type to mutable in builder (9d38e5a)Chores
checkRequired
function (#300) (aba017d)validate
methods (a2910af)Documentation
Styles
Refactors
QueryParams
(#283) (b032c4e)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