Skip to content

chore: 🐝 Update SDK - Generate 5.13.0#39

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

chore: 🐝 Update SDK - Generate 5.13.0#39
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1758759731

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Sep 25, 2025

SDK update

Versioning

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

Csharp SDK Changes:

  • Sdk.CodeSamples.GenerateCodeSamplePreview():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • Sdk.Events.Search():
    • request.InteractionType Changed
    • response.[] Changed (Breaking ⚠️)
  • Sdk.Events.GetTargetsDeprecated(): response.[].LastEventInteractionType.Enum(test) Added (Breaking ⚠️)
  • Sdk.Events.GetTargets(): response.[].LastEventInteractionType.Enum(test) Added (Breaking ⚠️)
  • Sdk.Events.GetEventsByTarget(): response.[] Changed (Breaking ⚠️)
  • Sdk.CodeSamples.GetCodeSamplePreviewAsync(): response Changed (Breaking ⚠️)
  • Sdk.CodeSamples.GenerateCodeSamplePreviewAsync(): request Changed (Breaking ⚠️)
  • Sdk.Artifacts.GetNamespaces(): response.items[] Changed
  • Sdk.PublishingTokens.List(): Added
  • Sdk.PublishingTokens.ResolveTarget(): Added
  • Sdk.PublishingTokens.Update(): Added
  • Sdk.SchemaStore.CreateSchemaStoreItem(): Added
  • Sdk.SchemaStore.GetSchemaStoreItem(): Added
  • Sdk.CodeSamples.Get(): Removed (Breaking ⚠️)
  • Sdk.Artifacts.SetArchived(): Added
  • Sdk.Artifacts.GetRevisions(): response.items[].ContentsMetadata Added
  • Sdk.Auth.GetUser(): response Changed
  • Sdk.Auth.ValidateApiKey(): response.billingAddOns Added
  • Sdk.PublishingTokens.ResolveMetadata(): Added
  • Sdk.PublishingTokens.Get(): Added
  • Sdk.PublishingTokens.Delete(): Added
  • Sdk.Workspaces.CreateToken():
    • request.WorkspaceToken Changed
  • Sdk.Workspaces.GetTeam(): response.users[] Changed
  • Sdk.Workspaces.GetTokens(): response.[] Changed
  • Sdk.PublishingTokens.Create(): Added
  • Sdk.Organizations.GetBillingAddOns(): Added
  • Sdk.Organizations.DeleteBillingAddOn(): Added
  • Sdk.Events.Post():
    • request.RequestBody[] Changed
  • Sdk.Organizations.CreateBillingAddOns(): Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (686:3)
