Skip to content

chore: 🐝 Update SDK - Generate 4.1.6#109

Open
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1777681661
Open

chore: 🐝 Update SDK - Generate 4.1.6#109
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1777681661

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 2, 2026

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:

  • clerk.instanceSettings.getCommunication(): Added
  • clerk.instanceSettings.updateCommunication(): Added
  • clerk.instanceSettings.getOrganizationSettings(): Added
  • clerk.users.getBillingSubscription(): response.subscriptionItems[].seats.tiers Added
  • clerk.organizations.getBillingSubscription(): response.subscriptionItems[].seats.tiers Added
  • clerk.samlConnections.create(): error.status[409] Added
  • clerk.samlConnections.update(): error.status[409] Added
  • clerk.enterpriseConnections.list(): response.data[].oauthConfig Changed
  • clerk.enterpriseConnections.create():
    • response.oauthConfig Changed
    • error.status[409] Added
  • clerk.enterpriseConnections.get(): response.oauthConfig Changed
  • clerk.enterpriseConnections.update(): response.oauthConfig Changed
  • clerk.billing.listSubscriptionItems(): response.data[].seats.tiers Added
  • clerk.billing.cancelSubscriptionItem(): response.seats.tiers Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (3838:3)
│ ├──[+] path (8973:3)
│ ├─┬/saml_connections/{saml_connection_id}
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └──[+] codes (16476:7)
│ ├─┬/saml_connections
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (16476:7)
│ ├─┬/enterprise_connections
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (16476:7)
│ └─┬/instance/organization_settings
│   └──[+] get (3962:7)
└─┬Components
  ├──[+] responses (16755:7)
  ├──[+] schemas (14031:7)
  ├─┬EnterpriseConnection
  │ └─┬oauth_config
  │   ├──[+] properties (15200:13)
  │   ├──[+] properties (15212:13)
  │   ├──[+] properties (15204:13)
  │   ├──[+] properties (15208:13)
  │   ├─┬name
  │   │ ├──[🔀] description (15217:28)
  │   │ └──[+] nullable (15218:25)❌ 
  │   ├─┬discovery_url
  │   │ ├──[🔀] type (15220:21)❌ 
  │   │ ├──[+] format (15221:23)❌ 
  │   │ ├──[🔀] description (15222:28)
  │   │ └──[-] nullable (15109:25)❌ 
  │   ├─┬updated_at
  │   │ ├──[🔀] type (15190:21)❌ 
  │   │ ├──[-] format (15120:23)❌ 
  │   │ └──[🔀] description (15191:28)
  │   ├─┬id
  │   │ ├──[🔀] description (15198:28)
  │   │ └──[+] nullable (15199:25)❌ 
  │   ├─┬logo_public_url
  │   │ ├──[🔀] description (15185:28)
  │   │ └──[-] nullable (15113:25)❌ 
  │   ├─┬provider_key
  │   │ └──[🔀] description (15188:28)
  │   ├─┬created_at
  │   │ ├──[🔀] type (15193:21)❌ 
  │   │ ├──[-] format (15116:23)❌ 
  │   │ ├──[🔀] description (15194:28)
  │   │ └──[+] nullable (15195:25)❌ 
  │   └─┬client_id
  │     └──[🔀] description (15202:28)
  └─┬CommerceSubscriptionItemSeatsResponse
    └──[+] properties (13164:9)
Document Element Total Changes Breaking Changes
paths 6 0
components 26 11

View full report

Linting Report 0 errors, 9 warnings, 69 hints

View full report

JAVA CHANGELOG

core: 3.55.24 - 2026-04-28

🐛 Bug Fixes

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

Based on Speakeasy CLI 1.762.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label May 2, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1777681661 branch 3 times, most recently from 85368eb to f00a2a8 Compare May 5, 2026 00:29
* `clerk.instanceSettings.getCommunication()`: **Added**
* `clerk.instanceSettings.updateCommunication()`: **Added**
* `clerk.instanceSettings.getOrganizationSettings()`: **Added**
* `clerk.users.getBillingSubscription()`:  `response.subscriptionItems[].seats.tiers` **Added**
* `clerk.organizations.getBillingSubscription()`:  `response.subscriptionItems[].seats.tiers` **Added**
* `clerk.samlConnections.create()`:  `error.status[409]` **Added**
* `clerk.samlConnections.update()`:  `error.status[409]` **Added**
* `clerk.enterpriseConnections.list()`:  `response.data[].oauthConfig` **Changed**
* `clerk.enterpriseConnections.create()`: 
  *  `response.oauthConfig` **Changed**
  *  `error.status[409]` **Added**
* `clerk.enterpriseConnections.get()`:  `response.oauthConfig` **Changed**
* `clerk.enterpriseConnections.update()`:  `response.oauthConfig` **Changed**
* `clerk.billing.listSubscriptionItems()`:  `response.data[].seats.tiers` **Added**
* `clerk.billing.cancelSubscriptionItem()`:  `response.seats.tiers` **Added**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1777681661 branch from f00a2a8 to 4709851 Compare May 6, 2026 00:28
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