No generator changes
fix(repro): resolve workspace ID via admin endpoint for admin credentials (#1821)
No generator changes
No generator changes
fix: GitHub Actions step summary linting and change report truncation (#1818)
No generator changes
feat: Install script retries, full errors, and enhanced shell compatibility (#1769)
No generator changes
No generator changes
feat(terraform): union primitive type description/example support; fix(mcp-typescript): CVE-2026-0933 wrangler update; fix(terraform): union plan modifier fix (#1814)
Generator changes (3)
Bug fixes
mcp-typescript
Update wrangler dependency for CVE-2026-0933
Bug fixes
terraform
Prevent unexpected plan differences from automatic plan modifier inclusion
New features
terraform
Support parent description and examples for merged primitive types
feat: MCP gram deployment, C# XML documentation improvements, Python duplicate serialize_ method fix for allOf open enums (#1813)
Generator changes (10)
Chores
csharp
improve XML documentation comments
Bug fixes
csharp
incorrect member getter generated for recursive unions
New features
mcp-typescript
add deployment to gram
Bug fixes
mcp-typescript
bump @cloudflare/agents to v0.3.5 to match @modelcontextprotocol/sdk
Bug fixes
mcp-typescript
bump @modelcontextprotocol/sdk to v1.25.2 to address ReDoS vulnerability (GHSA-8r9q-7v3j-jr4g)
+5 more changes
No generator changes
feat: add --output flag with console and json modes to the status sub-command (#1812)
No generator changes
No generator changes
feat(all): add x-speakeasy-model-namespace extension; fix(typescript): react query error types; fix(go,typescript,java,python): tests for error-only examples (#1808)
Generator changes (16)
New features
csharp
add x-speakeasy-model-namespace extension for organizing component schemas into custom namespace folders
New features
go
add x-speakeasy-model-namespace extension for organizing component schemas into custom namespace folders
Bug fixes
go
ensure tests are generated for operations with only error response named examples
New features
javav2
add x-speakeasy-model-namespace extension for organizing component schemas into custom namespace folders
Bug fixes
javav2
ensure tests are generated for operations with only error response named examples
+11 more changes
feat(merge): Add namespace support for multi-spec document merging (#1793)
No generator changes
No generator changes
feat: MCP error propagation, C# null dereference warning for optional requests with global params (#1804)
Generator changes (2)
Bug fixes
csharp
prevent dereference of null request object when setting global parameters
Bug fixes
mcp-typescript
format mcp tool result to correctly propagate errors
No generator changes
No generator changes
No generator changes
feat: Python async hooks and OAuth2 Client Credentials thread safety, Terraform union primitive validations, TypeScript snake casing for React Query (#1800)
Generator changes (2)
New features
pythonv2
add async hooks support for non-blocking I/O in async SDK methods; sync hooks now execute in a dedicated thread when async hooks are disabled
Bug fixes
terraform
Ensure primitive type validations are least restrictive merged across all members
chore: update generator to new version using speakeasy's openapi parser (#1797)
No generator changes
fix: optional fields Python; Jackson auto-detection Java; usage Ruby (#1796)
Generator changes (4)
Bug fixes
go
generate custom JSON methods for structs with integer/number string format fields
Bug fixes
javav2
disabled jackson auto-detection of accessors to ensure predictable, field-driven JSON serialization
Bug fixes
javav2
prevent duplicate @Deprecated annotations on error class fields that are already marked deprecated
Bug fixes
pythonv2
Add custom serialization method for models where optional (but no nullable) fields are present
feat: support custom list resources in terraform, fix handling of serializing nested integers to string
Generator changes (2)
Bug fixes
go
handle integer:string tags in nested structs without custom MarshalJSON/UnmarshalJSON
New features
terraform
Support custom list resource types via additionalListResources configuration