│ ├──[+] path (872:3)
│ ├──[+] path (847:3)
│ ├──[+] path (708:3)
│ ├──[+] path (643:3)
│ ├──[+] path (766:3)
│ ├──[+] path (1879:3)
│ ├──[+] path (1756:3)
│ ├─┬/v1/code_sample
│ │ └─┬GET
│ │   ├──[+] parameters (126:17)❌ 
│ │   ├──[🔀] summary (102:16)
│ │   ├──[🔀] description (103:20)
│ │   ├─┬Parameters
│ │   │ ├──[+] example (114:20)
│ │   │ └──[🔀] description (111:24)
│ │   ├─┬Parameters
│ │   │ ├──[+] example (121:20)
│ │   │ └──[+] description (118:24)
│ │   ├─┬Parameters
│ │   │ ├──[+] example (147:20)
│ │   │ └──[+] description (144:24)
│ │   └─┬Responses
│ │     └─┬2XX
│ │       └─┬application/json
│ │         └──[+] examples (4015:7)
│ ├─┬/v1/code_sample/preview
│ │ └─┬POST
│ │   └─┬Responses
│ │     ├──[-] codes (153:21)❌ 
│ │     └──[+] codes (179:11)
│ ├─┬/v1/code_sample/preview/async/{jobID}
│ │ └─┬GET
│ │   └─┬Responses
│ │     ├──[-] codes (232:21)❌ 
│ │     └──[+] codes (256:11)
│ └─┬/v1/workspace/{workspace_id}/events
│   └─┬GET
│     └──Parameters
├─┬Servers
│ └──[-] servers (7:7)❌ 
├─┬Servers
│ └──[+] servers (7:5)
└─┬Components
  ├──[+] examples (4040:7)
  ├──[+] examples (4015:7)
  ├──[+] schemas (2649:7)
  ├──[+] schemas (3899:7)
  ├──[+] schemas (2520:7)
  ├──[+] schemas (3377:7)
  ├──[+] schemas (3595:7)
  ├──[+] schemas (3620:7)
  ├──[+] schemas (2562:7)
  ├──[+] schemas (3421:7)
  ├──[+] schemas (2639:7)
  ├──[+] schemas (3606:7)
  ├─┬CodeSampleSchemaInput
  │ ├──[+] required (3547:11)❌ 
  │ ├──[-] required (3040:19)❌ 
  │ ├──[+] properties (3555:9)
  │ ├──[+] properties (3558:9)
  │ ├──[-] properties (3048:17)❌ 
  │ ├─┬sdk_class_name
  │ │ ├──[+] format (3565:19)❌ 
  │ │ └──[🔀] description (3566:24)
  │ ├─┬package_name
  │ │ ├──[+] items (3561:13)❌ 
  │ │ ├──[🔀] type (3559:17)❌ 
  │ │ └──[🔀] description (3562:24)
  │ └─┬schema_file
  │   ├──[-] format (3055:29)❌ 
  │   └──[🔀] description (3551:24)
  ├─┬ApiKeyDetails
  │ ├──[+] required (2431:11)❌ 
  │ ├──[+] properties (2408:9)
  │ ├─┬telemetry_disabled
  │ │ └──[🔀] type (2399:17)❌ 
  │ ├─┬generation_access_unlimited
  │ │ ├──[+] items (2416:13)❌ 
  │ │ ├──[🔀] type (2414:17)❌ 
  │ │ └──[+] deprecated (2413:23)
  │ ├─┬feature_flags
  │ │ └──[-] deprecated (2029:33)
  │ ├─┬workspace_id
  │ │ ├──[+] format (2421:19)❌ 
  │ │ └──[+] description (2420:24)
  │ ├─┬org_slug
  │ │ └──[🔀] type (2401:17)❌ 
  │ ├─┬workspace_created_at
  │ │ ├──[🔀] type (2418:17)❌ 
  │ │ ├──[-] format (2037:29)❌ 
  │ │ └──[-] description (2036:34)
  │ └─┬enabled_features
  │   └─┬Schema
  │     └──[🔀] $ref (3421:13)❌ 
  ├─┬CliEvent
  │ ├──[+] properties (2991:9)
  │ ├─┬workflow_post_raw
  │ │ └──[🔀] description (3002:24)
  │ ├─┬workflow_pre_raw
  │ │ └──[🔀] description (2999:24)
  │ ├─┬workspace_id
  │ │ └──[🔀] description (2996:24)
  │ ├─┬workflow_lock_pre_raw
  │ │ └──[🔀] description (3005:24)
  │ └─┬workflow_lock_post_raw
  │   └──[🔀] description (2993:24)
  ├─┬Namespace
  │ ├──[+] properties (3824:9)
  │ ├──[+] properties (3828:9)
  │ ├─┬id
  │ │ ├──[+] format (3813:19)❌ 
  │ │ ├──[-] description (3255:34)
  │ │ └──[+] readOnly (3814:21)❌ 
  │ ├─┬public
  │ │ └──[🔀] $ref (3900:9)❌ 
  │ ├─┬name
  │ │ └──[🔀] description (3808:24)
  │ ├─┬composite_spec_metadata
  │ │ ├──[-] required (3281:27)❌ 
  │ │ ├──[-] required (3282:27)❌ 
  │ │ ├──[🔀] type (3827:17)❌ 
  │ │ ├──[+] format (3825:19)❌ 
  │ │ ├──[+] readOnly (3826:21)❌ 
  │ │ ├──[-] properties (3274:25)❌ 
  │ │ └──[-] properties (3278:25)❌ 
  │ ├─┬updated_at
  │ │ ├──[-] format (3264:29)❌ 
  │ │ ├──[+] description (3811:24)
  │ │ └──[-] readOnly (3265:31)❌ 
  │ └─┬created_at
  │   ├──[+] required (3840:15)❌ 
  │   ├──[+] required (3841:15)❌ 
  │   ├──[🔀] type (3831:17)❌ 
  │   ├──[-] format (3260:29)❌ 
  │   ├──[-] readOnly (3261:31)❌ 
  │   ├──[+] properties (3833:13)
  │   └──[+] properties (3837:13)
  ├─┬Revision
  │ ├──[+] properties (3881:9)
  │ ├─┬digest
  │ │ ├──[+] format (3884:19)❌ 
  │ │ ├──[+] readOnly (3885:21)❌ 
  │ │ └──[-] example (3315:30)
  │ ├─┬tags
  │ │ ├──[-] items (3321:25)❌ 
  │ │ └──[🔀] type (3876:17)❌ 
  │ ├─┬created_at
  │ │ └──[🔀] $ref (3900:9)❌ 
  │ ├─┬id
  │ │ ├──[-] description (3312:34)
  │ │ └──[+] example (3874:20)
  │ ├─┬updated_at
  │ │ ├──[+] items (3880:13)❌ 
  │ │ ├──[🔀] type (3878:17)❌ 
  │ │ ├──[-] format (3327:29)❌ 
  │ │ └──[-] readOnly (3328:31)❌ 
  │ └─┬namespace_name
  │   └──[+] description (3871:24)
  ├─┬WorkspaceToken
  │ ├──[+] properties (3505:9)
  │ ├──[+] properties (3508:9)
  │ ├─┬last_used
  │ │ ├──[-] format (2997:29)❌ 
  │ │ └──[-] nullable (2995:31)❌ 
  │ ├─┬key
  │ │ └──[+] nullable (3512:21)❌ 
  │ ├─┬id
  │ │ └──[+] nullable (3510:21)❌ 
  │ └─┬workspace_id
  │   ├──[+] format (3498:19)❌ 
  │   └──[+] nullable (3496:21)❌ 
  ├─┬UsageSnippet
  │ ├──[+] required (3648:11)❌ 
  │ ├──[+] required (3649:11)❌ 
  │ ├──[+] properties (3636:9)
  │ ├──[+] properties (3633:9)
  │ └─┬operationId
  │   ├──[-] type (3088:27)❌ 
  │   └──[🔀] description (3637:24)
  ├─┬InteractionType
  │ └──[+] enum (3021:11)
  └─┬User
    ├──[+] properties (3229:9)
    ├──[+] properties (3226:9)
    ├─┬internal
    │ ├──[🔀] type (3178:17)❌ 
    │ └──[🔀] description (3179:24)
    ├─┬id
    │ ├──[🔀] type (3230:17)❌ 
    │ └──[🔀] description (3231:24)
    ├─┬whitelisted
    │ ├──[🔀] type (3227:17)❌ 
    │ └──[🔀] description (3228:24)
    ├─┬last_login_at
    │ ├──[🔀] type (3224:17)❌ 
    │ ├──[-] format (2749:29)❌ 
    │ ├──[🔀] description (3225:24)
    │ └──[-] nullable (2748:31)❌ 
    ├─┬updated_at
    │ ├──[-] format (2760:29)❌ 
    │ ├──[🔀] description (3196:24)
    │ └──[+] nullable (3195:21)❌ 
    └─┬photo_url
      ├──[+] format (3210:19)❌ 
      └──[🔀] description (3211:24)
