Speakeasy Logo

Follow us on to be up
to date with the latest changes.

Choose a changelog

v1.468.2

// January 11, 2025

fix: upgrade generator: readme fix, custom code regions (#1209)

Generator changes (3)

Bug fixes

pythonv2

prevent wrapping of lambda fn from causing pylint error

New features

pythonv2

support adding custom code in generated SDK classes

New features

typescriptv2

support adding custom code in generated SDK classes

v1.468.1

// January 10, 2025

chore: better surfacing of registry tracking errors (#1208)

No generator changes

v1.468.0

// January 10, 2025

feat: retry with bearer on suspected PATs (#1207)

No generator changes

v1.467.1

// January 10, 2025

fix: git init prompt (#1205)

No generator changes

v1.467.0

// January 9, 2025

feat: bump generator: Python upgrades, bug fixes, and feature flags (#1203)

Generator changes (13)

Bug fixes

csharp

prevent map examples from retaining obsolete key-value pairs

Bug fixes

go

prevent map examples from retaining obsolete key-value pairs

Bug fixes

javav2

prevent map examples from retaining obsolete key-value pairs

Bug fixes

php

prevent map examples from retaining obsolete key-value pairs

Bug fixes

postman

prevent map examples from retaining obsolete key-value pairs

+8 more changes

v1.466.1

// January 9, 2025

feat: allow setting feature flags for billing upgrades (#1200)

No generator changes

v1.465.1

// January 8, 2025

chore: Bump generation to v2.488.4: Bug Fixes (Pagination Defaults), New Features (apiKey Auth Defaults & Webhooks), and Chores (Snapshot Test Updates) (#1199)

Generator changes (3)

New features

csharp

add support for default values in method arguments

Bug fixes

csharp

handle pagination defaults and limit parameter

Docs

php

add security section to README

v1.465.0

// January 7, 2025

feat: pass through json documents during source compilation (#1198)

No generator changes

v1.464.0

// January 7, 2025

feat: add billing activate-webhooks command (#1197)

No generator changes

v1.463.1

// January 6, 2025

fix: nil pointer in run (#1196)

No generator changes

v1.463.0

// January 6, 2025

feat: phpstan dependency upgrade, various python fixes (#1195)

Generator changes (4)

Chores

go

Added new comments for retry policy

Chores

php

bump phpstan from 1.x to 2.1.0 for list type, better performance, and PHP 8.4 feature support

Bug fixes

pythonv2

conflicts with models package in field names

Bug fixes

pythonv2

don't generate deprecatiosn for TypeAliasTypes

v1.462.3

// January 6, 2025

fix: prompt user to determine if git repo should be init-ed (#1194)

No generator changes

v1.462.2

// January 3, 2025

chore: Update documentation generation for website changes (#1192)

No generator changes

v1.462.1

// January 3, 2025

chore: Fix documentation website update automation and add Slack notifications (#1190)

No generator changes

v1.462.0

// January 3, 2025

feat: bump sdk gen config code sample default labels (#1191)

No generator changes

v1.461.0

// January 3, 2025

feat: JUnit test reports, Ruby 3.4 support, Python README-PYPI.md fix, global parameter example generation fix, and string condition with spaces test generation fix (#1188)

Generator changes (7)

New features

go

add support for outputting junit reports from tests

Bug fixes

go

Support string literals with space characters in Arazzo simple condition successCriteria

New features

javav2

add support for outputting junit reports from tests

New features

pythonv2

add support for outputting junit reports from tests

Bug fixes

pythonv2

Support string literals with space characters in Arazzo simple condition successCriteria

+2 more changes

v1.460.6

// January 3, 2025

fix: Support extraneous data in typescript webhooks, support x-speakeasy-deprecation-message with newlines in go, pythonv2, and ruby (#1185)

Generator changes (4)

Bug fixes

go

Prevent compilation error for x-speakeasy-deprecation-message with newline characters

Bug fixes

pythonv2

Prevent compilation error for x-speakeasy-deprecation-message with newline characters

Bug fixes

ruby

Prevent compilation error for x-speakeasy-deprecation-message with newline characters

Bug fixes

typescriptv2

handling of unknown payload

v1.460.5

// January 3, 2025

chore: Add swift and unity logos (#1186)

No generator changes

v1.460.4

// January 2, 2025

chore: Bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 in the github-actions-minor-and-patch group (#1184)

No generator changes

Speakeasy Bot

Speakeasy Bot

View on Github

v1.460.3

// December 26, 2024

Update README.md

No generator changes

v1.460.2

// December 23, 2024

chore: new readme header (#1182)

No generator changes

v1.460.1

// December 23, 2024

fix: register the transforms for use in workflows (#1178)

No generator changes

v1.460.0

// December 23, 2024

feat: Mock API server automatically generated with test generation, fix extraneous HTTP Authorization header in TypeScript (#1180)

Generator changes (10)

Chores

csharp

sort imports and remove unused using directives

Chores

csharp

fix: usage snippets (missing imports, multiline strings, null reference warnings, discriminated unions)

Bug fixes

csharp

add null check for non-optional operation security

New features

go

Mock API server now generated based on test generation configuration

Bug fixes

javav2

javav2 - upgrade apache httpclient from 4.x to 5.4.1, jackson to 2.18.2, commons-io to 2.18.0 GEN-783

+5 more changes

v1.459.3

// December 23, 2024

fix: improvement to result variable names in tests, fixes to pythonv2, typescript, webhooks and examples

Generator changes (6)

Bug fixes

go

improvement to res variable names in tests

Bug fixes

javav2

improvement to res variable names in tests

Chores

pythonv2

Rename baseSDK methods to prevent accidental name collision with user defined methods

Bug fixes

pythonv2

improvement to res variable names in tests

Chores

typescriptv2

document recommended tsconfig.json compiler options

+1 more changes