Skip to content

chore: 🐝 Update SDK - Generate 0.14.0 - #71

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

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

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.

Java SDK Changes:

  • workflows.adGroup.createAdGroup():
    • request Changed (Breaking ⚠️)
    • response.adGroup Changed (Breaking ⚠️)
  • workflows.adGroup.updateAdGroup():
    • request Changed (Breaking ⚠️)
    • response.adGroup Changed (Breaking ⚠️)
  • workflows.adGroup.createAdGroupsJob():
    • request.input[] Changed (Breaking ⚠️)
  • workflows.adGroup.updateAdGroupsJob():
    • request.input[] Changed (Breaking ⚠️)
  • workflows.campaign.create():
    • request Changed (Breaking ⚠️)
    • response.adGroups[] Changed (Breaking ⚠️)
  • workflows.campaign.updateCampaign():
    • request.primaryInput.secondaryGoal Changed (Breaking ⚠️)
    • response.adGroups[] Changed (Breaking ⚠️)
  • workflows.campaign.createCampaignsJob():
    • request.input[] Changed (Breaking ⚠️)
  • workflows.campaign.updateCampaignsJob():
    • request.input[].primaryInput.secondaryGoal Changed (Breaking ⚠️)
    • response.adGroups[] Changed (Breaking ⚠️)

View full SDK changelog

OpenAPI Change Summary
└─┬Components
  ├─┬AdGroupBudget
  │ └─┬budgetInAdvertiserCurrency
  │   └──[+] nullable (803:21)❌ 
  ├─┬AdGroupWorkflowROIGoalInput
  │ ├──[+] properties (1576:9)
  │ └─┬nielsenOTPInPercent
  │   ├──[🔀] type (1577:17)❌ 
  │   └──[🔀] format (1578:19)❌ 
  ├─┬DimensionalBiddingDimensions
  │ ├──[-] enum (2378:11)❌ 
  │ ├──[-] enum (2327:11)❌ 
  │ ├──[-] enum (2396:11)❌ 
  │ ├──[-] enum (2377:11)❌ 
  │ └──[-] enum (2397:11)❌ 
  ├─┬AdGroupROIGoal
  │ ├──[+] properties (1104:9)
  │ └─┬nielsenOTPInPercent
  │   ├──[🔀] type (1105:17)❌ 
  │   └──[🔀] format (1106:19)❌ 
  ├─┬CampaignWorkflowROIGoalInput
  │ ├──[-] properties (2283:9)❌ 
  │ └──[+] properties (2293:9)
  ├─┬AdGroupFlight
  │ └─┬budgetInAdvertiserCurrency
  │   └──[+] nullable (991:21)❌ 
  └─┬PassThroughFeeType
    └──[+] enum (2682:11)
Document Element Total Changes Breaking Changes
components 16 12

View full report

Linting Report 0 errors, 0 warnings, 0 hints

View full report

JAVA CHANGELOG

additionalProperties: 0.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: 3.57.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: 3.57.1 - 2026-08-17

🐛 Bug Fixes

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

core: 3.57.0 - 2026-08-13

🐝 New Features

  • make OkHttp SDKs AutoCloseable, close clients on Spring shutdown, and require compatible public close methods on custom clients (commit by @2ynn)

core: 3.56.2 - 2026-08-12

🐝 New Features

core: 3.56.1 - 2026-07-22

🐝 New Features

  • add support for Java 8 and OkHttp transport (commit by @2ynn)

core: 3.56.0 - 2026-07-14

🐝 New Features

  • add getterStyle config parameter to control model getter return types (presence-aware, raw, always-optional) (commit by @2ynn)

core: 3.55.31 - 2026-07-10

🐛 Bug Fixes

core: 3.55.30 - 2026-07-02

🐝 New Features

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

core: 3.55.29 - 2026-06-26

🐛 Bug Fixes

core: 3.55.28 - 2026-06-25

🐛 Bug Fixes

core: 3.55.26 - 2026-05-26

🐝 New Features

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

core: 3.55.27 - 2026-05-21

🐛 Bug Fixes

core: 3.55.25 - 2026-05-14

🐛 Bug Fixes

  • support models exceeding JVM 255 method-parameter limit (commit by @2ynn)

core: 3.55.24 - 2026-04-28

🐛 Bug Fixes

  • springBootStarter subprojects now respect java.languageVersion config (commit by @AshGodfrey)

nullables: 0.1.1 - 2026-07-13

🔧 Chores

  • remove org.openapitools:jackson-databind-nullable dependency when unused (commit by @2ynn)

retries: 0.1.4 - 2026-09-01

🐛 Bug Fixes

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

retries: 0.1.3 - 2026-05-27

🐝 New Features

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-1787691630 branch 7 times, most recently from 3219338 to 88bb0f4 Compare September 1, 2026 00:35
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1787691630 branch 5 times, most recently from 5dd9a0f to 8816999 Compare September 6, 2026 00:32
* `workflows.adGroup.createAdGroup()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.adGroup` **Changed** (Breaking ⚠️)
* `workflows.adGroup.updateAdGroup()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.adGroup` **Changed** (Breaking ⚠️)
* `workflows.adGroup.createAdGroupsJob()`: 
  *  `request.input[]` **Changed** (Breaking ⚠️)
* `workflows.adGroup.updateAdGroupsJob()`: 
  *  `request.input[]` **Changed** (Breaking ⚠️)
* `workflows.campaign.create()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.adGroups[]` **Changed** (Breaking ⚠️)
* `workflows.campaign.updateCampaign()`: 
  *  `request.primaryInput.secondaryGoal` **Changed** (Breaking ⚠️)
  *  `response.adGroups[]` **Changed** (Breaking ⚠️)
* `workflows.campaign.createCampaignsJob()`: 
  *  `request.input[]` **Changed** (Breaking ⚠️)
* `workflows.campaign.updateCampaignsJob()`: 
  *  `request.input[].primaryInput.secondaryGoal` **Changed** (Breaking ⚠️)
  *  `response.adGroups[]` **Changed** (Breaking ⚠️)
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1787691630 branch from 319e0ba to 01d9d70 Compare September 7, 2026 00:32
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