Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 🐝 Update SDK - Generate 5.13.0 #37

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jan 15, 2025

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

├─┬Paths
│ ├──[➕] path (1549:5)
│ ├─┬/v1/code_sample
│ │ └─┬GET
│ │   ├──[➕] parameters (126:25)❌ 
│ │   ├──[🔀] summary (102:22)
│ │   ├──[🔀] description (103:26)
│ │   ├─┬Parameters
│ │   │ ├──[➕] example (121:28)
│ │   │ └──[➕] description (118:32)
│ │   ├─┬Parameters
│ │   │ ├──[➕] example (147:28)
│ │   │ └──[➕] description (144:32)
│ │   ├─┬Parameters
│ │   │ ├──[➕] example (114:28)
│ │   │ └──[🔀] description (111:32)
│ │   └─┬Responses
│ │     └─┬2XX
│ │       └─┬application/json
│ │         └──[➕] examples (3568:13)
│ ├─┬/v1/workspace/{workspace_id}/events
│ │ └─┬GET
│ │   └──Parameters
│ ├─┬/v1/code_sample/preview/async/{jobID}
│ │ └─┬GET
│ │   └─┬Responses
│ │     ├──[➖] codes (232:21)❌ 
│ │     └──[➕] codes (256:21)
│ └─┬/v1/code_sample/preview
│   └─┬POST
│     └─┬Responses
│       ├──[➖] codes (153:21)❌ 
│       └──[➕] codes (179:21)
└─┬Components
  ├──[➕] examples (3593:13)
  ├──[➕] examples (3568:13)
  ├──[➕] schemas (3452:13)
  ├──[➕] schemas (3159:13)
  ├──[➕] schemas (3148:13)
  ├──[➕] schemas (3173:13)
  ├─┬InteractionType
  │ └──[➕] enum (2614:19)
  ├─┬User
  │ ├──[➕] properties (2822:17)
  │ └──[➕] properties (2819:17)
  ├─┬CodeSampleSchemaInput
  │ ├──[➕] required (3100:19)❌ 
  │ ├──[➖] required (3040:19)❌ 
  │ ├──[➕] properties (3108:17)
  │ └──[➕] properties (3111:17)
  ├─┬CliEvent
  │ └──[➕] properties (2584:17)
  ├─┬Namespace
  │ ├──[➕] properties (3377:17)
  │ └──[➕] properties (3381:17)
  ├─┬Revision
  │ └──[➕] properties (3434:17)
  └─┬UsageSnippet
    ├──[➕] required (3201:19)❌ 
    ├──[➕] required (3202:19)❌ 
    ├──[➕] properties (3189:17)
    └──[➕] properties (3186:17)
Document Element Total Changes Breaking Changes
components 21 4
paths 15 3

CSHARP CHANGELOG

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)

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)

nullables: 0.1.1 - 2025-02-17

🐛 Bug Fixes

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

@github-actions github-actions bot added the patch Patch version bump label Jan 15, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1736900413 branch 8 times, most recently from 0aa1279 to e208d9c Compare January 23, 2025 00:20
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1736900413 branch 5 times, most recently from 5ca3e67 to a0b651e Compare January 28, 2025 00:20
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 5.12.1 chore: 🐝 Update SDK - Generate 5.13.0 Jan 28, 2025
@github-actions github-actions bot added minor Minor version bump and removed patch Patch version bump labels Jan 28, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1736900413 branch 7 times, most recently from c0550e4 to 7c3415f Compare February 4, 2025 00:20
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1736900413 branch 6 times, most recently from c570ece to 39da7f4 Compare February 10, 2025 00:21
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1736900413 branch 7 times, most recently from e8f7af5 to 5cfb6a0 Compare February 17, 2025 00:22
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1736900413 branch 2 times, most recently from 2dec442 to b077b23 Compare February 19, 2025 00:21
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1736900413 branch from ad56c37 to cf6221d Compare February 25, 2025 00:25
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