Skip to content

chore: 🐝 Update SDK - Generate Lending library LENDING-LIBRARY 10.0.2#352

Open
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1776246510
Open

chore: 🐝 Update SDK - Generate Lending library LENDING-LIBRARY 10.0.2#352
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1776246510

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Csharp SDK Changes:

  • Codat.lending.Companies.List(): response.results[].DataConnections[].IntegrationKey Changed
  • Codat.lending.Companies.Create(): response.dataConnections[].IntegrationKey Changed
  • Codat.lending.Companies.Replace(): response.dataConnections[].IntegrationKey Changed
  • Codat.lending.Companies.Update(): response.dataConnections[].IntegrationKey Changed
  • Codat.lending.Companies.Get(): response.dataConnections[].IntegrationKey Changed
  • Codat.lending.Connections.List(): response.results[].IntegrationKey Changed
  • Codat.lending.Connections.Create(): response.integrationKey Changed
  • Codat.lending.Connections.Get(): response.integrationKey Changed
  • Codat.lending.Connections.Unlink(): response.integrationKey Changed

View full SDK changelog

OpenAPI Change Summary
└─┬Components
  └─┬Connection
    └──[-] required (81926:19)❌ 
Document Element Total Changes Breaking Changes
components 1 1

View full report

Linting Report 0 errors, 73 warnings, 54 hints

View full report

CSHARP CHANGELOG

constsAndDefaults: 0.0.3 - 2026-02-21

🐛 Bug Fixes

  • coerce type-mismatched default values instead of clearing them to prevent invalid generated code (commit by @danielkov)

constsAndDefaults: 0.0.2 - 2026-01-15

🐛 Bug Fixes

  • omit enum default when value is not in enum to prevent type errors in generated code (commit by @mfbx9da4)

core: 3.15.20 - 2026-03-10

🐝 New Features

  • Improved formatter memory allocations for faster performance when enableFormatting is enabled (commit by @bflad)

core: 3.15.19 - 2026-03-04

🐛 Bug Fixes

  • include global security in SDK Example Usage snippets and per-operation docs (commit by @mfbx9da4)

core: 3.15.18 - 2026-02-27

🐛 Bug Fixes

  • make serverURL optional when operations define their own servers (commit by @danielkov)

core: 3.15.17 - 2026-02-27

🐛 Bug Fixes

  • derive installation URL from repo URL for monorepo subdirectory support (commit by @bradcypert)

core: 3.15.15 - 2026-02-20

🐝 New Features

  • add embedded clang-format behind enableFormatting config flag (commit by @tristanspeakeasy)

core: 3.15.14 - 2026-02-18

🐛 Bug Fixes

  • truncate filenames that exceed OS limit to prevent build failures (commit by @danielkov)

core: 3.15.13 - 2026-02-17

🐝 New Features

  • allow repoUrl and repoSubDirectory to be configured via gen.yaml generation section (commit by @vishalg0wda)

core: 3.15.12 - 2026-02-16

🐛 Bug Fixes

  • resolve namespace shadowing when a schema name matches a namespace segment (commit by @tristanspeakeasy)

core: 3.15.11 - 2026-01-29

🐛 Bug Fixes

  • avoid overwriting SubSDK comments with empty comments when same SubSDK is referenced by multiple tags (commit by @mfbx9da4)

core: 3.15.10 - 2026-01-23

🐛 Bug Fixes

  • discriminated union errors used in both successful and error response (commit by @mfbx9da4)

examples: 2.81.7 - 2026-02-27

🐛 Bug Fixes

  • don't show global server URL in examples when operation has its own servers (commit by @tristanspeakeasy)

globalSecurity: 2.83.11 - 2026-03-24

🐛 Bug Fixes

  • respect global security alternatives ordering and enforce operation-level security restrictions when hoisted (commit by @2ynn)

globalSecurity: 2.83.10 - 2026-02-18

🐝 New Features

  • Ensure basic HTTP authentication details are always included in API requests when selected out of multiple security options (commit by @tristanspeakeasy)

globalSecurity: 2.83.9 - 2026-02-03

🐝 New Features

  • support x-speakeasy-name-override on security scheme options (commit by @tristanspeakeasy)

globalServerURLs: 2.83.1 - 2026-02-27

🐛 Bug Fixes

  • don't show global server URL in examples when operation has its own servers (commit by @tristanspeakeasy)

nameOverrides: 2.81.4 - 2026-02-19

🐝 New Features

  • add support for renaming object properties that reference a shared component (commit by @2ynn)

nameOverrides: 2.81.3 - 2026-02-19

🐛 Bug Fixes

  • set fixes.nameOverrideFeb2026 to true in gen.yaml to prevent x-speakesy-name-override from propagating through resolution or allOf merging (commit by @2ynn)

retries: 0.0.2 - 2026-03-02

🐝 New Features

  • support for Retry-After HTTP header (commit by @bflad)

unions: 1.1.2 - 2026-02-02

🐛 Bug Fixes

  • respect title and x-speakeasy-name-override for primitive union members (controlled by gen.yaml flag respectTitlesForPrimitiveUnionMembers) (commit by @mfbx9da4)

Based on Speakeasy CLI 1.761.5

* `Codat.lending.Companies.List()`:  `response.results[].DataConnections[].IntegrationKey` **Changed**
* `Codat.lending.Companies.Create()`:  `response.dataConnections[].IntegrationKey` **Changed**
* `Codat.lending.Companies.Replace()`:  `response.dataConnections[].IntegrationKey` **Changed**
* `Codat.lending.Companies.Update()`:  `response.dataConnections[].IntegrationKey` **Changed**
* `Codat.lending.Companies.Get()`:  `response.dataConnections[].IntegrationKey` **Changed**
* `Codat.lending.Connections.List()`:  `response.results[].IntegrationKey` **Changed**
* `Codat.lending.Connections.Create()`:  `response.integrationKey` **Changed**
* `Codat.lending.Connections.Get()`:  `response.integrationKey` **Changed**
* `Codat.lending.Connections.Unlink()`:  `response.integrationKey` **Changed**
@github-actions github-actions bot added the patch Patch version bump label Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant