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.1.5 #14

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: [patch] - 🤖 (automated)

OpenAPI Change Summary

├─┬Paths
│ ├─┬/users/count
│ │ └─┬GET
│ │   └──[➕] parameters (1591:17)❌ 
│ ├─┬/oauth_applications
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[➕] properties (4791:17)
│ │         ├─┬scopes
│ │         │ └──[➕] nullable (4807:29)❌ 
│ │         ├─┬callback_url
│ │         │ ├──[➕] nullable (4800:29)❌ 
│ │         │ └──[➕] deprecated (4801:31)
│ │         └─┬public
│ │           ├──[🔀] description (4810:32)
│ │           └──[➕] nullable (4811:29)❌ 
│ ├─┬/oauth_applications/{oauth_application_id}
│ │ └─┬PATCH
│ │   ├─┬Responses
│ │   │ └──[➕] codes (7511:7)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[➕] properties (4890:17)
│ │         ├──[➕] properties (4873:17)
│ │         ├─┬callback_url
│ │         │ ├──[➕] nullable (4882:29)❌ 
│ │         │ └──[➕] deprecated (4883:31)
│ │         ├─┬name
│ │         │ └──[➕] nullable (4872:29)❌ 
│ │         └─┬scopes
│ │           └──[➕] nullable (4889:29)❌ 
│ ├─┬/users/{user_id}/totp
│ │ └──[➖] post (2361:13)❌ 
│ └─┬/users
│   └─┬GET
│     └──[➕] parameters (1245:17)❌ 
└─┬Components
  ├──[➖] responses (7656:13)❌ 
  ├──[➖] schemas (6480:13)❌ 
  ├─┬IdentificationLink
  │ └─┬type
  │   ├──[➖] enum (5626:27)❌ 
  │   ├──[➖] enum (5627:27)❌ 
  │   ├──[➖] enum (5621:27)❌ 
  │   ├──[➖] enum (5622:27)❌ 
  │   ├──[➖] enum (5623:27)❌ 
  │   ├──[➖] enum (5624:27)❌ 
  │   └──[➖] enum (5625:27)❌ 
  └─┬OAuthApplication
    ├──[➕] required (7287:11)❌ 
    ├──[➕] properties (7252:9)
    └─┬callback_url
      └──[➕] deprecated (7258:23)
Document Element Total Changes Breaking Changes
paths 16 9
components 12 10

PHP CHANGELOG

core: 3.7.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.7.12 - 2025-01-28

🐛 Bug Fixes

  • support default status code response handling (commit by @idbentley)

core: 3.7.11 - 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.7.10 - 2025-01-23

🐛 Bug Fixes

  • increase testbench minimum version to get past insecure older laravel version (commit by @idbentley)

globalSecurityFlattening: 0.1.2 - 2025-02-04

🐛 Bug Fixes

  • setSecuritySource when setting security while flattened. (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-1738024123 branch 2 times, most recently from e3d4b62 to 1883ccc Compare January 30, 2025 00:29
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 0.1.6 chore: 🐝 Update SDK - Generate 0.1.5 Jan 30, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1738024123 branch 5 times, most recently from 73e5c6f to 0c3e519 Compare February 4, 2025 00:29
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1738024123 branch from 0c3e519 to 3de86cf Compare February 5, 2025 00:30
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