Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 6, 2024

SDK update

Based on:

OpenAPI Change Summary

├─┬Paths
│ ├─┬/companies
│ │ ├─┬GET
│ │ │ ├──[🔀] description (284:20)
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬One company
│ │ │         └──[🔀] value (190:21)
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     ├──[➕] examples (137:19)
│ │   │     └──[➖] examples (137:37)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └──[➖] examples (177:33)❌ 
│ ├─┬/companies/{companyId}/connections/{connectionId}/push/bankAccounts/{accountId}/bankTransactions
│ │ └─┬POST
│ │   └──[🔀] description (2466:20)
│ ├─┬/companies/{companyId}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └──[➖] examples (325:37)❌ 
│ │ └─┬PUT
│ │   └──[🔀] description (358:20)
│ ├─┬/companies/{companyId}/push/{pushOperationKey}
│ │ └─┬GET
│ │   └──[🔀] description (2624:20)
│ ├─┬/companies/{companyId}/connections
│ │ └─┬POST
│ │   └──[🔀] description (462:20)
│ ├─┬/companies/{companyId}/connections/{connectionId}/options/bankAccounts
│ │ └─┬GET
│ │   └──[🔀] description (2052:20)
│ ├─┬/companies/{companyId}/connections/{connectionId}/connectionInfo/bankFeedAccounts
│ │ └─┬GET
│ │   └──[🔀] description (2169:20)
│ ├─┬/companies/{companyId}/push
│ │ └─┬GET
│ │   └──[🔀] description (2666:20)
│ ├─┬/companies/{companyId}/connections/{connectionId}/push/bankAccounts
│ │ └─┬POST
│ │   └──[🔀] description (2094:20)
│ ├─┬/companies/{companyId}/connections/{connectionId}/connectionInfo/bankFeedAccounts/credentials
│ │ └─┬POST
│ │   └──[🔀] description (2272:20)
│ └─┬/companies/{companyId}/connections/{connectionId}/bankFeedAccounts/mapping
│   ├─┬GET
│   │ ├──[🔀] summary (2339:16)
│   │ ├──[🔀] description (2340:20)
│   │ └─┬Responses
│   │   └─┬200
│   │     └─┬application/json
│   │       ├──[➕] examples (2351:19)
│   │       └─┬Schema
│   │         └──[🔀] $ref (3175:18)❌ 
│   └─┬POST
│     ├──[🔀] description (2389:20)
│     └─┬Requestbody
│       └─┬application/json
│         └──[➕] examples (2398:17)
├─┬client.rateLimit.reset
│ └─┬POST
│   └─┬Requestbody
│     └─┬application/json
│       └──[➕] examples (2728:17)
├─┬client.rateLimit.reached
│ └─┬POST
│   └─┬Requestbody
│     └─┬application/json
│       └──[➕] examples (2707:17)
├─┬bankFeeds.sourceAccount.connected
│ └─┬POST
│   ├──[🔀] description (2771:20)
│   ├─┬Requestbody
│   │ └─┬application/json
│   │   └──[➕] examples (2780:17)
│   └─┬Extensions
│     └──[➕] x-svix-feature-flag (2772:28)
├─┬bankFeeds.sourceAccount.disconnected
│ └─┬POST
│   ├──[🔀] description (2806:20)
│   ├─┬Requestbody
│   │ └─┬application/json
│   │   └──[➕] examples (2815:17)
│   └─┬Extensions
│     └──[➕] x-svix-feature-flag (2807:28)
└─┬Components
  ├─┬CompanyRequestBody
  │ ├──[➖] properties (3491:17)❌ 
  │ └──[➕] properties (3621:9)
  ├─┬BankAccounts
  │ ├─┬ALLOF
  │ │ └──[🔀] $ref (2862:11)❌ 
  │ └─┬ALLOF
  │   └──[🔀] $ref (3422:17)❌ 
  ├─┬BankFeedAccountMappingResponse
  │ ├──[➖] description (2973:26)
  │ ├──[➕] properties (3100:9)
  │ ├──[➖] properties (2969:17)❌ 
  │ ├──[➖] properties (2965:17)❌ 
  │ └──[➕] properties (3096:9)
  ├─┬Connection
  │ ├──[➕] additionalProperties (3874:29)❌ 
  │ ├──[➖] properties (3748:17)❌ 
  │ ├─┬dataConnectionErrors
  │ │ └──[➕] nullable (3866:21)❌ 
  │ └─┬connectionInfo
  │   └──[➕] nullable (3871:21)❌ 
  ├─┬CompanyInformation
  │ ├──[➕] properties (3600:9)
  │ ├─┬multicurrencyEnabled
  │ │ ├──[🔀] description (3599:24)
  │ │ └──[➖] nullable (3474:31)❌ 
  │ └─┬planType
  │   └──[🔀] description (3596:24)
  ├─┬ClientRateLimitWebhook
  │ ├──[➖] examples (3284:19)
  │ └──[➖] examples (3284:19)
  └─┬auth_header
    └──[🔀] description (5054:20)
