sync-for-expenses: release v8.0.0 (in-house codegen) - #682
Open
codat-sdk-generator[bot] wants to merge 8 commits into
Open
sync-for-expenses: release v8.0.0 (in-house codegen)#682codat-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/sync-for-expenses
branch
2 times, most recently
from
August 24, 2026 15:24
3e29ac2 to
edbc396
Compare
…ersion 7.1.1 -> 7.1.2
codat-sdk-generator
Bot
force-pushed
the
generate/sync-for-expenses
branch
from
August 25, 2026 08:41
c7f8c22 to
9c0f86f
Compare
…ide the existing version entry
- sync-for-expenses/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
…elease notes - sync-for-expenses/RELEASES.md - say that the status code, content type and body moved off the message onto their own properties
…e this release breaks consumers - package.json - version 7.1.2 -> 8.0.0 - RELEASES.md - the 2026-08-25 entry records v8.0.0 and its npm URL
…e README - sync-for-expenses/README.md - removed the "Library generated by Speakeasy" footer and the unused Speakeasy section placeholder comment
- sync-for-expenses/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
- sync-for-expenses/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/sync-for-expenses. Version 7.1.1 -> 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
sync-for-expenses/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.