Skip to content

chore: 🐝 Update SDK - Generate 0.14.0 - #82

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 25, 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 Changed (Breaking ⚠️)
    • response.ad_groups[] Changed (Breaking ⚠️)
  • workflows.campaign.create_campaigns_job():
    • request.input[] Changed (Breaking ⚠️)
  • workflows.campaign.update_campaigns_job():
    • request.input[].primary_input.secondary_goal Changed (Breaking ⚠️)
    • response.ad_groups[] Changed (Breaking ⚠️)
  • workflows.campaigns.update():
    • request.primary_input.secondary_goal Changed (Breaking ⚠️)
    • response.ad_groups[] Changed (Breaking ⚠️)

View full SDK changelog

OpenAPI Change Summary
└─┬Components
  ├─┬DimensionalBiddingDimensions
  │ ├──[-] enum (2387:11)❌ 
  │ ├──[-] enum (2388:11)❌ 
  │ ├──[-] enum (2406:11)❌ 
  │ ├──[-] enum (2407:11)❌ 
  │ └──[-] enum (2337:11)❌ 
  ├─┬AdGroupBudget
  │ └─┬budgetInAdvertiserCurrency
  │   └──[+] nullable (813:21)❌ 
  ├─┬CampaignWorkflowROIGoalInput
  │ ├──[-] properties (2293:9)❌ 
  │ └──[+] properties (2303:9)
  ├─┬AdGroupWorkflowROIGoalInput
  │ ├──[+] properties (1586:9)
  │ └─┬nielsenOTPInPercent
  │   ├──[🔀] type (1587:17)❌ 
  │   └──[🔀] format (1588:19)❌ 
  ├─┬PassThroughFeeType
  │ └──[+] enum (2692:11)
  ├─┬AdGroupFlight
  │ └─┬budgetInAdvertiserCurrency
  │   └──[+] nullable (1001:21)❌ 
  └─┬AdGroupROIGoal
    ├──[+] properties (1114:9)
    └─┬nielsenOTPInPercent
      ├──[🔀] type (1115:17)❌ 
      └──[🔀] format (1116:19)❌ 
Document Element Total Changes Breaking Changes
components 16 12

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)

additionalProperties: 1.0.2 - 2026-07-08

🐛 Bug Fixes

  • generate self-recursive additionalProperties maps as maps of their value type instead of empty models (commit by @AshGodfrey)

core: 6.1.2 - 2026-08-24

🐛 Bug Fixes

  • advance pagination through an optional wrapped request body instead of failing to compile or repeating the first page (commit by @AshGodfrey)

core: 6.1.1 - 2026-08-17

🐛 Bug Fixes

  • handle a nullable request body in paginated operations (commit by @AshGodfrey)

core: 6.1.0 - 2026-08-13

🐝 New Features

  • support httpx2 (Pydantic's httpx fork) via the new httpClientLibrary gen.yaml option, and retry connection errors raised by API-compatible client libraries (commit by @AshGodfrey)

core: 6.0.36 - 2026-08-12

🐝 New Features

core: 6.0.35 - 2026-07-17

🐛 Bug Fixes

  • preserve nullable discriminated-union request fields under Pydantic 2.13 by wrapping optional+nullable closed discriminated-union fields in SerializeAsAny, and lift the now-unnecessary Pydantic <2.13 cap (commit by @AshGodfrey)

core: 6.0.34 - 2026-07-02

🐝 New Features

  • omit gen.lock checksums under versioningStrategy manual and persistentEdits never to prevent merge conflicts (commit by @ThomasRooney)

core: 6.0.33 - 2026-06-26

🐛 Bug Fixes

core: 6.0.32 - 2026-06-26

🐛 Bug Fixes

  • cap pydantic dependency to <2.13 as a stopgap for nullable discriminated-union request fields being dropped during serialization (commit by @AshGodfrey)

core: 6.0.31 - 2026-06-19

🐝 New Features

  • splice Pydantic validators from .speakeasy/addons/model_validator/ into generated model classes (commit by @2ynn)

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.1.2 - 2026-09-01

🐛 Bug Fixes

  • support retry strategy none and operation-level disabled retry overrides (commit by @ThomasRooney)

retries: 3.1.1 - 2026-08-26

🐛 Bug Fixes

  • close the retried response before sleeping so streaming retries do not leak pooled connections (commit by @AshGodfrey)

retries: 3.1.0 - 2026-08-13

🐝 New Features

  • support httpx2 (Pydantic's httpx fork) via the new httpClientLibrary gen.yaml option, and retry connection errors raised by API-compatible client libraries (commit by @AshGodfrey)

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.3.0 - 2026-06-22

🐝 New Features

  • expose operation tags and x- extensions on HookContext (commit by @AshGodfrey)

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.796.4

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the minor Minor version bump label Aug 25, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1787691569 branch 7 times, most recently from a7ee790 to 08cf122 Compare September 1, 2026 00:08
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1787691569 branch 5 times, most recently from d6b2bad to a749551 Compare September 6, 2026 00:08
* `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` **Changed** (Breaking ⚠️)
  *  `response.ad_groups[]` **Changed** (Breaking ⚠️)
* `workflows.campaign.create_campaigns_job()`: 
  *  `request.input[]` **Changed** (Breaking ⚠️)
* `workflows.campaign.update_campaigns_job()`: 
  *  `request.input[].primary_input.secondary_goal` **Changed** (Breaking ⚠️)
  *  `response.ad_groups[]` **Changed** (Breaking ⚠️)
* `workflows.campaigns.update()`: 
  *  `request.primary_input.secondary_goal` **Changed** (Breaking ⚠️)
  *  `response.ad_groups[]` **Changed** (Breaking ⚠️)
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1787691569 branch from eeed1f8 to 4b34b71 Compare September 7, 2026 00:07
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