fix(csharp): Fix pagination issue when request bodies do not contain pagination fields (#1656)
Generator changes (1)
Bug fixes
csharp
Fix pagination issue when request bodies do not contain pagination fields
feat: Support defaults for arrays of primitive item types in terraform, fix: respect operation level OAuthScopes, fix deserialization bug for union of boolean and enums in ruby (#1655)
Generator changes (18)
New features
csharp
add extension allowing end users to override scopes at runtime
Bug fixes
csharp
respect per-operation scopes
New features
go
add extension allowing end users to override scopes at runtime
Bug fixes
go
respect per-operation scopes
New features
javav2
add extension allowing end users to override scopes at runtime
+13 more changes
fix: speakeasy run doesn't print out registry uris used for code samples in the output (#1653)
No generator changes
fix: Remove empty readmes, and fix python pagination and terraform union issues (#1652)
Generator changes (13)
Bug fixes
csharp
Fix empty readme files being generated when all operations are in child groups
Bug fixes
go
Fix empty readme files being generated when all operations are in child groups
Bug fixes
javav2
Fix empty readme files being generated when all operations are in child groups
Bug fixes
mockserver
Fix empty readme files being generated when all operations are in child groups
Bug fixes
php
Fix empty readme files being generated when all operations are in child groups
+8 more changes
No generator changes
feat: Add new styling to Readme.md links, fix: retry logic in php sdks, fix: deserialization bug in go-sdk when a field is not marked as required (#1650)
Generator changes (2)
Bug fixes
go
[force-gen] Fix deserialization bug when a field is optional (not required)
Bug fixes
php
fixed early return bug in handling retry status codes
fix: Prevent Terraform generation error with early ordered map of array properties (#1649)
Generator changes (1)
Bug fixes
terraform
Prevent generation error with early ordered map of array properties
chore: Enable local workflow source inputs with frozen workflow lockfile (#1648)
No generator changes
feat(go,typescript,csharp,python): add nested discriminated unions support (#1647)
Generator changes (6)
New features
csharp
add support for cancellation tokens
New features
csharp
support nested discriminated unions
New features
go
support nested discriminated unions
New features
mcp-typescript
support nested discriminated unions
New features
pythonv2
support nested discriminated unions
+1 more changes
Generator changes (2)
Bug fixes
pythonv2
correct import aliasing when SDK class members conflict with model names in Python templates
Bug fixes
terraform
go arrays in datasources shouldn't be passed by pointer
Generator changes (1)
New features
mcp-typescript
added tool annotations
No generator changes
feat(csharp): add cancellation tokens; fix(core): resolve security crashes; feat(typescript): acceptHeaderEnum config (#1643)
Generator changes (1)
Bug fixes
typescriptv2
add acceptHeaderEnum config to control Accept header enum generation
No generator changes
Generator changes (1)
Bug fixes
javav2
handle schema featuring multiple times in discriminator mapping
fix(java):handle multiple discriminator keys for same schema; perf(wasm): init new map to len of old map; fix: simplify overlay targeting logic (#1635)
No generator changes
Generator changes (1)
Chores
javav2
polish javadoc generation
No generator changes
Generator changes (1)
Bug fixes
csharp
handle nullable discriminated unions deserialization