lending: release v8.0.0 (in-house codegen) - #681
Open
codat-sdk-generator[bot] wants to merge 8 commits into
Open
lending: release v8.0.0 (in-house codegen)#681codat-sdk-generator[bot] wants to merge 8 commits into
codat-sdk-generator[bot] wants to merge 8 commits into
Conversation
codat-sdk-generator
Bot
force-pushed
the
generate/lending
branch
2 times, most recently
from
August 24, 2026 15:24
0d68b69 to
0cfbc05
Compare
codat-sdk-generator
Bot
force-pushed
the
generate/lending
branch
from
August 25, 2026 08:42
9c0ff64 to
68ece6a
Compare
…isting version entry
- lending/RELEASES.md - credit the generator without the internal repo link or commit, cut the notes down to the two breaking changes, and drop the time from the entry heading
- lending/RELEASES.md - say that the status code, content type and body moved off the message onto their own properties
…ease breaks consumers - package.json - version 7.6.1 -> 8.0.0 - RELEASES.md - the 2026-08-25 entry records v8.0.0 and its npm URL
- lending/README.md - removed the "Library generated by Speakeasy" footer and the unused Speakeasy section placeholder comment
- lending/src/lib/sdkconfig.ts - set sdkVersion and the user-agent's version to 8.0.0, the version this release publishes, instead of the OAS document version
- lending/package-lock.json - set the root version and the packages[""] version to 8.0.0, matching package.json, instead of the OAS document version
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
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.
Release v8.0.0 of
@codat/lending. Version 7.6.0 -> 8.0.0, stamped inpackage.jsonandRELEASES.md. It goes out as a major because the changes below break consumers. Merging this PR is the release trigger.The breaking changes, written up in the release notes in
lending/RELEASES.md, are as follows:exportsinpackage.jsondo.FromJSON,ToJSONandinstanceOfhelpers instead of zod.SDKError.messagenow holds the message on its own. The status code, the content type and the response body are on the error asstatusCode,contentTypeandbody.Requests and parsed responses were matched against the previous version across every operation in both the CommonJS and ES module builds.
The README no longer signs off with "Library generated by Speakeasy", which stopped being true when this package moved to Codat's own code generator.