Remove the stale Speakeasy footer from the released SDK READMEs - #685
Closed
mcollinscodat wants to merge 1 commit into
Closed
Remove the stale Speakeasy footer from the released SDK READMEs#685mcollinscodat wants to merge 1 commit into
mcollinscodat wants to merge 1 commit into
Conversation
…asy footer from the five released SDK READMEs - bank-feeds/README.md - removed the "Library generated by Speakeasy" footer and the unused Speakeasy section placeholder comment - lending/README.md - removed the "Library generated by Speakeasy" footer and the unused Speakeasy section placeholder comment - platform/README.md - removed the "Library generated by Speakeasy" footer and the unused Speakeasy section placeholder comment - sync-for-expenses/README.md - removed the "Library generated by Speakeasy" footer and the unused Speakeasy section placeholder comment - sync-for-payables/README.md - removed the "Library generated by Speakeasy" footer line and the unused Speakeasy section placeholder comment
Contributor
Author
mcollinscodat
deleted the
CONN-1453-remove-stale-speakeasy-readme-footer
branch
August 26, 2026 08:34
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.
Summary
Every one of our released TypeScript SDKs still signed off its README with "Library generated by [Speakeasy]", which stopped being true when these packages moved to Codat's own code generator. Someone reading the bank-feeds README today gets told the library was built by a tool we no longer use, and pointed at that tool's docs site for help.
Changes
<!-- Placeholder for Future Speakeasy SDK Sections -->comment from the same five files. It was an injection point for the old generator and nothing writes to it now.These READMEs are hand-maintained rather than generated, so a future regeneration will not put the footer back.
Verification
Diff is deletions only across the five files, with the existing CRLF line endings and the sync-for-payables byte-order mark preserved. No build or test references these blocks.