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 0.4.0 #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

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

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

├─┬Paths
│ ├─┬/users/{user_id}/totp
│ │ └──[➖] post (2511:13)❌ 
│ ├─┬/waitlist_entries
│ │ └─┬GET
│ │   └──Parameters
│ ├─┬/users
│ │ └─┬GET
│ │   ├──[➕] parameters (1311:17)❌ 
│ │   └──Parameters
│ ├─┬/organizations
│ │ └─┬GET
│ │   └──Parameters
│ ├─┬/organization_invitations
│ │ └─┬GET
│ │   └──Parameters
│ ├─┬/users/count
│ │ └─┬GET
│ │   └──[➕] parameters (1684:17)❌ 
│ ├─┬/oauth_applications
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[➕] properties (5065:17)
│ │         ├─┬public
│ │         │ ├──[🔀] description (5085:32)
│ │         │ └──[➕] nullable (5086:29)❌ 
│ │         ├─┬callback_url
│ │         │ ├──[➕] nullable (5074:29)❌ 
│ │         │ └──[➕] deprecated (5075:31)
│ │         └─┬scopes
│ │           └──[➕] nullable (5082:29)❌ 
│ └─┬/oauth_applications/{oauth_application_id}
│   └─┬PATCH
│     ├─┬Responses
│     │ └──[➕] codes (8185:7)
│     └─┬Requestbody
│       └─┬application/json
│         └─┬Schema
│           ├──[➕] properties (5170:17)
│           ├──[➕] properties (5152:17)
│           ├─┬callback_url
│           │ ├──[➕] nullable (5161:29)❌ 
│           │ └──[➕] deprecated (5162:31)
│           ├─┬name
│           │ └──[➕] nullable (5150:29)❌ 
│           └─┬scopes
│             └──[➕] nullable (5169:29)❌ 
└─┬Components
  ├──[➖] responses (8331:13)❌ 
  ├──[➖] schemas (7008:13)❌ 
  ├─┬IdentificationLink
  │ └─┬type
  │   ├──[➖] enum (5979:27)❌ 
  │   ├──[➖] enum (5980:27)❌ 
  │   ├──[➖] enum (5981:27)❌ 
  │   ├──[➖] enum (5982:27)❌ 
  │   ├──[➖] enum (5976:27)❌ 
  │   ├──[➖] enum (5977:27)❌ 
  │   └──[➖] enum (5978:27)❌ 
  └─┬OAuthApplication
    ├──[➕] required (7956:11)❌ 
    ├──[➕] properties (7915:9)
    └─┬callback_url
      └──[➕] deprecated (7921:23)
Document Element Total Changes Breaking Changes
paths 16 9
components 12 10

CSHARP CHANGELOG

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)

@github-actions github-actions bot added the patch Patch version bump label Jan 28, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1738022735 branch 3 times, most recently from 2d0a590 to c6cafde Compare January 31, 2025 00:07
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 0.3.1 chore: 🐝 Update SDK - Generate 0.4.0 Feb 1, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1738022735 branch from c6cafde to 389e2f1 Compare February 1, 2025 00:07
@github-actions github-actions bot added minor Minor version bump and removed patch Patch version bump labels Feb 1, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1738022735 branch 5 times, most recently from d87069e to 67c428d Compare February 6, 2025 00:07
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1738022735 branch from 67c428d to dea4d64 Compare February 7, 2025 00:07
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