Skip to content

Commit a0bc868

Browse files
committed
Sync open source content 🐝 (from 18fc3e534184f5419540899d2044eff11e27a871)
1 parent 1b981c9 commit a0bc868

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/speakeasy-reference/generation/gen-yaml.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ generation:
4343
parameterOrderingFeb2024: true
4444
requestResponseComponentNamesFeb2024: true
4545
securityFeb2025: true
46+
nameOverrideFeb2026: true
4647
auth:
4748
OAuth2ClientCredentialsEnabled: true
4849
inferSSEOverload: true
@@ -101,13 +102,15 @@ Includes specific fixes or features to be applied during SDK generation to avoid
101102
- `parameterOrderingFeb2024`: **Disabling not recommended**. Enables changes introduced in February 2024 to respect the order of parameters in the OpenAPI document where possible, defaults to `true` for new SDKs. For older SDKs, setting `true` is recommended, but will be a breaking change.
102103
- `requestResponseComponentNamesFeb2024`: **Disabling not recommended**. Enables changes introduced in February 2024 to use the name of parent request/response components where possible, defaults to `true` for new SDKs. For older SDKs, setting `true` is recommended, but will be a breaking change.
103104
- `securityFeb2025`: **Disabling not recommended**. Enables changes introduced in February 2025 to the security handling at both the global and operation level, particularly needed to enable per-operation OAuth2 flows. Defaults to `true` for new SDKs. For older SDKs, setting `true` is recommended, but will be a breaking change.
105+
- `nameOverrideFeb2026`: **Disabling not recommended**. Prevents `x-speakeasy-name-override` values from propagating through `$ref` resolution or `allOf` composition. Defaults to `true` for new SDKs. For older SDKs, setting `true` is recommended, but can be a breaking change depending on `x-speakeasy-name-override` usage.
104106

105107
```yaml
106108
fixes:
107109
nameResolutionDec2023: true
108110
parameterOrderingFeb2024: true
109111
requestResponseComponentNamesFeb2024: true
110112
securityFeb2025: true
113+
nameOverrideFeb2026: true
111114
```
112115

113116
### auth

0 commit comments

Comments
 (0)