Skip to content

chore: 🐝 Update SDK - Generate OUTPOST-PYTHON [release-v0.15.0-sdk-gen] 0.8.2#790

Merged
leggetter merged 2 commits intorelease/v0.15.0-sdk-genfrom
speakeasy-sdk-regen-release-v0.15.0-sdk-gen-1774371012
Mar 25, 2026
Merged

chore: 🐝 Update SDK - Generate OUTPOST-PYTHON [release-v0.15.0-sdk-gen] 0.8.2#790
leggetter merged 2 commits intorelease/v0.15.0-sdk-genfrom
speakeasy-sdk-regen-release-v0.15.0-sdk-gen-1774371012

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

SDK update

Versioning

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

Python SDK Changes:

  • outpost.attempts.list(): response.models[] Changed (Breaking ⚠️)
  • outpost.attempts.get(): response Changed (Breaking ⚠️)
  • outpost.destinations.list_attempts(): response.models[] Changed (Breaking ⚠️)
  • outpost.destinations.get_attempt(): response Changed (Breaking ⚠️)
  • outpost.metrics.get_event_metrics(): Added
  • outpost.metrics.get_attempt_metrics(): Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (3960:3)
│ ├──[+] path (4095:3)
│ ├─┬/attempts/{attempt_id}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] description (2905:24)
│ ├─┬/attempts
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] description (2782:24)
│ ├─┬/tenants/{tenant_id}/destinations/{destination_id}/attempts/{attempt_id}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] description (3593:24)
│ └─┬/tenants/{tenant_id}/destinations/{destination_id}/attempts
│   └─┬GET
│     └─┬Parameters
│       └──[🔀] description (3485:24)
├─┬Tags
│ └──[🔀] description (2098:18)
├─┬Tags
│ └──[+] Metrics (2117:5)
└─┬Components
  ├──[+] schemas (1962:7)
  ├──[+] schemas (1987:7)
  ├──[+] schemas (2012:7)
  └─┬Attempt
    ├──[+] properties (1774:9)
    ├─┬event_id
    │ ├──[-] type (1760:17)❌ 
    │ ├──[🔀] description (1773:24)
    │ ├──[+] nullable (1769:21)❌ 
    │ ├──[-] example (1762:20)
    │ ├──[+] oneOf (1779:7)
    │ └──[+] oneOf (1812:7)
    ├─┬status
    │ ├──[+] additionalProperties (1750:33)❌ 
    │ ├──[-] enum (1734:18)❌ 
    │ ├──[-] enum (1734:27)❌ 
    │ ├──[🔀] type (1747:17)❌ 
    │ ├──[🔀] description (1749:24)
    │ ├──[+] nullable (1748:21)❌ 
    │ └──[🔀] example (1751:20)
    ├─┬event
    │ ├──[+] type (1765:17)❌ 
    │ ├──[🔀] description (1766:24)
    │ ├──[+] example (1767:20)
    │ ├──[-] oneOf (1773:7)❌ 
    │ └──[-] oneOf (1806:7)❌ 
    ├─┬time
    │ ├──[-] format (1739:19)❌ 
    │ ├──[🔀] description (1730:24)
    │ └──[🔀] example (1731:20)
    ├─┬destination_id
    │ └──[🔀] $ref (1061:9)❌ 
    ├─┬id
    │ ├──[🔀] description (1762:24)
    │ └──[🔀] example (1763:20)
    ├─┬manual
    │ ├──[🔀] type (1725:17)❌ 
    │ ├──[🔀] description (1726:24)
    │ └──[🔀] example (1727:20)
    ├─┬response_data
    │ ├──[-] additionalProperties (1749:33)❌ 
    │ ├──[🔀] type (1757:17)❌ 
    │ ├──[🔀] description (1758:24)
    │ └──[🔀] example (1759:20)
    └─┬tenant_id
      ├──[+] enum (1734:18)
      ├──[+] enum (1734:27)
      ├──[🔀] description (1735:24)
      └──[🔀] example (1736:20)
Document Element Total Changes Breaking Changes
components 39 15
paths 6 0
tags 2 0

View full report

Linting Report 0 errors, 1 warnings, 7 hints

View full report

PYTHON CHANGELOG

core: 6.0.20 - 2026-03-20

🐛 Bug Fixes

  • rename model_serializer method to avoid name collision with field serializer for fields named model (commit by @subomi)

core: 6.0.19 - 2026-03-17

🐝 New Features

  • add compileCommands config option to allow overriding the compile pipeline, preventing OOM from pylint parallelism (commit by @vishalg0wda)

pagination: 3.0.8 - 2026-03-20

🐛 Bug Fixes

  • prevented linter warnings with nullable limit (commit by @bflad)

Based on Speakeasy CLI 1.759.1

* `outpost.attempts.list()`:  `response.models[]` **Changed** (Breaking ⚠️)
* `outpost.attempts.get()`:  `response` **Changed** (Breaking ⚠️)
* `outpost.destinations.list_attempts()`:  `response.models[]` **Changed** (Breaking ⚠️)
* `outpost.destinations.get_attempt()`:  `response` **Changed** (Breaking ⚠️)
* `outpost.metrics.get_event_metrics()`: **Added**
* `outpost.metrics.get_attempt_metrics()`: **Added**
@github-actions github-actions bot added the patch Patch version bump label Mar 24, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 24, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
outpost-docs Ready Ready Preview, Comment Mar 25, 2026 5:35pm
outpost-website Ready Ready Preview, Comment Mar 25, 2026 5:35pm

Request Review

…elog conflicts

Combine Typescript + Python SDK changelog sections after TS landed on base.

Made-with: Cursor
@leggetter leggetter merged commit fe29af2 into release/v0.15.0-sdk-gen Mar 25, 2026
3 of 4 checks passed
@leggetter leggetter deleted the speakeasy-sdk-regen-release-v0.15.0-sdk-gen-1774371012 branch March 25, 2026 17:39
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.

2 participants