Skip to content

Conversation

@github-actions
Copy link
Contributor

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

├─┬Info
│ └──[🔀] version (18:16)
├─┬Paths
│ ├──[➖] path (1:29015)❌ 
│ ├──[➕] path (1859:5)
│ ├─┬/api/v1/workflows/{workflow_id}
│ │ ├─┬GET
│ │ │ └─┬Servers
│ │ │   └──[➖] servers (1:25855)❌ 
│ │ ├─┬PUT
│ │ │ └─┬Servers
│ │ │   └──[➖] servers (1:26933)❌ 
│ │ └─┬DELETE
│ │   └─┬Servers
│ │     └──[➖] servers (1:27788)❌ 
│ ├─┬/api/v1/destinations/{destination_id}/connection-check
│ │ ├─┬GET
│ │ │ └─┬Servers
│ │ │   └──[➖] servers (1:6473)❌ 
│ │ └─┬POST
│ │   └─┬Servers
│ │     └──[➖] servers (1:7527)❌ 
│ ├─┬/api/v1/destinations/
│ │ ├─┬GET
│ │ │ └─┬Servers
│ │ │   └──[➖] servers (1:1286)❌ 
│ │ └─┬POST
│ │   └─┬Servers
│ │     └──[➖] servers (1:2281)❌ 
│ ├─┬/api/v1/sources/{source_id}/connection-check
│ │ ├─┬GET
│ │ │ └─┬Servers
│ │ │   └──[➖] servers (1:13608)❌ 
│ │ └─┬POST
│ │   └─┬Servers
│ │     └──[➖] servers (1:14639)❌ 
│ ├─┬/api/v1/jobs/{job_id}
│ │ └─┬GET
│ │   └─┬Servers
│ │     └──[➖] servers (1:16737)❌ 
│ ├─┬/api/v1/workflows/
│ │ ├─┬GET
│ │ │ └─┬Servers
│ │ │   └──[➖] servers (1:23938)❌ 
│ │ └─┬POST
│ │   └─┬Servers
│ │     └──[➖] servers (1:24886)❌ 
│ ├─┬/api/v1/jobs/{job_id}/details
│ │ └─┬GET
│ │   └─┬Servers
│ │     └──[➖] servers (1:19944)❌ 
│ ├─┬/api/v1/jobs/
│ │ └─┬GET
│ │   └─┬Servers
│ │     └──[➖] servers (1:15813)❌ 
│ ├─┬/api/v1/workflows/{workflow_id}/run
│ │ └─┬POST
│ │   └─┬Servers
│ │     └──[➖] servers (1:28877)❌ 
│ ├─┬/general/v0/general
│ │ └─┬POST
│ │   └─┬Servers
│ │     └──[➖] servers (1:32149)❌ 
│ ├─┬/api/v1/jobs/{job_id}/download
│ │ └─┬GET
│ │   └─┬Servers
│ │     └──[➖] servers (1:18991)❌ 
│ ├─┬/api/v1/sources/
│ │ ├─┬GET
│ │ │ └─┬Servers
│ │ │   └──[➖] servers (1:8600)❌ 
│ │ └─┬POST
│ │   └─┬Servers
│ │     └──[➖] servers (1:9565)❌ 
│ ├─┬/api/v1/sources/{source_id}
│ │ ├─┬GET
│ │ │ └─┬Servers
│ │ │   └──[➖] servers (1:10545)❌ 
│ │ ├─┬PUT
│ │ │ └─┬Servers
│ │ │   └──[➖] servers (1:11619)❌ 
│ │ └─┬DELETE
│ │   └─┬Servers
│ │     └──[➖] servers (1:12502)❌ 
│ ├─┬/api/v1/jobs/{job_id}/failed-files
│ │ └─┬GET
│ │   └─┬Servers
│ │     └──[➖] servers (1:20899)❌ 
│ ├─┬/api/v1/users/secrets
│ │ └─┬POST
│ │   └─┬Servers
│ │     └──[➖] servers (1:30692)❌ 
│ ├─┬/api/v1/destinations/{destination_id}
│ │ ├─┬GET
│ │ │ └─┬Servers
│ │ │   └──[➖] servers (1:3306)❌ 
│ │ ├─┬PUT
│ │ │ └─┬Servers
│ │ │   └──[➖] servers (1:4420)❌ 
│ │ └─┬DELETE
│ │   └─┬Servers
│ │     └──[➖] servers (1:5322)❌ 
│ └─┬/api/v1/jobs/{job_id}/cancel
│   └─┬POST
│     └─┬Servers
│       └──[➖] servers (1:17596)❌ 
└─┬Components
  ├──[➖] schemas (1:75109)❌ 
  └──[➕] schemas (3726:40)
Document Element Total Changes Breaking Changes
info 1 0
paths 30 29
components 2 1

PYTHON CHANGELOG

examples: 3.0.2 - 2025-07-07

🐛 Bug Fixes

  • Fix missing title and description in main usage examples when using x-speakeasy-globals (commit by @Kanwardeep)

core: 5.19.4 - 2025-07-02

🐛 Bug Fixes

  • ensure utils import is always added when globals are present in sdk.py template (commit by @AshGodfrey)

@github-actions github-actions bot added the minor Minor version bump label Jul 25, 2025
@awalker4 awalker4 closed this Jul 25, 2025
@awalker4 awalker4 reopened this Jul 25, 2025
@awalker4 awalker4 enabled auto-merge (squash) July 25, 2025 00:31
@awalker4 awalker4 merged commit ec4e3aa into main Jul 25, 2025
14 checks passed
@awalker4 awalker4 deleted the speakeasy-sdk-regen-1753403247 branch July 25, 2025 00:53
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