Document Element Total Changes Breaking Changes
paths 22 3
servers 2 1
components 114 60

View full report

Linting Report 0 errors, 70 warnings, 12 hints

View full report

CSHARP CHANGELOG

constsAndDefaults: 0.0.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.15.11 - 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.15.10 - 2026-01-23

🐛 Bug Fixes

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

core: 3.15.9 - 2026-01-22

🐛 Bug Fixes

  • populate response Headers dictionary (commit by @2ynn)

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)

core: 3.15.7 - 2025-11-06

🐛 Bug Fixes

  • multi-part arrays now serialized according to RFC7578 (commit by @danielkov)

core: 3.15.3 - 2025-11-05

🐝 New Features

  • support body field name configuration via requestBodyFieldName in gen.yaml (commit by @subomi)

core: 3.15.2 - 2025-10-30

🐛 Bug Fixes

  • make security scheme resolution case-insensitive (commit by @vishalg0wda)

core: 3.15.1 - 2025-10-17

🔧 Chores

  • document sdk parameters in constructor (commit by @vishalg0wda)

core: 3.15.0 - 2025-10-13

🐝 New Features

  • add config option for deep merging allOf nodes in OpenAPI specs (commit by @BlakeTheAwesome)

core: 3.14.0 - 2025-10-08

