lending: release v11.0.2 (in-house codegen) - #657
lending: release v11.0.2 (in-house codegen)#657codat-sdk-generator[bot] wants to merge 1 commit into
Conversation
|
I got Claude to run an analysis on every single of of the changes and see if there were any unexpected or breaking changes: Claude's analysis What I checked, deletion by deletion:
Two judgement calls worth a second look, neither strictly breaking:
The known residual: codat_lending.utils shrinks from ~48 exported names to 3, so anyone importing Speakeasy internals like unmarshal_json or parse_datetime from it would break. That's the bar the project set (internals aren't supported surface, and the drop-in comparator that ran green in the linked run enforces the supported surface), so it's accepted rather than unexpected. The ris of this is low though, because No consumer imports the internals. Across the codat-internal org, the only repo touching codat_lending besides sdk-codegen is supporttooling, and its one SDK-using script imports codat_platform's top-level class and models.shared only (the codat-lending entry in its lockfile has no matching import). A GitHub-wide search for codat_lending.utils, codat_lending.basesdk and codat_lending.sdkconfiguration finds nothing outside the SDK repo itself; the public codat-docs snippets use top-level imports only. |
1bfa73a to
6804456
Compare
Regenerated by generate-and-pr run 31175452062 (https://github.com/codat-internal/sdk-codegen/actions/runs/31175452062) from codat-internal/sdk-codegen @ b5f2513. Version 11.0.1 -> 11.0.2, stamped in packaging and RELEASES.md. All blocking gates ran green in the linked run. Merging this PR is the release trigger.