Speakeasy Logo

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

Choose a changelog

v1.235.1

// April 3, 2024

fix: improve links in pypi README

No generator changes

v1.235.0

// April 2, 2024

feat: output flag for run to enable mermaid output (#592)

No generator changes

v1.234.0

// April 2, 2024

feat: set types in terraform, x-speakeasy-xor-with / x-speakeasy-required-with validators; fix: extensions being ignored when under an allOf

Generator changes (8)

Bug fixes

csharp

x-speakeasy-name-overrides being missed when used under an allOf

Bug fixes

go

x-speakeasy-name-overrides being missed when used under an allOf

Bug fixes

php

x-speakeasy-name-overrides being missed when used under an allOf

Bug fixes

ruby

x-speakeasy-name-overrides being missed when used under an allOf

New features

terraform

exactly-one-of and requires-with terraform validators

+3 more changes

v1.233.2

// April 2, 2024

fix: better additionalDeps python validation (#590)

No generator changes

v1.233.1

// April 2, 2024

fix: remove test values for projectUrls in python

No generator changes

v1.233.0

// April 2, 2024

feat: add support for project urls to python setup.py

Generator changes (2)

New features

csharp

simplify root namespace definition

New features

unity

simplify root namespace definition

v1.232.3

// April 2, 2024

fix: fixed codeSamples being present in workflow from deleting SDKs

No generator changes

v1.232.2

// April 2, 2024

fix: various fixes to generating code samples via speakeasy run, python typing and custom client handling, and issues with input/output suffixes (#589)

No generator changes

v1.232.1

// April 2, 2024

chore: show absolute path in run visualization (#586)

No generator changes

v1.232.0

// April 2, 2024

feat: properly validate python additional deps (#583)

No generator changes

v1.231.1

// April 1, 2024

fix: globalSecurity compilation for tsv2 (#588)

Generator changes (2)

Docs

csharp

add error handling

Docs

unity

add error handling

v1.231.0

// April 1, 2024

feat: offer sample OpenAPI Document (#569)

No generator changes

v1.230.0

// April 1, 2024

feat: better defaults for quickstart (#570)

No generator changes

v1.229.0

// April 1, 2024

feat: support json output for codeSample overlays (#585)

No generator changes

v1.228.1

// March 27, 2024

chore: redirect to dashboard after CLI auth (#578)

No generator changes

v1.228.0

// March 27, 2024

feat: introduce conventional namespaces C#/Unity (#580)

Generator changes (8)

New features

csharp

implement conventional namespaces

Bug fixes

csharp

fixed handling of enums/refs and mix of ref/inline in global parameters

Bug fixes

go

fixed handling of enums/refs and mix of ref/inline in global parameters

Bug fixes

php

fixed handling of enums/refs and mix of ref/inline in global parameters

Bug fixes

ruby

fixed handling of enums/refs and mix of ref/inline in global parameters

+3 more changes

v1.227.1

// March 27, 2024

fix: make bump visibile in interactive menu

No generator changes

v1.227.0

// March 26, 2024

feat: visualize critical warnings [SPE-3159] (#577)

No generator changes

v1.226.0

// March 26, 2024

feat: cli theming adjustments (#574)

No generator changes

v1.225.0

// March 26, 2024

feat: quick fix quickstart configs (#575)

No generator changes

v1.224.1

// March 26, 2024

chore: make example generation much, much faster (#573)

No generator changes

v1.224.0

// March 26, 2024

feat: clarify quickstart (#565)

No generator changes

v1.223.1

// March 26, 2024

fix: make the tmp dir when doing overlays (#571)

No generator changes

v1.223.0

// March 26, 2024

feat: add support for configurable linting (#552)

Generator changes (16)

New features

csharp

add support for additionalProperties

New features

csharp

add support for global header params

Bug fixes

csharp

gracefully fail when pagination input is not defined on paginated operations

Bug fixes

csharp

pass associated types format to serializer

Bug fixes

go

do not crash when an enum value has a quote " within

+11 more changes