Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 13, 2026

SDK update

Versioning

Version Bump Type: [patch] - ðŸĪ– (automated)

Java SDK Changes:

  • clerk.billing.createPriceTransition(): Added
  • clerk.roleSets.list(): Added
  • clerk.roleSets.create(): Added
  • clerk.roleSets.get(): Added
  • clerk.roleSets.update(): Added
  • clerk.roleSets.replace(): Added
  • clerk.roleSets.addRoles(): Added
  • clerk.roleSets.replaceRole(): Added
  • clerk.users.getBillingSubscription(): response.subscriptionItems[].priceId Added
  • clerk.users.getOAuthAccessToken(): response.[].idToken Added
  • clerk.organizationInvitations.create():
    • requestBody.notify Added
  • clerk.organizationInvitations.bulkCreate():
    • requestBody[].notify Added
  • clerk.organizations.create(): error.status[402] Added
  • clerk.organizations.getBillingSubscription(): response.subscriptionItems[].priceId Added
  • clerk.billing.listSubscriptionItems(): response.data[].priceId Added
  • clerk.billing.cancelSubscriptionItem(): response.priceId Added
  • clerk.billing.extendSubscriptionItemFreeTrial(): response.priceId Added

View full SDK changelog

OpenAPI Change Summary
├─┮Paths
│ ├──[+] path (7479:3)
│ ├──[+] path (7800:3)
│ ├──[+] path (7847:3)
│ ├──[+] path (7176:3)
│ ├──[+] path (6994:3)
│ ├──[+] path (7697:3)
│ ├──[+] path (7602:3)
│ ├──[+] path (7747:3)
│ ├──[+] path (6988:3)
│ ├─┮/m2m_tokens
│ │ ├─┮GET
│ │ │ └─┮Responses
│ │ │   └─┮200
│ │ │     └─┮application/json
│ │ │       └─┮Schema
│ │ │         └─┮m2m_tokens
│ │ │           └─┮Schema
│ │ │             ├─┮created_at
│ │ │             │ └──[+] description (9369:40)
│ │ │             ├─┮last_used_at
│ │ │             │ └──[+] description (9365:40)
│ │ │             ├─┮expiration
│ │ │             │ └──[+] description (9360:40)
│ │ │             └─┮updated_at
│ │ │               └──[+] description (9373:40)
│ │ └─┮POST
│ │   └─┮Responses
│ │     └─┮201
│ │       └─┮application/json
│ │         └─┮Schema
│ │           ├─┮created_at
│ │           │ └──[+] description (9185:34)
│ │           ├─┮expiration
│ │           │ └──[+] description (9176:34)
│ │           ├─┮updated_at
│ │           │ └──[+] description (9189:34)
│ │           └─┮last_used_at
│ │             └──[+] description (9181:34)
│ ├─┮/users/{user_id}/password/set_compromised
│ │ └─┮POST
│ │   └──[🔀] description (2734:20)
│ ├─┮/organizations/{organization_id}/invitations
│ │ └─┮POST
│ │   └─┮Requestbody
│ │     └─┮application/json
│ │       └─┮Schema
│ │         ├──[+] properties (4803:17)
│ │         ├─┮private_metadata
│ │         │ ├──[-] additionalProperties (4782:59)❌ 
│ │         │ ├──[🔀] type (4804:25)❌ 
│ │         │ ├──[🔀] description (4805:32)
│ │         │ └──[+] default (4809:28)❌ 
│ │         ├─┮public_metadata
│ │         │ └──[🔀] description (4788:32)
│ │         ├─┮role
│ │         │ ├──[🔀] description (4795:32)
│ │         │ └──[+] nullable (4796:29)❌ 
│ │         └─┮redirect_url
│ │           ├──[+] additionalProperties (4784:41)❌ 
│ │           ├──[🔀] type (4780:25)❌ 
│ │           └──[🔀] description (4781:32)
│ ├─┮/api_keys/verify
│ │ └─┮POST
│ │   └─┮Responses
│ │     └─┮200
│ │       └─┮application/json
│ │         └─┮Schema
│ │           ├─┮last_used_at
│ │           │ └──[+] description (9022:34)
│ │           ├─┮updated_at
│ │           │ └──[+] description (9030:34)
│ │           ├─┮created_at
│ │           │ └──[+] description (9026:34)
│ │           └─┮expiration
│ │             └──[+] description (9012:34)
│ ├─┮/api_keys/{apiKeyID}
│ │ ├─┮GET
│ │ │ └─┮Responses
│ │ │   └─┮200
│ │ │     └─┮application/json
│ │ │       └─┮Schema
│ │ │         ├─┮expiration
│ │ │         │ └──[+] description (8323:34)
│ │ │         ├─┮created_at
│ │ │         │ └──[+] description (8337:34)
│ │ │         ├─┮last_used_at
│ │ │         │ └──[+] description (8333:34)
│ │ │         └─┮updated_at
│ │ │           └──[+] description (8341:34)
│ │ └─┮PATCH
│ │   ├─┮Responses
│ │   │ └─┮200
│ │   │   └─┮application/json
│ │   │     └─┮Schema
│ │   │       ├─┮last_used_at
│ │   │       │ └──[+] description (8518:34)
│ │   │       ├─┮updated_at
│ │   │       │ └──[+] description (8526:34)
│ │   │       ├─┮created_at
│ │   │       │ └──[+] description (8522:34)
│ │   │       └─┮expiration
│ │   │         └──[+] description (8508:34)
│ │   └─┮Requestbody
│ │     └─┮application/json
│ │       └─┮Schema
│ │         └─┮subject
│ │           └──[🔀] pattern (8445:28)❌ 
│ ├─┮/users/{user_id}/password/unset_compromised
│ │ └─┮POST
│ │   ├──[🔀] summary (2772:16)
│ │   └──[🔀] description (2773:20)
│ ├─┮/organizations/{organization_id}/invitations/bulk
│ │ └─┮POST
│ │   └─┮Requestbody
│ │     └─┮application/json
│ │       └─┮Schema
│ │         └─┮Schema
│ │           ├──[+] properties (4964:19)
│ │           ├─┮public_metadata
│ │           │ └──[🔀] description (4949:34)
│ │           ├─┮role
│ │           │ ├──[🔀] description (4956:34)
│ │           │ └──[+] nullable (4957:31)❌ 
│ │           ├─┮private_metadata
│ │           │ ├──[-] additionalProperties (4936:63)❌ 
│ │           │ ├──[🔀] type (4965:27)❌ 
│ │           │ ├──[🔀] description (4966:34)
│ │           │ └──[+] default (4970:30)❌ 
│ │           └─┮redirect_url
│ │             ├──[+] additionalProperties (4945:43)❌ 
│ │             ├──[🔀] type (4941:27)❌ 
│ │             └──[🔀] description (4942:34)
│ ├─┮/organizations
│ │ └─┮POST
│ │   └─┮Responses
│ │     └──[+] codes (14806:7)
│ ├─┮/m2m_tokens/verify
│ │ └─┮POST
│ │   └─┮Responses
│ │     └─┮200
│ │       └─┮application/json
│ │         └─┮Schema
│ │           ├─┮expiration
│ │           │ └──[+] description (9707:34)
│ │           ├─┮updated_at
│ │           │ └──[+] description (9720:34)
│ │           ├─┮created_at
│ │           │ └──[+] description (9716:34)
│ │           └─┮last_used_at
│ │             └──[+] description (9712:34)
│ ├─┮/api_keys/{apiKeyID}/revoke
│ │ └─┮POST
│ │   └─┮Responses
│ │     └─┮200
│ │       └─┮application/json
│ │         └─┮Schema
│ │           ├─┮expiration
│ │           │ └──[+] description (8847:34)
│ │           ├─┮created_at
│ │           │ └──[+] description (8861:34)
│ │           ├─┮updated_at
│ │           │ └──[+] description (8865:34)
│ │           └─┮last_used_at
│ │             └──[+] description (8857:34)
│ ├─┮/m2m_tokens/{m2m_token_id}/revoke
│ │ └─┮POST
│ │   └─┮Responses
│ │     └─┮200
│ │       └─┮application/json
│ │         └─┮Schema
│ │           ├─┮last_used_at
│ │           │ └──[+] description (9558:34)
│ │           ├─┮created_at
│ │           │ └──[+] description (9562:34)
│ │           ├─┮expiration
│ │           │ └──[+] description (9553:34)
│ │           └─┮updated_at
│ │             └──[+] description (9566:34)
│ └─┮/api_keys
│   ├─┮GET
│   │ ├─┮Parameters
│   │ │ └─┮Schema
│   │ │   └──[🔀] pattern (8063:22)❌ 
│   │ └─┮Responses
│   │   └─┮200
│   │     └─┮application/json
│   │       └─┮Schema
│   │         └─┮data
│   │           └─┮Schema
│   │             ├─┮expiration
│   │             │ └──[+] description (8158:40)
│   │             ├─┮last_used_at
│   │             │ └──[+] description (8168:40)
│   │             ├─┮updated_at
│   │             │ └──[+] description (8176:40)
│   │             └─┮created_at
│   │               └──[+] description (8172:40)
│   └─┮POST
│     ├─┮Responses
│     │ └─┮200
│     │   └─┮application/json
│     │     └─┮Schema
│     │       ├─┮created_at
│     │       │ └──[+] description (7970:34)
│     │       ├─┮expiration
│     │       │ └──[+] description (7956:34)
│     │       ├─┮last_used_at
│     │       │ └──[+] description (7966:34)
│     │       └─┮updated_at
│     │         └──[+] description (7974:34)
│     └─┮Requestbody
│       └─┮application/json
│         └─┮Schema
│           └─┮subject
│             └──[🔀] pattern (7876:28)❌ 
├─┮Tags
│ └──[+] Role Sets (99:5)
└─┮Components
  ├──[+] responses (15289:7)
  ├──[+] responses (15325:7)
  ├──[+] responses (15331:7)
  ├──[+] schemas (14128:7)
  ├──[+] schemas (14197:7)
  ├──[+] schemas (14611:7)
  ├──[+] schemas (14495:7)
  ├──[+] schemas (14141:7)
  ├──[+] schemas (14692:7)
  ├──[+] schemas (14542:7)
  ├──[+] schemas (14677:7)
  ├──[+] schemas (14246:7)
  ├─┮CommerceSubscriptionItem
  │ ├──[+] properties (11940:9)
  │ ├─┮status
  │ │ ├──[-] enum (11456:27)❌ 
  │ │ ├──[-] enum (11449:27)❌ 
  │ │ ├──[-] enum (11450:27)❌ 
  │ │ ├──[-] enum (11451:27)❌ 
  │ │ ├──[-] enum (11452:27)❌ 
  │ │ ├──[-] enum (11453:27)❌ 
  │ │ ├──[-] enum (11454:27)❌ 
  │ │ ├──[-] enum (11455:27)❌ 
  │ │ ├──[+] format (11985:19)❌ 
  │ │ └──[🔀] description (11986:24)
  │ ├─┮proration_date
  │ │ ├──[-] format (11506:29)❌ 
  │ │ └──[🔀] description (11942:24)
  │ └─┮updated_at
  │   ├──[+] enum (11928:15)
  │   ├──[+] enum (11929:15)
  │   ├──[+] enum (11930:15)
  │   ├──[+] enum (11931:15)
  │   ├──[+] enum (11932:15)
  │   ├──[+] enum (11925:15)
  │   ├──[+] enum (11926:15)
  │   ├──[+] enum (11927:15)
  │   ├──[🔀] type (11922:17)❌ 
  │   ├──[-] format (11529:29)❌ 
  │   └──[🔀] description (11923:24)
  ├─┮schemas-CommerceSubscriptionItem
  │ ├──[+] properties (14038:9)
  │ ├─┮updated_at
  │ │ ├──[+] enum (14024:15)
  │ │ ├──[+] enum (14025:15)
  │ │ ├──[+] enum (14026:15)
  │ │ ├──[+] enum (14027:15)
  │ │ ├──[+] enum (14028:15)
  │ │ ├──[+] enum (14029:15)
  │ │ ├──[🔀] type (14021:17)❌ 
  │ │ ├──[-] format (13640:29)❌ 
  │ │ └──[🔀] description (14022:24)
  │ ├─┮proration_date
  │ │ └──[🔀] description (14040:24)
  │ └─┮status
  │   ├──[-] enum (13542:27)❌ 
  │   ├──[-] enum (13543:27)❌ 
  │   ├──[-] enum (13544:27)❌ 
  │   ├──[-] enum (13545:27)❌ 
  │   ├──[-] enum (13546:27)❌ 
  │   ├──[-] enum (13547:27)❌ 
  │   └──[🔀] description (14103:24)
  ├─┮PasswordHasher
  │ └──[🔀] description (11563:20)
  └─┮OAuthAccessToken
    └─┮Schema
      ├──[+] properties (12130:11)
      ├─┮public_metadata
      │ ├──[-] additionalProperties (11642:47)❌ 
      │ ├──[🔀] type (12106:19)❌ 
      │ └──[+] description (12107:26)
      ├─┮provider_user_id
      │ └──[🔀] description (12118:26)
      ├─┮label
      │ ├──[+] description (12132:26)
      │ └──[-] nullable (11645:35)❌ 
      ├─┮token_secret
      │ └──[🔀] description (12110:26)
      ├─┮scopes
      │ ├──[+] additionalProperties (12121:35)❌ 
      │ ├──[-] items (11649:29)❌ 
      │ ├──[🔀] type (12120:19)❌ 
      │ └──[-] description (11650:38)
      ├─┮token
      │ ├──[+] items (12128:15)❌ 
      │ ├──[🔀] type (12126:19)❌ 
      │ └──[🔀] description (12129:26)
      ├─┮provider
      │ ├──[+] enum (12101:17)
      │ └──[-] description (11639:38)
      └─┮object
        ├──[-] enum (11622:31)❌ 
        └──[+] nullable (12124:23)❌ 
