Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 6, 2025

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

├──[➕] webhooks (75877:5)
├──[➖] webhooks (75484:9)❌ 
├──[➕] webhooks (75905:5)
├──[➕] webhooks (75963:5)
├─┬Paths
│ ├─┬/companies/{companyId}/connections/{connectionId}/connectionInfo/bankFeedAccounts
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       ├──[➕] examples (64163:17)
│ │       ├──[➕] examples (64146:17)
│ │       └─┬Schema
│ │         ├─┬ONEOF
│ │         │ └──[🔀] $ref (84788:18)❌ 
│ │         └─┬ONEOF
│ │           └──[🔀] $ref (84902:18)❌ 
│ ├─┬/companies
│ │ └─┬GET
│ │   ├──[➕] parameters (282:17)❌ 
│ │   └──[🔀] description (276:20)
│ ├─┬/companies/{companyId}/reports/{reportType}
│ │ ├─┬POST
│ │ │ └─┬Responses
│ │ │   ├──[➖] codes (74872:21)❌ 
│ │ │   └──[➕] codes (75248:11)
│ │ └─┬Parameters
│ │   └─┬Schema
│ │     └──[➕] enum (85436:13)
│ ├─┬/companies/{companyId}/connections/{connectionId}/bankFeedAccounts/mapping
│ │ └──[➕] get (64204:7)
│ └─┬/companies/{companyId}/reports/{reportType}/{reportId}/status
│   └─┬Parameters
│     └─┬Schema
│       └──[➕] enum (85436:13)
└─┬Components
  ├──[➕] schemas (80301:7)
  ├─┬CommerceOrder
  │ ├─┬ALLOF
  │ │ ├──[➖] title (80415:26)
  │ │ ├──[➕] properties (81548:13)
  │ │ ├──[➕] properties (81531:13)
  │ │ ├──[➕] properties (81544:13)
  │ │ ├──[➕] properties (81585:13)
  │ │ ├──[➕] properties (81583:13)
  │ │ ├──[➕] properties (81571:13)
  │ │ ├──[➕] properties (81528:13)
  │ │ ├──[➕] properties (81575:13)
  │ │ ├──[➕] properties (81579:13)
  │ │ ├──[➕] properties (81587:13)
  │ │ ├──[➕] properties (81551:13)
  │ │ ├──[➕] properties (81563:13)
  │ │ ├──[➕] properties (81567:13)
  │ │ ├──[➕] properties (81555:13)
  │ │ ├──[➕] properties (81559:13)
  │ │ ├──[➖] allOf (80418:23)❌ 
  │ │ ├──[➖] allOf (80426:23)❌ 
  │ │ └─┬Extensions
  │ │   └──[➖] x-internal (80416:31)❌ 
  │ └─┬ALLOF
  │   ├──[➕] title (81596:18)
  │   ├──[➖] properties (80367:21)❌ 
  │   ├──[➖] properties (80355:21)❌ 
  │   ├──[➖] properties (80363:21)❌ 
  │   ├──[➖] properties (80404:21)❌ 
  │   ├──[➖] properties (80402:21)❌ 
  │   ├──[➖] properties (80390:21)❌ 
  │   ├──[➖] properties (80352:21)❌ 
  │   ├──[➖] properties (80394:21)❌ 
  │   ├──[➖] properties (80398:21)❌ 
  │   ├──[➖] properties (80406:21)❌ 
  │   ├──[➖] properties (80370:21)❌ 
  │   ├──[➖] properties (80382:21)❌ 
  │   ├──[➖] properties (80386:21)❌ 
  │   ├──[➖] properties (80374:21)❌ 
  │   ├──[➖] properties (80378:21)❌ 
  │   ├──[➕] allOf (81614:15)
  │   ├──[➕] allOf (81599:15)
  │   └─┬Extensions
  │     └──[➕] x-internal (81597:23)
  ├─┬ReportOperation
  │ └─┬type
  │   └──[➕] enum (84694:15)
  └─┬SourceAccountV2
    └──[➕] properties (84855:9)
Document Element Total Changes Breaking Changes
paths 11 4
components 41 34

PYTHON CHANGELOG

core: 5.7.4 - 2024-12-16

🐛 Bug Fixes

  • flattening with hidden parameters (commit by @mfbx9da4)

core: 5.7.3 - 2024-12-13

🐛 Bug Fixes

  • Support OAS references under multipart/form-data file properties (commit by @bflad)

core: 5.7.2 - 2024-12-13

🐛 Bug Fixes

core: 5.7.1 - 2024-12-12

🐛 Bug Fixes

  • templating of local server URLs (commit by @mfbx9da4)

core: 5.7.0 - 2024-12-12

🐝 New Features

  • support passing extra request headers in sdk method calls (commit by @disintegrator)

globalServerURLs: 3.1.0 - 2024-12-16

🐝 New Features

  • allow server URL to be overridable always (commit by @disintegrator)

deprecations: 3.0.1 - 2025-01-02

🐛 Bug Fixes

  • Prevent compilation error for x-speakeasy-deprecation-message with newline characters (commit by @bflad)

nameOverrides: 3.0.1 - 2024-12-20

🔧 Chores

  • Rename baseSDK methods to prevent accidental name collision with user defined methods (commit by @Kanwardeep)

@github-actions github-actions bot added the minor Minor version bump label Jan 6, 2025
@github-actions github-actions bot requested a review from dcoplowe as a code owner January 6, 2025 09:12
@dcoplowe dcoplowe merged commit a1e75e6 into main Jan 6, 2025
@dcoplowe dcoplowe deleted the speakeasy-sdk-regen-1736154644 branch January 6, 2025 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants