Skip to content

chore: 🐝 Update SDK - Generate 0.13.3#69

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

chore: 🐝 Update SDK - Generate 0.13.3#69
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1780458902

Conversation

@github-actions

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

Copy link
Copy Markdown
Contributor

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (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.adGroups[] Changed (Breaking ⚠️)
    • response.adGroups[] Changed (Breaking ⚠️)
  • workflows.campaign.updateCampaign(): response.adGroups[] Changed (Breaking ⚠️)
  • workflows.campaign.createCampaignsJob():
    • request.input[].adGroups[] Changed (Breaking ⚠️)
  • workflows.campaign.updateCampaignsJob(): response.adGroups[] Changed (Breaking ⚠️)

View full SDK changelog

OpenAPI Change Summary
└─┬Components
  ├─┬DimensionalBiddingDimensions
  │ ├──[-] enum (2327:11)❌ 
  │ ├──[-] enum (2378:11)❌ 
  │ ├──[-] enum (2377:11)❌ 
  │ ├──[-] enum (2397:11)❌ 
  │ └──[-] enum (2396:11)❌ 
  ├─┬AdGroupWorkflowROIGoalInput
  │ ├──[+] properties (1574:9)
  │ ├─┬cpaInAdvertiserCurrency
  │ │ ├──[🔀] type (1575:17)❌ 
  │ │ └──[🔀] format (1576:19)❌ 
  │ ├─┬maximizeLtvIncrementalReach
  │ │ ├──[🔀] type (1539:17)❌ 
  │ │ └──[+] format (1540:19)❌ 
  │ └─┬miaozhenOTPInPercent
  │   ├──[🔀] type (1529:17)❌ 
  │   └──[-] format (1568:19)❌ 
  └─┬AdGroupROIGoal
    ├──[+] properties (1102:9)
    ├─┬maximizeLtvIncrementalReach
    │ ├──[🔀] type (1067:17)❌ 
    │ └──[+] format (1068:19)❌ 
    ├─┬miaozhenOTPInPercent
    │ ├──[🔀] type (1057:17)❌ 
    │ └──[-] format (1100:19)❌ 
    └─┬cpaInAdvertiserCurrency
      ├──[🔀] type (1103:17)❌ 
      └──[🔀] format (1104:19)❌ 
Document Element Total Changes Breaking Changes
components 19 17

View full report

Linting Report 0 errors, 0 warnings, 0 hints

View full report

JAVA CHANGELOG

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)

retries: 0.1.3 - 2026-05-27

🐝 New Features

Based on Speakeasy CLI 1.788.1

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Jun 3, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780458902 branch 8 times, most recently from f4c1b10 to e022ddd Compare June 11, 2026 03:45
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780458902 branch 7 times, most recently from d6dac53 to 2e9922c Compare June 18, 2026 03:44
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780458902 branch 8 times, most recently from 86c131d to 164b8d7 Compare June 26, 2026 03:32
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780458902 branch 6 times, most recently from c2e555f to 9516e0e Compare July 2, 2026 03:24
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780458902 branch 3 times, most recently from 34c28c3 to 3a232b8 Compare July 5, 2026 02:53
* `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.adGroups[]` **Changed** (Breaking ⚠️)
  *  `response.adGroups[]` **Changed** (Breaking ⚠️)
* `workflows.campaign.updateCampaign()`:  `response.adGroups[]` **Changed** (Breaking ⚠️)
* `workflows.campaign.createCampaignsJob()`: 
  *  `request.input[].adGroups[]` **Changed** (Breaking ⚠️)
* `workflows.campaign.updateCampaignsJob()`:  `response.adGroups[]` **Changed** (Breaking ⚠️)
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780458902 branch from 6ec9668 to 866e9d3 Compare July 6, 2026 03:00
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.

1 participant