🐝 New Features

  • add support for custom description in .csproj file via gen.yaml (commit by @AshGodfrey)

core: 3.13.0 - 2025-09-26

🐝 New Features

core: 3.12.4 - 2025-09-25

🔧 Chores

  • Make Nodatime dependency optional in C# 6 or later (commit by @BlakeTheAwesome)

core: 3.12.3 - 2025-09-23

🐛 Bug Fixes

  • allow input/output models without suffixes (commit by @disintegrator)

core: 3.12.2 - 2025-09-02

🐛 Bug Fixes

  • enabled empty strings to be used as end cursor values in pagination (commit by @GorshkovIvan)

core: 3.12.1 - 2025-09-01

🔧 Chores

  • added support for lowercase Bearer tokens in Authorization headers (commit by @GorshkovIvan)

core: 3.12.0 - 2025-08-19

🐝 New Features

  • allow unbranding of HTTP client interface (commit by @2ynn)

core: 3.11.3 - 2025-08-19

🐛 Bug Fixes

  • URL encoding for path and query parameters (commit by @2ynn)

core: 3.11.2 - 2025-07-24

🔧 Chores

core: 3.11.1 - 2025-06-06

🐛 Bug Fixes

core: 3.11.0 - 2025-05-21

🐝 New Features

  • implement builder pattern for sdk initialization (commit by @vishalg0wda)

core: 3.10.17 - 2025-05-07

🐛 Bug Fixes

  • fixed stability of generated examples using operation and field seeds, including fixes to union examples (commit by @tristanspeakeasy)

core: 3.10.16 - 2025-04-11

🐛 Bug Fixes

  • increase stability of generator model file names (commit by @vishalg0wda)

core: 3.10.15 - 2025-04-03

🐛 Bug Fixes

  • improve performance of generation on multicore machines and various fixes to correctness based on order of generation (commit by @tristanspeakeasy)

core: 3.10.14 - 2025-02-19

🐛 Bug Fixes

  • Prevent compilation errors with variable naming due to special characters in operationId (commit by @bflad)

core: 3.10.13 - 2025-01-30

🐛 Bug Fixes

  • fixed handling of default fields in usage snippets and tests, fixed validation of required schema property (commit by @tristanspeakeasy)

core: 3.10.12 - 2025-01-27

🐛 Bug Fixes

  • sort subresponses based on the worst scoring response in the group to ensure that no unreachable code paths are created (commit by @idbentley)

core: 3.10.11 - 2025-01-13

🐛 Bug Fixes

  • handle 4XX and 5XX error ranges seperately (commit by @idbentley)

globalSecurity: 2.83.9 - 2026-02-03

🐝 New Features

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

globalSecurity: 2.83.8 - 2025-09-10

🔧 Chores

  • support opting out of operation security hoisting (commit by @vishalg0wda)

globalSecurity: 2.83.7 - 2025-02-06

🐛 Bug Fixes

  • fixes to handling of security at both global and operation level especially for oauth2 (commit by @tristanspeakeasy)

globalServerURLs: 2.83.0 - 2025-10-22

🐝 New Features

  • Allow server selection to appear in all code samples (commit by @BlakeTheAwesome)

globalServerURLs: 2.82.4 - 2025-05-09

🐛 Bug Fixes

globals: 2.82.2 - 2026-01-15

🐛 Bug Fixes

  • prevent dereference of null request object when setting global parameters (commit by @2ynn)

methodArguments: 0.2.1 - 2025-09-02

🐛 Bug Fixes

  • Optional parameters must appear after all required parameters (CS1737) (commit by @Kanwardeep)

nullables: 0.1.1 - 2025-02-17

🐛 Bug Fixes

  • represent maps/arrays that can contain null (commit by @disintegrator)