Document Element Total Changes Breaking Changes
tags 1 0
components 74 30
paths 78 15

View full report

Linting Report 0 errors, 55 warnings, 30 hints

View full report

JAVA CHANGELOG

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)

deprecations: 2.81.2 - 2026-01-14

🐛 Bug Fixes

  • prevent duplicate @deprecated annotations on error class fields that are already marked deprecated (commit by @mfbx9da4)

Based on Speakeasy CLI 1.700.1

@github-actions github-actions bot added the patch Patch version bump label Jan 13, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1768262997 branch 8 times, most recently from 0b9a09a to ba782ca Compare January 21, 2026 00:13
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1768262997 branch 6 times, most recently from 8e878ba to b207f6a Compare January 27, 2026 00:15
* `clerk.billing.createPriceTransition()`: **Added**
* `clerk.roleSets.list()`: **Added**
* `clerk.roleSets.create()`: **Added**
* `clerk.roleSets.get()`: **Added**
* `clerk.roleSets.update()`: **Added**
* `clerk.roleSets.replace()`: **Added**
* `clerk.roleSets.addRoles()`: **Added**
* `clerk.roleSets.replaceRole()`: **Added**
* `clerk.users.getBillingSubscription()`:  `response.subscriptionItems[].priceId` **Added**
* `clerk.users.getOAuthAccessToken()`:  `response.[].idToken` **Added**
* `clerk.organizationInvitations.create()`: 
  *  `requestBody.notify` **Added**
* `clerk.organizationInvitations.bulkCreate()`: 
  *  `requestBody[].notify` **Added**
* `clerk.organizations.create()`:  `error.status[402]` **Added**
* `clerk.organizations.getBillingSubscription()`:  `response.subscriptionItems[].priceId` **Added**
* `clerk.billing.listSubscriptionItems()`:  `response.data[].priceId` **Added**
* `clerk.billing.cancelSubscriptionItem()`:  `response.priceId` **Added**
* `clerk.billing.extendSubscriptionItemFreeTrial()`:  `response.priceId` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1768262997 branch from b207f6a to d81f035 Compare January 28, 2026 00:14
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