Skip to content

chore: 🐝 Update SDK - Generate 3.27.0#49

Open
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1771107009
Open

chore: 🐝 Update SDK - Generate 3.27.0#49
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1771107009

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Feb 14, 2026

SDK update

Based on:

OpenAPI Change Summary No specification changes

View full report

Linting Report 0 errors, 59 warnings, 12 hints

View full report

GO CHANGELOG

constsAndDefaults: 0.1.14 - 2026-02-21

🐛 Bug Fixes

  • coerce type-mismatched default values instead of clearing them to prevent invalid generated code (commit by @danielkov)

constsAndDefaults: 0.1.13 - 2026-01-15

🐛 Bug Fixes

  • omit enum default when value is not in enum to prevent type errors in generated code (commit by @mfbx9da4)

core: 3.13.36 - 2026-03-12

🐛 Bug Fixes

  • reserve s as an SDK keyword to prevent path parameter name collisions (commit by @danielkov)

core: 3.13.35 - 2026-03-12

🐛 Bug Fixes

  • avoid double-pointer wrapping for nullable optional const getters (commit by @danielkov)

core: 3.13.34 - 2026-03-11

🐛 Bug Fixes

  • resolve field/method name collision when property name starts with Get (commit by @danielkov)

core: 3.13.23 - 2026-03-11

🐛 Bug Fixes

  • use go run instead of go install for staticcheck to avoid toolchain version mismatch (commit by @danielkov)

core: 3.13.21 - 2026-03-04

🐛 Bug Fixes

  • include global security in SDK Example Usage snippets and per-operation docs (commit by @mfbx9da4)

core: 3.13.20 - 2026-02-27

🐛 Bug Fixes

  • make serverURL optional when operations define their own servers (commit by @danielkov)

core: 3.13.19 - 2026-02-27

🐛 Bug Fixes

  • derive installation URL from repo URL for monorepo subdirectory support (commit by @bradcypert)

core: 3.13.33 - 2026-02-24

🐛 Bug Fixes

  • prevent duplicate enum values after name normalization in generated Go models (commit by @danielkov)

core: 3.13.22 - 2026-02-24

🐛 Bug Fixes

  • deduplicate OAuth2 password security operations to prevent duplicate getCredentials methods (commit by @danielkov)

core: 3.13.17 - 2026-02-23

🐛 Bug Fixes

  • prevent model file name collisions with reserved SDK package names (commit by @danielkov)

core: 3.13.16 - 2026-02-21

🐛 Bug Fixes

  • prevent model file name collisions with reserved SDK package names (commit by @danielkov)

core: 3.13.15 - 2026-02-19

🐛 Bug Fixes

  • defer res.Body.Close in ConsumeRawBody to prevent resource leaks on error (commit by @vishalg0wda)

core: 3.13.14 - 2026-02-18

🐛 Bug Fixes

  • deduplicate OAuth2 scope enum members, handle pointer result fields in flat response format, truncate long filenames (commit by @danielkov)

core: 3.13.13 - 2026-02-18

🐛 Bug Fixes

  • close HTTP response body for no-content responses to prevent connection pool exhaustion (commit by @vishalg0wda)

core: 3.13.12 - 2026-01-29

🐛 Bug Fixes

  • avoid overwriting SubSDK comments with empty comments when same SubSDK is referenced by multiple tags (commit by @mfbx9da4)

core: 3.13.11 - 2026-01-23

🐛 Bug Fixes

  • discriminated union errors used in both successful and error response (commit by @mfbx9da4)

core: 3.13.10 - 2026-01-11

🐛 Bug Fixes

  • handle integer:string tags in nested structs without custom MarshalJSON/UnmarshalJSON (commit by @tristanspeakeasy)

core: 3.13.9 - 2026-01-07

🐛 Bug Fixes

  • properly escape quotes in struct tags when defaults contain backticks (commit by @mfbx9da4)

core: 3.13.8 - 2026-01-03

🐛 Bug Fixes

  • union query parameters now inherit the parent's parameter name when using inline serialization (commit by @subomi)

core: 3.13.7 - 2025-12-18

🐛 Bug Fixes

  • fixed escaping of template braces in defaults, consts, and comments (commit by @tristanspeakeasy)

core: 3.13.6 - 2025-12-02

🐛 Bug Fixes

  • do not enforce required fields unless gen.yaml explicitly defines it or union strategy depends on it (commit by @mfbx9da4)

core: 3.13.4 - 2025-11-25

🐝 New Features

  • allow inclusion of empty array query parameter (commit by @idbentley)

core: 3.13.3 - 2025-11-24

🐝 New Features

  • union discriminators are inferred for oneOfs missing the explicit OpenAPI discriminator mapping. Configure via inferUnionDiscriminators: true in gen.yaml (commit by @mfbx9da4)

core: 3.13.2 - 2025-11-10

