Skip to content

Conversation

@github-actions
Copy link

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

└─┬Paths
  ├─┬/api/config
  │ ├─┬GET
  │ │ └─┬Extensions
  │ │   └──[➕] x-speakeasy-name-override (24:38)
  │ └─┬PUT
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-name-override (55:38)
  ├─┬/api/iris-artifacts/list
  │ └─┬GET
  │   └─┬Extensions
  │     ├──[➕] x-speakeasy-group (1279:30)
  │     └──[➕] x-speakeasy-name-override (1280:38)
  ├─┬/api/files
  │ └─┬GET
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-name-override (1090:38)
  ├─┬/api/videos/{id}/video
  │ └─┬GET
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-name-override (503:38)
  ├─┬/api/videos/{id}/download
  │ └─┬GET
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-name-override (353:38)
  ├─┬/api/videos/{id}/video-data
  │ └─┬GET
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-name-override (315:38)
  ├─┬/api/rpa/{executionId}/status
  │ └─┬GET
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-name-override (816:38)
  ├─┬/api/videos/{id}/generate-video
  │ └─┬POST
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-name-override (404:38)
  ├─┬/api/human-layer/{requestId}/approve
  │ └─┬POST
  │   └─┬Extensions
  │     ├──[➕] x-speakeasy-name-override (1239:38)
  │     └──[➕] x-speakeasy-group (1238:30)
  ├─┬/api/videos/{id}/frames/{frameIndex}
  │ └─┬DELETE
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-group (586:30)
  ├─┬/api/video/execute/{id}
  │ └─┬POST
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-name-override (981:38)
  ├─┬/api/videos/{id}/captions/{frameIndex}
  │ └─┬PUT
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-group (643:30)
  ├─┬/api/videos/{id}/regenerate
  │ └─┬POST
  │   └─┬Extensions
  │     ├──[➕] x-speakeasy-group (680:30)
  │     └──[➕] x-speakeasy-name-override (681:38)
  ├─┬/api/videos/{id}/video-status
  │ └─┬GET
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-name-override (187:38)
  ├─┬/api/video/upload
  │ └─┬POST
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-name-override (924:38)
  ├─┬/api/files/{id}
  │ ├─┬GET
  │ │ └─┬Extensions
  │ │   └──[➕] x-speakeasy-name-override (1124:38)
  │ └─┬DELETE
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-name-override (1164:38)
  ├─┬/api/human-layer/requests
  │ └─┬GET
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-group (1207:30)
  ├─┬/api/videos/{id}
  │ └─┬GET
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-name-override (116:38)
  ├─┬/api/files/download/{filename}
  │ └─┬GET
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-name-override (1191:38)
  ├─┬/api/files/upload
  │ └─┬POST
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-name-override (1064:38)
  ├─┬/api/video/original/{filename}
  │ └─┬GET
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-name-override (1029:38)
  ├─┬/api/videos/current-session/video-data
  │ └─┬GET
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-name-override (278:38)
  ├─┬/api/videos
  │ └─┬GET
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-name-override (79:38)
  ├─┬/api/videos/{id}/thumbnail
  │ └─┬GET
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-name-override (225:38)
  ├─┬/api/video/processed/{filename}
  │ └─┬GET
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-name-override (1005:38)
  ├─┬/api/iris-artifacts/download/folder/{path}
  │ └─┬GET
  │   └─┬Extensions
  │     ├──[➕] x-speakeasy-group (1345:30)
  │     └──[➕] x-speakeasy-name-override (1346:38)
  ├─┬/api/operators/types
  │ └─┬GET
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-name-override (705:38)
  ├─┬/api/iris-artifacts/download/file/{path}
  │ └─┬GET
  │   └─┬Extensions
  │     ├──[➕] x-speakeasy-group (1312:30)
  │     └──[➕] x-speakeasy-name-override (1313:38)
  └─┬/api/videos/{id}/frames
    └─┬GET
      └─┬Extensions
        └──[➕] x-speakeasy-group (540:30)
Document Element Total Changes Breaking Changes
paths 36 0

TYPESCRIPT CHANGELOG

core: 3.21.8 - 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.21.7 - 2025-04-30

🐛 Bug Fixes

  • allow intentional string escaping without lint errors (commit by @vishalg0wda)

core: 3.21.6 - 2025-04-11

🐛 Bug Fixes

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

core: 3.21.5 - 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.21.4 - 2025-03-11

🐛 Bug Fixes

core: 3.21.3 - 2025-02-26

🐛 Bug Fixes

  • handle open enum imports for enumFormat: enum (commit by @vishalg0wda)

core: 3.21.2 - 2025-02-25

🐛 Bug Fixes

  • importing open enums with useIndexModules: true (commit by @vishalg0wda)

core: 3.21.1 - 2025-02-21

🐛 Bug Fixes

  • handle usage snippet templating when no servers are defined in the spec (commit by @vishalg0wda)

core: 3.21.0 - 2025-02-17

🐝 New Features

  • support openapi specs without server urls (commit by @vishalg0wda)

core: 3.20.0 - 2025-02-14

🐝 New Features

  • return custom API promise from TS functions (commit by @disintegrator)

core: 3.19.0 - 2025-02-04

🐝 New Features

core: 3.18.22 - 2025-01-31

🐛 Bug Fixes

core: 3.18.21 - 2025-01-31

🐛 Bug Fixes

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

core: 3.18.20 - 2025-01-29

🔧 Chores

core: 3.18.19 - 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.18.18 - 2025-01-24

🔧 Chores

core: 3.18.17 - 2025-01-20

🐛 Bug Fixes

core: 3.18.16 - 2025-01-16

🐛 Bug Fixes

core: 3.18.14 - 2025-01-13

🐛 Bug Fixes

  • skip null and undefined parameter values during serialization (commit by @disintegrator)

core: 3.18.13 - 2025-01-13

🐛 Bug Fixes

  • avoid setting Content-Type: */* request header for relevant operations (commit by @disintegrator)

globalServerURLs: 2.82.5 - 2025-05-09

🐛 Bug Fixes

mcpServer: 0.9.2 - 2025-04-17

🐛 Bug Fixes

  • Pin @modelcontextprotocol/sdk to 1.9.0 to prevent breaking changes in 1.10.0 (commit by @bflad)

@github-actions github-actions bot added the minor Minor version bump label May 17, 2025
@codebanesr codebanesr merged commit 27e803a into main May 17, 2025
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.

3 participants