Skip to content

chore: 🐝 Update SDK - Generate 0.14.0#80

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1781145034
Open

chore: 🐝 Update SDK - Generate 0.14.0#80
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1781145034

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

SDK update

Versioning

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

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Python SDK Changes:

  • workflows.ad_groups.create():
    • request Changed (Breaking ⚠️)
    • response.ad_group Changed (Breaking ⚠️)
  • workflows.ad_groups.update():
    • request Changed (Breaking ⚠️)
    • response.ad_group Changed (Breaking ⚠️)
  • workflows.ad_group.create_ad_groups_job():
    • request.input[] Changed (Breaking ⚠️)
  • workflows.ad_group.update_ad_groups_job():
    • request.input[] Changed (Breaking ⚠️)
  • workflows.campaign.create():
    • request.ad_groups[] Changed (Breaking ⚠️)
    • response.ad_groups[] Changed (Breaking ⚠️)
  • workflows.campaign.create_campaigns_job():
    • request.input[].ad_groups[] Changed (Breaking ⚠️)
  • workflows.campaign.update_campaigns_job(): response.ad_groups[] Changed (Breaking ⚠️)
  • workflows.campaigns.update(): response.ad_groups[] Changed (Breaking ⚠️)

View full SDK changelog

OpenAPI Change Summary
└─┬Components
  ├─┬AdGroupWorkflowROIGoalInput
  │ ├──[+] properties (1584:9)
  │ ├─┬cpaInAdvertiserCurrency
  │ │ ├──[🔀] type (1585:17)❌ 
  │ │ └──[🔀] format (1586:19)❌ 
  │ ├─┬miaozhenOTPInPercent
  │ │ ├──[🔀] type (1539:17)❌ 
  │ │ └──[-] format (1578:19)❌ 
  │ └─┬maximizeLtvIncrementalReach
  │   ├──[🔀] type (1549:17)❌ 
  │   └──[+] format (1550:19)❌ 
  ├─┬AdGroupROIGoal
  │ ├──[+] properties (1112:9)
  │ ├─┬cpaInAdvertiserCurrency
  │ │ ├──[🔀] type (1113:17)❌ 
  │ │ └──[🔀] format (1114:19)❌ 
  │ ├─┬miaozhenOTPInPercent
  │ │ ├──[🔀] type (1067:17)❌ 
  │ │ └──[-] format (1110:19)❌ 
  │ └─┬maximizeLtvIncrementalReach
  │   ├──[🔀] type (1077:17)❌ 
  │   └──[+] format (1078:19)❌ 
  └─┬DimensionalBiddingDimensions
    └──[-] enum (2337:11)❌ 
Document Element Total Changes Breaking Changes
components 15 13

View full report

Linting Report 0 errors, 0 warnings, 0 hints

View full report

PYTHON CHANGELOG

additionalDependencies: 1.1.0 - 2026-05-28

🐝 New Features

  • add optionalDependencies config for [project.optional-dependencies] in pyproject.toml (commit by @AshGodfrey)

core: 6.0.30 - 2026-06-12

🐛 Bug Fixes

  • base64 file inputs no longer drain seekable streams during repeated validation, preventing empty payloads when pydantic retries union members (commit by @ThomasRooney)

core: 6.0.28 - 2026-06-10

🐛 Bug Fixes

core: 6.0.27 - 2026-06-08

🐛 Bug Fixes

  • lazy-loaded sub-SDKs now use relative imports when imports.relative is enabled (commit by @2ynn)

core: 6.0.26 - 2026-06-05

🐝 New Features

  • add typed event-stream parsing to raw response helpers (commit by @2ynn)

core: 6.0.25 - 2026-06-05

🐝 New Features

  • add support for relative import paths (commit by @2ynn)

core: 6.0.24 - 2026-06-01

🐛 Bug Fixes

  • omit extra_body from no-body operation methods (commit by @ThomasRooney)

core: 6.0.23 - 2026-05-26

🐝 New Features

  • capability to directly control casing (acronym) rules (commit by @ThomasRooney)

core: 6.0.29 - 2026-05-22

🐛 Bug Fixes

  • lazy load models in root init.py instead of eager star import (commit by @AshGodfrey)

core: 6.0.22 - 2026-05-20

🐛 Bug Fixes

envVarSecurityUsage: 0.3.3 - 2026-05-18

🐛 Bug Fixes

  • read envVarPrefix fallback when SDK is constructed with no security args (commit by @AshGodfrey)

methodArguments: 1.1.1 - 2026-06-09

🐝 New Features

  • add configurable suffix for input TypedDict companions (commit by @2ynn)

methodArguments: 1.1.0 - 2026-05-29

🐝 New Features

  • Add Python method argument modes for positional required path parameters, upstream-style request extras, and opt-in timeout spelling/units. (commit by [@thomas Rooney](https://github.com/Thomas Rooney))

retries: 3.0.7 - 2026-06-17

🐝 New Features

  • support runtime jitter and status codes override in retry configuration (commit by @2ynn)

retries: 3.0.6 - 2026-05-27

🐝 New Features

sdkHooks: 1.2.2 - 2026-06-16

🐝 New Features

  • add ParseErrorHook and response_mode on HookContext when rawResponseHelpers is enabled (commit by @2ynn)

Based on Speakeasy CLI 1.784.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the minor Minor version bump label Jun 11, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1781145034 branch 7 times, most recently from 52e6d73 to 6c6472b Compare June 18, 2026 02:31
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1781145034 branch from 0cdc5f0 to a0b8bcb Compare June 19, 2026 02:48
* `workflows.ad_groups.create()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.ad_group` **Changed** (Breaking ⚠️)
* `workflows.ad_groups.update()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.ad_group` **Changed** (Breaking ⚠️)
* `workflows.ad_group.create_ad_groups_job()`: 
  *  `request.input[]` **Changed** (Breaking ⚠️)
* `workflows.ad_group.update_ad_groups_job()`: 
  *  `request.input[]` **Changed** (Breaking ⚠️)
* `workflows.campaign.create()`: 
  *  `request.ad_groups[]` **Changed** (Breaking ⚠️)
  *  `response.ad_groups[]` **Changed** (Breaking ⚠️)
* `workflows.campaign.create_campaigns_job()`: 
  *  `request.input[].ad_groups[]` **Changed** (Breaking ⚠️)
* `workflows.campaign.update_campaigns_job()`:  `response.ad_groups[]` **Changed** (Breaking ⚠️)
* `workflows.campaigns.update()`:  `response.ad_groups[]` **Changed** (Breaking ⚠️)
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1781145034 branch from c9f08c8 to f82c4a1 Compare June 20, 2026 02:08
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.

1 participant