Skip to content

chore: 🐝 Update SDK - Generate 0.13.0#66

Open
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1765243467
Open

chore: 🐝 Update SDK - Generate 0.13.0#66
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1765243467

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 9, 2025

SDK update

Versioning

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

Java SDK Changes:

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

View full SDK changelog

OpenAPI Change Summary
└─┬Components
  ├──[-] schemas (2090:13)❌ 
  ├──[+] schemas (1768:7)
  ├──[+] schemas (1981:7)
  ├──[+] schemas (2439:7)
  ├──[+] schemas (1441:7)
  ├──[+] schemas (2685:7)
  ├─┬CampaignCreateWorkflowAdvancedInput
  │ ├──[+] properties (1761:9)
  │ ├─┬purchaseOrderNumber
  │ │ └──[🔀] $ref (1838:9)❌ 
  │ ├─┬includeDefaultsFromAdvertiser
  │ │ ├──[+] items (1764:13)❌ 
  │ │ ├──[🔀] type (1762:17)❌ 
  │ │ └──[+] nullable (1765:21)❌ 
  │ └─┬passThroughFeeCard
  │   └──[🔀] $ref (1755:11)❌ 
  ├─┬CampaignCreateWorkflowPrimaryInput
  │ └─┬budget
  │   └──[🔀] $ref (1769:9)❌ 
  ├─┬CampaignCreateWorkflowAdGroupAdvancedInput
  │ ├──[+] properties (1698:9)
  │ ├──[+] properties (1700:9)
  │ ├─┬isUseClicksAsConversionsEnabled
  │ │ └──[🔀] $ref (1441:13)❌ 
  │ ├─┬newFrequencyConfigs
  │ │ ├──[-] items (1662:25)❌ 
  │ │ └──[🔀] type (1689:17)❌ 
  │ ├─┬nielsenTrackingAttributes
  │ │ └──[🔀] $ref (1470:13)❌ 
  │ └─┬koaOptimizationSettings
  │   └──[🔀] $ref (1686:11)❌ 
  ├─┬CampaignWorkflowCampaignConversionReportingColumnInput
  │ ├──[+] properties (2178:9)
  │ ├─┬weight
  │ │ ├──[🔀] type (2170:17)❌ 
  │ │ ├──[+] minLength (2169:22)❌ 
  │ │ ├──[-] format (2132:29)❌ 
  │ │ └──[-] nullable (2133:31)❌ 
  │ ├─┬reportingColumnId
  │ │ └──[🔀] $ref (2686:9)❌ 
  │ └─┬trackingTagId
  │   ├──[🔀] type (2174:17)❌ 
  │   ├──[-] minLength (2121:32)❌ 
  │   └──[+] format (2175:19)❌ 
  ├─┬CampaignCreateWorkflowPassThroughFeeCardInput
  │ └─┬startDateUtc
  │   └──[+] nullable (1844:21)❌ 
  ├─┬CampaignUpdateWorkflowPrimaryInput
  │ └─┬budget
  │   └──[🔀] $ref (1982:9)❌ 
  ├─┬AdGroupWorkflowAdvancedInput
  │ ├──[+] properties (1296:9)
  │ ├──[+] properties (1298:9)
  │ ├─┬koaOptimizationSettings
  │ │ └──[🔀] $ref (1284:11)❌ 
  │ ├─┬nielsenTrackingAttributes
  │ │ └──[🔀] $ref (1470:13)❌ 
  │ ├─┬newFrequencyConfigs
  │ │ ├──[-] items (1294:25)❌ 
  │ │ └──[🔀] type (1287:17)❌ 
  │ └─┬isUseClicksAsConversionsEnabled
  │   └──[🔀] $ref (1441:13)❌ 
  └─┬CampaignUpdateWorkflowAdvancedInput
    └──[-] properties (1907:17)❌ 
Document Element Total Changes Breaking Changes
components 39 28

View full report

Linting Report 0 errors, 15 warnings, 0 hints

View full report

JAVA CHANGELOG

constsAndDefaults: 0.1.2 - 2026-01-15

🐛 Bug Fixes

  • omit enum default when value is not in enum to prevent type errors in generated code (commit by @mfbx9da4)

core: 3.55.10 - 2026-01-29

🐛 Bug Fixes

  • avoid overwriting SubSDK comments with empty comments when same SubSDK is referenced by multiple tags (commit by @mfbx9da4)

core: 3.55.9 - 2026-01-23

🐛 Bug Fixes

  • discriminated union errors used in both successful and error response (commit by @mfbx9da4)

core: 3.55.8 - 2026-01-12

🐛 Bug Fixes

  • disabled jackson auto-detection of accessors to ensure predictable, field-driven JSON serialization (commit by @vishalg0wda)

core: 3.55.7 - 2026-01-12

🐛 Bug Fixes

  • Prevent ReDoS vulnerability report for media type matching expression (commit by @bflad)

core: 3.55.5 - 2025-11-24

🐝 New Features

  • union discriminators are inferred for oneOfs missing the explicit OpenAPI discriminator mapping. Configure via inferUnionDiscriminators: true in gen.yaml (commit by @mfbx9da4)

core: 3.55.4 - 2025-11-21

🔧 Chores

  • mark setRedactedHeaders as stable (commit by @vishalg0wda)

core: 3.55.3 - 2025-11-20

🐝 New Features

globalSecurity: 2.83.2 - 2026-02-03

🐝 New Features

  • support x-speakeasy-name-override on security scheme options (commit by @tristanspeakeasy)

sdkHooks: 1.2.0 - 2025-10-15

🐝 New Features

  • expose available OAuth 2.0 scopes for use in custom hooks (commit by @2ynn)

Based on Speakeasy CLI 1.708.2

@github-actions github-actions bot added the minor Minor version bump label Dec 9, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765243467 branch 8 times, most recently from b66f75c to 3069269 Compare December 17, 2025 01:23
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765243467 branch 7 times, most recently from 01dc7f1 to 258bb2a Compare December 24, 2025 01:27
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765243467 branch 7 times, most recently from 3da7b7c to 886cb95 Compare December 31, 2025 01:30
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765243467 branch 7 times, most recently from 7ce3bb0 to 59a5629 Compare January 7, 2026 01:30
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765243467 branch 8 times, most recently from 71c5707 to a62cd85 Compare January 18, 2026 01:46
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765243467 branch 7 times, most recently from 0dc50e8 to 5a65e85 Compare January 25, 2026 01:50
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765243467 branch 7 times, most recently from 5423b20 to ce24979 Compare February 1, 2026 02:11
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765243467 branch 5 times, most recently from 5a3f507 to c7e7b06 Compare February 6, 2026 01:57
* `workflows.campaign.updateCampaign()`:  `request` **Changed** (Breaking ⚠️)
* `workflows.campaign.updateCampaignsJob()`: 
  *  `request.input[]` **Changed** (Breaking ⚠️)
* `workflows.adGroup.createAdGroup()`: 
  *  `request.advancedInput` **Changed**
* `workflows.adGroup.updateAdGroup()`: 
  *  `request.advancedInput` **Changed**
* `workflows.adGroup.createAdGroupsJob()`: 
  *  `request.input[].advancedInput` **Changed**
* `workflows.adGroup.updateAdGroupsJob()`: 
  *  `request.input[].advancedInput` **Changed**
* `workflows.campaign.create()`:  `request` **Changed**
* `workflows.campaign.createCampaignsJob()`: 
  *  `request.input[]` **Changed**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765243467 branch from 7b30a1c to 8c015dd Compare February 7, 2026 01:53
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