Skip to content

Conversation

@github-actions
Copy link

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

SDK update

Versioning

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

Csharp SDK Changes:

  • ClerkBackendApi.Users.Create():
    • request.SkipUserRequirement Added
OpenAPI Change Summary
└─┬Paths
  ├─┬/users
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         ├──[+] properties (1655:17)
  │         ├─┬web3_wallet
  │         │ ├──[-] items (1556:41)❌ 
  │         │ ├──[🔀] type (1563:25)❌ 
  │         │ ├──[🔀] description (1564:32)
  │         │ ├──[+] nullable (1567:29)❌ 
  │         │ └──[+] example (1568:28)
  │         ├─┬unsafe_metadata
  │         │ ├──[-] additionalProperties (1638:59)❌ 
  │         │ ├──[🔀] type (1604:25)❌ 
  │         │ ├──[🔀] description (1605:32)
  │         │ ├──[+] nullable (1611:29)❌ 
  │         │ └──[🔀] example (1612:28)
  │         ├─┬totp_secret
  │         │ ├──[🔀] type (1656:25)❌ 
  │         │ ├──[🔀] description (1657:32)
  │         │ └──[-] example (1612:46)
  │         └─┬username
  │           ├──[+] additionalProperties (1638:41)❌ 
  │           ├──[🔀] type (1634:25)❌ 
  │           ├──[🔀] description (1635:32)
  │           ├──[-] nullable (1567:47)❌ 
  │           └──[🔀] example (1639:28)
  ├─┬/machines/{machine_id}/scopes
  │ └─┬POST
  │   └──[🔀] description (4339:20)
  └─┬/machines
    └─┬POST
      └─┬Requestbody
        └─┬application/json
          └─┬Schema
            └─┬scoped_machines
              ├──[🔀] maxItems (4136:29)❌ 
              └──[🔀] description (4135:32)
Document Element Total Changes Breaking Changes
paths 22 11

CSHARP CHANGELOG

core: 3.15.8 - 2025-12-18

🐛 Bug Fixes

  • fixed escaping of template braces in defaults, consts, and comments (commit by @tristanspeakeasy)

core: 3.15.6 - 2025-11-25

🐝 New Features

  • allow inclusion of empty array query parameter (commit by @idbentley)

core: 3.15.5 - 2025-11-25

🐝 New Features

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

♻️ Refactors

  • centralize SDK version constants in Constants class to reduce churn (commit by @AshGodfrey)

core: 3.15.4 - 2025-11-10

🐛 Bug Fixes

  • handle application/* encoding in multipart forms (commit by @danielkov)

Based on Speakeasy CLI 1.680.11

@github-actions github-actions bot added the patch Patch version bump label Dec 19, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1766102861 branch 7 times, most recently from 9af97b0 to fa200b4 Compare December 26, 2025 00:08
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1766102861 branch 4 times, most recently from 9c2881b to db5502f Compare December 30, 2025 00:08
* `ClerkBackendApi.Users.Create()`: 
  *  `request.SkipUserRequirement` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1766102861 branch from fa14c73 to a1166e8 Compare December 31, 2025 00:08
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.

2 participants