Document Element Total Changes Breaking Changes
paths 21 4
webhooks 8 0
components 20 12

PYTHON CHANGELOG

tests: 1.6.0 - 2024-09-12

🐝 New Features

  • download streams and alternate file upload names now supported in tests (commit by @tristanspeakeasy)

envVarSecurityUsage: 0.3.2 - 2024-11-04

🐛 Bug Fixes

constsAndDefaults: 1.0.4 - 2024-10-01

🐛 Bug Fixes

constsAndDefaults: 1.0.3 - 2024-09-18

🐛 Bug Fixes

unions: 3.0.3 - 2024-11-05

🐛 Bug Fixes

  • improved handling of complex allOf schemas that merge multiple types (commit by @tristanspeakeasy)

uploadStreams: 1.0.0 - 2024-07-04

🐝 New Features

core: 5.6.4 - 2024-11-05

🐛 Bug Fixes

  • Prevent compilation errors with missing response schemas (commit by @bflad)

core: 5.6.3 - 2024-11-04

🐛 Bug Fixes

  • Prevent compilation errors on macOS and if the source code directory changes (commit by @bflad)

core: 5.6.2 - 2024-10-31

🐛 Bug Fixes

  • Prevent panic with invalid implicit discriminator mappings with propertyName within allOf object (commit by @bflad)

core: 5.6.1 - 2024-10-29

🔧 Chores

core: 5.6.0 - 2024-10-07

🐝 New Features

core: 5.5.8 - 2024-10-01

🐛 Bug Fixes

core: 5.5.7 - 2024-09-27

🐛 Bug Fixes

  • update readme formatting (commit by @adaam2)

core: 5.5.6 - 2024-09-25

🐛 Bug Fixes

  • update readme generation to replace welcome to new sdk section with new markdown notice (commit by @adaam2)

core: 5.5.5 - 2024-09-25

🐛 Bug Fixes

  • fixes to missing examples and improvements to number examples (commit by @tristanspeakeasy)

core: 5.5.4 - 2024-09-18

🐛 Bug Fixes

responseFormat: 1.0.1 - 2024-09-27

🐛 Bug Fixes

  • fixes to Optional responses when they don't need to be (commit by @tristanspeakeasy)

methodArguments: 1.0.2 - 2024-09-19

🐛 Bug Fixes

@github-actions github-actions bot requested a review from dcoplowe as a code owner November 6, 2024 14:43
@github-actions github-actions bot added the major Major version bump label Nov 6, 2024
@dcoplowe dcoplowe merged commit 7414a66 into main Nov 6, 2024
@dcoplowe dcoplowe deleted the speakeasy-sdk-regen-1730904149 branch November 6, 2024 15:21
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.

2 participants