openEnums: 0.1.1 - 2025-09-10

🐛 Bug Fixes

  • resolve C# compilation error when open enums are used in discriminated unions (commit by @tristanspeakeasy)

sdkHooks: 0.3.0 - 2025-10-15

🐝 New Features

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

sdkHooks: 0.2.0 - 2025-05-12

🐝 New Features

Based on Speakeasy CLI 1.706.1

@github-actions github-actions bot added the minor Minor version bump label Sep 25, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1758759731 branch 8 times, most recently from e4e8e57 to d242a28 Compare October 3, 2025 00:22
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1758759731 branch 8 times, most recently from 353d75c to 858ed1c Compare October 11, 2025 00:21
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1758759731 branch 7 times, most recently from 9c9b293 to 95c7a7f Compare October 18, 2025 00:21
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1758759731 branch 6 times, most recently from 458d8b3 to c905b95 Compare October 24, 2025 00:21
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1758759731 branch 8 times, most recently from 38be65f to 2ed4c5f Compare January 17, 2026 00:26
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1758759731 branch 7 times, most recently from 6e24395 to 9c1d3a4 Compare January 24, 2026 00:26
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1758759731 branch 7 times, most recently from 6b162ca to 6f34834 Compare January 31, 2026 00:30
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1758759731 branch 5 times, most recently from 1c606d8 to 129db2d Compare February 5, 2026 00:33
* `Sdk.CodeSamples.GenerateCodeSamplePreview()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `Sdk.Events.Search()`: 
  *  `request.InteractionType` **Changed**
  *  `response.[]` **Changed** (Breaking ⚠️)
* `Sdk.Events.GetTargetsDeprecated()`:  `response.[].LastEventInteractionType.Enum(test)` **Added** (Breaking ⚠️)
* `Sdk.Events.GetTargets()`:  `response.[].LastEventInteractionType.Enum(test)` **Added** (Breaking ⚠️)
* `Sdk.Events.GetEventsByTarget()`:  `response.[]` **Changed** (Breaking ⚠️)
* `Sdk.CodeSamples.GetCodeSamplePreviewAsync()`:  `response` **Changed** (Breaking ⚠️)
* `Sdk.CodeSamples.GenerateCodeSamplePreviewAsync()`:  `request` **Changed** (Breaking ⚠️)
* `Sdk.Artifacts.GetNamespaces()`:  `response.items[]` **Changed**
* `Sdk.PublishingTokens.List()`: **Added**
* `Sdk.PublishingTokens.ResolveTarget()`: **Added**
* `Sdk.PublishingTokens.Update()`: **Added**
* `Sdk.SchemaStore.CreateSchemaStoreItem()`: **Added**
* `Sdk.SchemaStore.GetSchemaStoreItem()`: **Added**
* `Sdk.CodeSamples.Get()`: **Removed** (Breaking ⚠️)
* `Sdk.Artifacts.SetArchived()`: **Added**
* `Sdk.Artifacts.GetRevisions()`:  `response.items[].ContentsMetadata` **Added**
* `Sdk.Auth.GetUser()`:  `response` **Changed**
* `Sdk.Auth.ValidateApiKey()`:  `response.billingAddOns` **Added**
* `Sdk.PublishingTokens.ResolveMetadata()`: **Added**
* `Sdk.PublishingTokens.Get()`: **Added**
* `Sdk.PublishingTokens.Delete()`: **Added**
* `Sdk.Workspaces.CreateToken()`: 
  *  `request.WorkspaceToken` **Changed**
* `Sdk.Workspaces.GetTeam()`:  `response.users[]` **Changed**
* `Sdk.Workspaces.GetTokens()`:  `response.[]` **Changed**
* `Sdk.PublishingTokens.Create()`: **Added**
* `Sdk.Organizations.GetBillingAddOns()`: **Added**
* `Sdk.Organizations.DeleteBillingAddOn()`: **Added**
* `Sdk.Events.Post()`: 
  *  `request.RequestBody[]` **Changed**
* `Sdk.Organizations.CreateBillingAddOns()`: **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1758759731 branch from ba6cecd to 7c9a750 Compare February 6, 2026 00:30
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