Skip to content

Conversation

@github-actions
Copy link
Contributor

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

├─┬Paths
│ ├──[➕] path (2225:3)
│ ├──[➕] path (489:3)
│ ├──[➕] path (2784:3)
│ ├─┬/companies/{companyId}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         ├──[➕] examples (364:19)
│ │         ├──[➕] examples (383:19)
│ │         └─┬Simple company
│ │           ├──[🔀] value (354:21)
│ │           └──[➕] value (354:21)
│ ├─┬/companies
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       ├─┬One company
│ │ │       │ └──[🔀] value (193:21)
│ │ │       └─┬List of Companies
│ │ │         ├──[🔀] value (224:21)
│ │ │         └──[🔀] value (224:21)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         ├─┬With no description
│ │         │ └──[➕] value (118:21)
│ │         ├─┬With a tag
│ │         │ ├──[🔀] value (140:21)
│ │         │ └──[➕] value (140:21)
│ │         └─┬With a description
│ │           └──[➕] value (129:21)
│ ├─┬/companies/{companyId}/connections/{connectionId}/push/bankAccounts/{accountId}/bankTransactions
│ │ └─┬POST
│ │   └──[🔀] description (2642:20)
│ ├─┬/companies/{companyId}/connections/{connectionId}/connectionInfo/bankFeedAccounts
│ │ └─┬POST
│ │   ├──[🔀] summary (2300:16)
│ │   └──[🔀] description (2301:20)
│ └─┬/companies/{companyId}/connections/{connectionId}/bankFeedAccounts/mapping
│   └─┬POST
│     └──[🔀] description (2565:20)
├─┬bankFeeds.sourceAccount.connected
│ └─┬POST
│   └──[🔀] description (2987:20)
└─┬Components
  ├──[➕] schemas (4841:7)
  ├──[➕] schemas (3805:7)
  ├──[➕] schemas (4853:7)
  ├──[➕] schemas (5032:7)
  ├─┬BankTransactions
  │ └─┬Schema
  │   ├──[➖] required (3221:23)❌ 
  │   ├──[➖] required (3222:23)❌ 
  │   └──[➖] required (3223:23)❌ 
  └─┬BankAccountCredentials
    └──[➕] examples (3071:11)
Document Element Total Changes Breaking Changes
paths 18 0
webhooks 1 0
components 8 3

PYTHON CHANGELOG

unions: 3.0.4 - 2024-11-21

🐛 Bug Fixes

  • search recursively for the discriminator attribute in nested unions (commit by @2ynn)

core: 5.6.8 - 2024-11-22

🐛 Bug Fixes

  • handle circular references through unions correctly (commit by @disintegrator)

core: 5.6.7 - 2024-11-22

🐛 Bug Fixes

  • make the SDK a context manager so transports can be closed after use (commit by @tristanspeakeasy)

core: 5.6.6 - 2024-11-21

🐛 Bug Fixes

  • widen python-dateutil dependency requirement (commit by @disintegrator)

core: 5.6.5 - 2024-11-12

🐛 Bug Fixes

constsAndDefaults: 1.0.5 - 2024-11-12

🐛 Bug Fixes

@github-actions github-actions bot requested a review from dcoplowe as a code owner November 26, 2024 15:21
@github-actions github-actions bot added the major Major version bump label Nov 26, 2024
@dcoplowe dcoplowe merged commit 9ca1f19 into main Nov 26, 2024
@dcoplowe dcoplowe deleted the speakeasy-sdk-regen-1732634399 branch November 26, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

major Major version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants