Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 13, 2025

SDK update

Versioning

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

Typescript SDK Changes Detected:

  • livepeer.generate.liveVideoToVideo():
    • request Changed
    • response Changed
OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (6:12)
└─┬Components
  ├─┬LiveVideoToVideoParams
  │ ├──[+] properties (1017:9)
  │ ├──[+] properties (1022:9)
  │ ├──[+] properties (1027:9)
  │ ├─┬publish_url
  │ │ ├──[🔀] title (1005:18)
  │ │ └──[🔀] description (1006:24)
  │ ├─┬subscribe_url
  │ │ ├──[🔀] type (1013:17)❌ 
  │ │ ├──[🔀] title (1014:18)
  │ │ ├──[🔀] description (1015:24)
  │ │ └──[+] default (1016:20)❌ 
  │ ├─┬params
  │ │ ├──[🔀] type (1023:17)❌ 
  │ │ ├──[🔀] title (1024:18)
  │ │ ├──[🔀] description (1025:24)
  │ │ └──[🔀] default (1026:20)❌ 
  │ └─┬model_id
  │   ├──[🔀] title (1019:18)
  │   └──[🔀] description (1020:24)
  └─┬LiveVideoToVideoResponse
    ├──[+] properties (1063:9)
    ├──[+] properties (1058:9)
    ├─┬subscribe_url
    │ ├──[🔀] title (1046:18)
    │ └──[🔀] description (1047:24)
    └─┬publish_url
      ├──[🔀] title (1065:18)
      └──[🔀] description (1066:24)
Document Element Total Changes Breaking Changes
info 1 0
components 21 4

TYPESCRIPT CHANGELOG

constsAndDefaults: 0.1.12 - 2025-06-11

🐛 Bug Fixes

  • fix to const handling (commit by @mfbx9da4)

core: 3.22.0 - 2025-10-13

🐝 New Features

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

core: 3.21.27 - 2025-10-09

🐛 Bug Fixes

  • Fix reading environment variables in deno (commit by @subomi)

core: 3.21.26 - 2025-10-01

🐛 Bug Fixes

  • add acceptHeaderEnum config to control Accept header enum generation (commit by @)

core: 3.21.25 - 2025-09-23

🐛 Bug Fixes

core: 3.21.24 - 2025-09-23

🐛 Bug Fixes

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

core: 3.21.23 - 2025-09-18

🔧 Chores

  • added snake case support for models in typescript (commit by @GorshkovIvan)

core: 3.21.22 - 2025-09-02

🐛 Bug Fixes

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

core: 3.21.21 - 2025-09-01

🔧 Chores

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

core: 3.21.20 - 2025-08-06

🐛 Bug Fixes

  • Prevent dependency version mismatch between typescript 5.8 and typescript-eslint versions earlier than 8.26.0 (commit by @bflad)

core: 3.21.19 - 2025-08-01

🐛 Bug Fixes

  • referencing models before declaration (commit by @mfbx9da4)

core: 3.21.18 - 2025-07-31

🐛 Bug Fixes

  • potential issue using enum before declaration in model file (commit by @mfbx9da4)

core: 3.21.17 - 2025-07-30

🐛 Bug Fixes

  • zodv4 compatibility issues (commit by @mfbx9da4)

core: 3.21.16 - 2025-07-24

🔧 Chores

core: 3.21.15 - 2025-07-15

🐛 Bug Fixes

  • sanitize reserved keywords in function names to prevent compilation errors (commit by @AshGodfrey)

core: 3.21.14 - 2025-07-09

🐛 Bug Fixes

  • [force-gen] limit zod version to ^3 (commit by @walker-tx)

core: 3.21.13 - 2025-07-03

🐛 Bug Fixes

  • pin @types/bun version to last compatible release (commit by @vishalg0wda)

core: 3.21.12 - 2025-07-03

🐛 Bug Fixes

  • fixed generation of example call signatures when skipping optional parameters (commit by @tristanspeakeasy)

core: 3.21.11 - 2025-06-09

🐛 Bug Fixes

core: 3.21.10 - 2025-05-30

🐛 Bug Fixes

core: 3.21.9 - 2025-05-19

🐛 Bug Fixes

  • Prevent errors with Zod 3.25+ and commonjs module config (commit by @bflad)

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)

globalSecurity: 2.82.14 - 2025-09-10

🔧 Chores

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

globalSecurity: 2.82.13 - 2025-02-06

🐛 Bug Fixes

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

globalServerURLs: 2.82.5 - 2025-05-09

🐛 Bug Fixes

sdkHooks: 0.3.0 - 2025-05-21

🐝 New Features

unions: 2.86.0 - 2025-10-01

🐝 New Features

  • support nested discriminated unions (commit by @vishalg0wda)

unions: 2.85.12 - 2025-09-25

🐛 Bug Fixes

  • Fix discriminator mapping array being re-sorted as a side effect of our zod serialisation code (commit by @BlakeTheAwesome)

unions: 2.85.11 - 2025-06-19

🐛 Bug Fixes

  • regression related to union discriminator mapping (commit by @mfbx9da4)

unions: 2.85.10 - 2025-06-13

🐛 Bug Fixes

  • implement union type sorting by required fields count (commit by @tristanspeakeasy)

unions: 2.85.9 - 2025-06-05

🐛 Bug Fixes

  • Handle unions for multipart/form-data request body (commit by @Kanwardeep)

Based on Speakeasy CLI 1.637.0

@github-actions github-actions bot added the minor Minor version bump label Feb 13, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739404875 branch 7 times, most recently from 9d9b185 to 6772f81 Compare February 20, 2025 00:01
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739404875 branch 8 times, most recently from efa10ae to 4c270ba Compare February 28, 2025 00:01
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739404875 branch 8 times, most recently from b67bad3 to b6460ec Compare March 8, 2025 00:01
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739404875 branch 6 times, most recently from afc36d2 to b3b5bae Compare March 14, 2025 00:01
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739404875 branch 7 times, most recently from 7014b2e to 4769764 Compare September 28, 2025 00:02
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739404875 branch 6 times, most recently from 7aec449 to ea2e1cc Compare October 5, 2025 00:02
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739404875 branch 8 times, most recently from 588f57c to 01c642a Compare October 13, 2025 00:02
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739404875 branch 6 times, most recently from c289234 to 2934149 Compare October 19, 2025 00:02
* `livepeer.generate.liveVideoToVideo()`: 
  *  `request` **Changed**
  *  `response` **Changed**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739404875 branch from ec81e5b to abe4610 Compare October 20, 2025 00:02
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