🐛 Bug Fixes

  • handle application/* encoding in multipart forms (commit by @danielkov)

core: 3.13.5 - 2025-11-06

🐛 Bug Fixes

  • multi-part arrays now serialized according to RFC7578 (commit by @danielkov)

core: 3.13.1 - 2025-11-05

🐝 New Features

  • support body field name configuration via requestBodyFieldName in gen.yaml (commit by @subomi)

core: 3.12.1 - 2025-10-30

🐛 Bug Fixes

  • make security scheme resolution case-insensitive (commit by @vishalg0wda)

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)

globalSecurity: 2.82.13 - 2026-02-03

🐝 New Features

  • support x-speakeasy-name-override on security scheme options (commit by @tristanspeakeasy)

globalSecurity: 2.82.12 - 2025-09-10

🔧 Chores

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

globalServerURLs: 2.83.1 - 2026-02-27

🐛 Bug Fixes

  • don't show global server URL in examples when operation has its own servers (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

mockServer: 0.1.3 - 2026-03-17

🐝 New Features

  • Support persistent edits (commit by @bflad)

mockServer: 0.1.2 - 2026-03-10

🐛 Bug Fixes

  • mock server generation fails with file tracker options mismatch when persistent edits is enabled (commit by @AshGodfrey)

mockServer: 0.1.1 - 2025-06-27

🐛 Bug Fixes

  • prevent erroneous mock server generation for SDKs without tests (commit by @mfbx9da4)

nameOverrides: 2.81.4 - 2026-02-19

🐝 New Features

  • add support for renaming object properties that reference a shared component (commit by @2ynn)

nameOverrides: 2.81.3 - 2026-02-19

🐛 Bug Fixes

  • set fixes.nameOverrideFeb2026 to true in gen.yaml to prevent x-speakesy-name-override from propagating through resolution or allOf merging (commit by @2ynn)

nullables: 0.2.1 - 2025-10-03

🐛 Bug Fixes

  • [force-gen] Fix deserialization bug when a field is optional (not required) (commit by @Kanwardeep)

nullables: 0.2.0 - 2025-09-10

🐝 New Features

  • add nullable wrapper for fields that are both nullable and optional (commit by @tristanspeakeasy)

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.3.0 - 2025-10-15

🐝 New Features

  • expose available OAuth 2.0 scopes for use in custom hooks (commit by @2ynn)

sdkHooks: 0.2.0 - 2025-05-12

🐝 New Features

tests: 0.16.8 - 2026-03-06

🐛 Bug Fixes

  • empty object response assertions render correct expected values (commit by @tristanspeakeasy)

tests: 0.16.7 - 2026-03-06

🐛 Bug Fixes

  • render empty map values in response test assertions instead of producing empty assertion arguments (commit by @tristanspeakeasy)

tests: 0.16.6 - 2026-03-04

🐛 Bug Fixes

  • use OutputLocation for union type imports to avoid unused components import in namespaced test files (commit by @danielkov)

tests: 0.16.5 - 2026-01-19

🐛 Bug Fixes

  • ensure tests are generated for operations with only error response named examples (commit by @tristanspeakeasy)

tests: 0.16.4 - 2025-12-23

🐛 Bug Fixes

  • Use float64 for number assertions in any types (commit by @bflad)

tests: 0.16.3 - 2025-09-25

🐛 Bug Fixes

  • allow test generation of event streaming endpoints when skipResponseBodyAssertions == true (commit by @tristanspeakeasy)

tests: 0.16.2 - 2025-09-18

🐛 Bug Fixes

  • allow setting alternative tokenURL for clientCredentials security during testing (commit by @tristanspeakeasy)

tests: 0.16.1 - 2025-07-02

🐛 Bug Fixes

  • various fixes to testing to ensure greater compatibility and stability (commit by @tristanspeakeasy)

tests: 0.16.0 - 2025-06-23

🐝 New Features

  • add ability to control auto rebuilding and generation of tests (commit by @tristanspeakeasy)

tests: 0.15.2 - 2025-05-07

🐛 Bug Fixes

  • various fixes to tests and mockserver handling of examples (commit by @tristanspeakeasy)

@github-actions github-actions bot added the minor Minor version bump label Feb 14, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1771107009 branch 8 times, most recently from 5c52e98 to 3f5bdac Compare February 22, 2026 22:10
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1771107009 branch 8 times, most recently from da7ec59 to 17152a5 Compare March 2, 2026 22:14
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1771107009 branch 8 times, most recently from bb7738c to e56c38e Compare March 10, 2026 22:12
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1771107009 branch 5 times, most recently from 2d2d539 to 78f9006 Compare March 15, 2026 22:12
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1771107009 branch 4 times, most recently from f3911bd to e89d503 Compare March 19, 2026 22:12
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1771107009 branch from e89d503 to 625726c Compare March 20, 2026 22:12
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