-
Notifications
You must be signed in to change notification settings - Fork 0
release: 0.82.0 #551
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
Merged
stainless-app
merged 16 commits into
main
from
release-please--branches--main--changes--next
Mar 27, 2025
Merged
release: 0.82.0 #551
stainless-app
merged 16 commits into
main
from
release-please--branches--main--changes--next
Mar 27, 2025
Conversation
This file contains hidden or 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
a0f569c to
872c032
Compare
# Migration Previously you would access error JSON on an exception via `exception.error()._additionalProperties()`, which would return `Map<String, JsonValue>`. Now you would access this via `exception.body()`, which returns `JsonValue`. You should no longer assume that the returned error JSON is an object. You can check via `exception.body().asObject()`.
2847f2d to
43441d9
Compare
73a9a1e to
43441d9
Compare
chore(internal): make multipart assertions more robust chore(internal): remove unnecessary `assertNotNull` calls
6035269 to
de6247c
Compare
069c06d to
ee172e8
Compare
ac007b9 to
2750ce7
Compare
9633364 to
4621a20
Compare
c293188 to
d3d2402
Compare
feat(client): throw on incompatible jackson version
50fd78f to
824e02d
Compare
…count State schema (#560) - Adds new attribute targets to Conditional Block Parameters: PIN_ENTERED, PIN_STATUS, WALLET_TYPE, CARD_TRANSACTION_COUNT_15M - Adds Financial Account State details to Account Standing schema
f9f014c to
013733b
Compare
243a0d3 to
07976b9
Compare
7698033 to
bc35d5f
Compare
fix(client): map deserialization bug
4aa7350 to
ff7984e
Compare
3d0f1f3 to
93c789c
Compare
965bcac to
dbbf4c7
Compare
Contributor
Author
|
🤖 Release is at https://github.com/lithic-com/lithic-java/releases/tag/v0.82.0 🌻 |
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
0.82.0 (2025-03-27)
Full Changelog: v0.81.0...v0.82.0
⚠ BREAKING CHANGES
_3dsVersiontothreeDSVersion(#562)Features
Bug Fixes
Chores
_3dsVersiontothreeDSVersion(#562) (bc35d5f)assertNotNullcalls (de6247c)Builder().from(...)totoBuilder()(#564) (93c789c)Documentation
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