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
fix: Pass cli context to speakeasy generator to generate correct sdk-changelogs (#1628)
No generator changes
Generator changes (1)
Bug fixes
javav2
ensure security envvars are templated correctly in tests
chore(java): apply subProject gradle configuration only to spring sub-modules (#1626)
Generator changes (1)
New features
javav2
configure only generated sub-projects
fix: fixed to nested union serialization in python and typescript union type ordering in docs
Generator changes (4)
Bug fixes
mcp-typescript
Fix discriminator mapping array being re-sorted as a side effect of our zod serialisation code
Bug fixes
mcp-typescript
Fixed union ordering which should be based on number of required fields
Bug fixes
pythonv2
fixed detecting nested discriminators in unions
Bug fixes
typescriptv2
Fix discriminator mapping array being re-sorted as a side effect of our zod serialisation code
fix: allow test generation of event streaming endpoints when skipResponseBodyAssertions == true
Generator changes (4)
Bug fixes
go
allow test generation of event streaming endpoints when skipResponseBodyAssertions == true
Bug fixes
javav2
allow test generation of event streaming endpoints when skipResponseBodyAssertions == true
Bug fixes
pythonv2
allow test generation of event streaming endpoints when skipResponseBodyAssertions == true
Bug fixes
typescriptv2
allow test generation of event streaming endpoints when skipResponseBodyAssertions == true
feat: Add python async constructor support, and conditionally remove some Go and C# dependencies (#1625)
Generator changes (2)
Chores
csharp
Make Nodatime dependency optional in C# 6 or later
Chores
go
Remove dependency on decimal package when not used