Skip to content

Conversation

@github-actions
Copy link
Contributor

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

SDK update

Versioning

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

Go SDK Changes Detected:

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

GO CHANGELOG

constsAndDefaults: 0.1.12 - 2025-04-07

🐛 Bug Fixes

  • Respect default value of empty string in JSON marshal and unmarshal (commit by @bflad)

constsAndDefaults: 0.1.11 - 2025-03-12

🐛 Bug Fixes

  • sanitize constants and defaults annotations (commit by @2ynn)

constsAndDefaults: 0.1.10 - 2025-02-19

🐛 Bug Fixes

  • Prevent unused import error with boolean const usage (commit by @bflad)

constsAndDefaults: 0.1.9 - 2025-02-12

🐛 Bug Fixes

  • Ensure default form query values are sent when not configured (commit by @bflad)

constsAndDefaults: 0.1.8 - 2025-02-06

🐛 Bug Fixes

  • Prevent generation errors with {{ character sequences in default values (commit by @bflad)

constsAndDefaults: 0.1.7 - 2025-02-04

🐛 Bug Fixes

  • Prevent compilation errors and panics with const query parameters (commit by @bflad)

core: 3.13.0 - 2025-10-24

🐝 New Features

  • add configuration option for empty object serialization in Go SDKs (commit by @BlakeTheAwesome)

core: 3.12.0 - 2025-10-13

🐝 New Features

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

core: 3.11.1 - 2025-09-23

🐛 Bug Fixes

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

core: 3.11.0 - 2025-09-17

🐝 New Features

  • Support Go module vendoring during compilation (commit by @bflad)

core: 3.10.1 - 2025-09-15

🔧 Chores

  • properly populate form values for union types (commit by @subomi)

core: 3.9.7 - 2025-09-10

🐛 Bug Fixes

core: 3.10.0 - 2025-09-09

🐝 New Features

  • add support for Go module retractions in go.mod (commit by @AshGodfrey)

core: 3.9.6 - 2025-09-02

🐛 Bug Fixes

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

core: 3.9.5 - 2025-09-01

🔧 Chores

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

core: 3.9.4 - 2025-08-27

🔧 Chores

  • fixed go target to respect required fields instead of using zero values (commit by @subomi)

core: 3.9.3 - 2025-07-31

🐛 Bug Fixes

  • Always prefer generation configuration for README installation instructions (commit by @bflad)

core: 3.9.2 - 2025-07-31

🐛 Bug Fixes

  • Ensure empty string modulePath and packageName pass configuration validation (commit by @bflad)

core: 3.9.1 - 2025-07-24

🔧 Chores

core: 3.9.0 - 2025-07-15

🐝 New Features

  • Support modulePath, sdkPackageAlias, and sdkPackageName configurations (commit by @bflad)

core: 3.8.1 - 2025-06-09

🐛 Bug Fixes

core: 3.8.0 - 2025-06-05

🐝 New Features

  • Upgrade Go module minimum version to 1.22 (commit by @bflad)

core: 3.7.5 - 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.7.4 - 2025-04-11

🐛 Bug Fixes

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

core: 3.7.3 - 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.7.2 - 2025-02-21

🐛 Bug Fixes

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

core: 3.7.1 - 2025-02-14

🐛 Bug Fixes

  • circular reference handling in usage snippets (commit by @vishalg0wda)

core: 3.7.0 - 2025-02-04

🐝 New Features

core: 3.6.12 - 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.12 - 2025-09-10

🔧 Chores

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

globalSecurity: 2.82.11 - 2025-02-06

🐛 Bug Fixes

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

globalServerURLs: 2.83.0 - 2025-10-22

🐝 New Features

  • Allow server selection to appear in all code samples (commit by @BlakeTheAwesome)

globalServerURLs: 2.82.3 - 2025-05-09

🐛 Bug Fixes

retries: 2.84.2 - 2025-08-07

🐛 Bug Fixes

  • Automatically retry safe and idempotent HTTP methods on broken pipe and connection reset errors (commit by @bflad)

retries: 2.84.1 - 2025-08-05

🐛 Bug Fixes

  • Additional support for connection close/reset errors with retryConnectionErrors enabled (commit by @bflad)

retries: 2.84.0 - 2025-07-30

🐝 New Features

retries: 2.83.3 - 2025-06-02

🐛 Bug Fixes

  • Prevent panic with httputil.DumpRequestOut and http.NoBody request body (commit by @bflad)

sdkHooks: 0.2.0 - 2025-05-12

🐝 New Features

unions: 2.87.0 - 2025-10-23

🐝 New Features

  • introduce a smarter union deserialization strategy (commit by @ThomasRooney)

unions: 2.86.0 - 2025-10-01

🐝 New Features

  • support nested discriminated unions (commit by @vishalg0wda)

unions: 2.85.14 - 2025-08-29

🐛 Bug Fixes

  • properly support union types in query parameters (commit by @subomi)

unions: 2.85.13 - 2025-08-26

🐛 Bug Fixes

  • fixed deserialization of weak unions to better match field requiredness and support forward compatibility (commit by @tristanspeakeasy)

unions: 2.85.12 - 2025-07-03

🐛 Bug Fixes

  • fixed issues with enum names potentially conflicting with other types (commit by @tristanspeakeasy)

unions: 2.85.11 - 2025-06-09

🐛 Bug Fixes

Based on Speakeasy CLI 1.645.1

@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-1739406403 branch 7 times, most recently from 68b07cc to 46dd636 Compare February 20, 2025 00:27
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739406403 branch 7 times, most recently from 64f8188 to aba98c2 Compare February 27, 2025 00:27
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739406403 branch 7 times, most recently from f129d34 to 9496945 Compare March 6, 2025 00:28
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739406403 branch 8 times, most recently from deb8555 to b6204ff Compare March 14, 2025 00:28
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739406403 branch 7 times, most recently from 025d64e to 8c56896 Compare October 12, 2025 00:31
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739406403 branch 7 times, most recently from dab4399 to d123eea Compare October 19, 2025 00:34
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739406403 branch 7 times, most recently from c9f15f4 to 88d7e0d Compare October 26, 2025 00:33
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739406403 branch 6 times, most recently from 5d0632b to 5f684c8 Compare November 1, 2025 00:34
* `Livepeer.Generate.LiveVideoToVideo()`: 
  *  `request.Request` **Changed**
  *  `response` **Changed**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739406403 branch from 037963a to 7465a20 Compare November 2, 2025 00:34
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.

2 participants