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
No generator changes
No generator changes
Generator changes (1)
New features
javav2
allow settings.gradle customization
chore: Bump ruby/setup-ruby from 1.257.0 to 1.262.0 in the github-actions-minor-and-patch group (#1613)
No generator changes

Speakeasy Bot
Generator changes (1)
Chores
javav2
get rid of redundant pom task configuration
feat: allow generation of sync, async or both methods in a python sdk (#1617)
Generator changes (2)
New features
pythonv2
allow generation of sync, async or both methods in an sdk
Bug fixes
pythonv2
ensure pagination next function for python async method is also asynchronous
feat(typescript): SSE overloads typescript; also fixes to `.env.templates` fix(python): fix overload doc comments (#1616)
Generator changes (5)
Chores
go
properly populate form values for union types
New features
pythonv2
add doc comments to sse overload methods
Bug fixes
pythonv2
incorrect typing if SSE 'data' field marked optional
Bug fixes
typescriptv2
fix debug mode in env template
Bug fixes
typescriptv2
support hyphens in path parameters
fix: Python SSE flat resp. + redirects; MCP matcher keys; Go union query parameters; Terraform testing; (#1615)
Generator changes (14)
Bug fixes
csharp
allow input/output models without suffixes
Bug fixes
go
allow input/output models without suffixes
Bug fixes
javav2
allow input/output models without suffixes
Bug fixes
mcp-typescript
allow input/output models without suffixes
Bug fixes
mcp-typescript
sanitize response mapping keys
+9 more changes
No generator changes
Generator changes (8)
New features
csharp
enum descriptions
New features
go
enum descriptions
New features
javav2
enum descriptions
New features
php
enum descriptions
New features
pythonv2
enum descriptions
+3 more changes
fix(typescript): export base error class. feat(typescript): snake_case properties support (#1611)
Generator changes (2)
Chores
typescriptv2
added snake case support for models in typescript
Bug fixes
typescriptv2
export HTTP client error classes in errors index.ts