Speakeasy Logo

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

Choose a changelog

v1.338.0

// July 17, 2024

feat: add env variable globals for go, fixed jsonpath dep usage in typescript, various fixes for python

Generator changes (3)

New features

go

populate globals from env variables

Bug fixes

pythonv2

allow model_ prefixes on model fields

Bug fixes

pythonv2

fixed handling of nullable fields and py.typed detection

v1.337.1

// July 16, 2024

fix: fixed mypy errors in pythonv2 SDKs and optional fields in TypeScript SDKs (#810)

Generator changes (12)

Chores

csharp

add CONTRIBUTING.md generation if file doesn't exist

add CONTRIBUTING.md generation if file doesn't exist

Chores

javav2

add CONTRIBUTING.md generation if file doesn't exist

add CONTRIBUTING.md generation if file doesn't exist

Chores

postman

add CONTRIBUTING.md generation if file doesn't exist

+7 more changes

v1.337.0

// July 16, 2024

feat: implement overlay apply --strict (#809)

No generator changes

v1.336.0

// July 16, 2024

feat: add x-speakeasy-sse-sentinel extension (#808)

Generator changes (4)

New features

go

support detecting sentinel events in a stream of server-sent events with `x-speakeasy-sse-sentinel`

New features

pythonv2

python debug logs

New features

pythonv2

support detecting sentinel events in a stream of server-sent events with `x-speakeasy-sse-sentinel`

New features

typescriptv2

support detecting sentinel events in a stream of server-sent events with `x-speakeasy-sse-sentinel`

v1.335.3

// July 16, 2024

chore: never shorten links in a CI environment (#806)

No generator changes

v1.335.2

// July 15, 2024

fix: revert debug mode feature in pythonv2 (#805)

Generator changes (1)

Bug fixes

pythonv2

revert debug mode feature pending further improvements

v1.335.1

// July 15, 2024

fix: fixes for python class attributes and security snippets (#804)

Generator changes (2)

New features

go

make usage snippet security sections reference env variables

Bug fixes

pythonv2

class attribute uses default factory for unset

v1.335.0

// July 12, 2024

feat: cli deploy 7 12 (#803)

Generator changes (1)

Bug fixes

typescriptv2

update code for detecting simple jsonpath

v1.334.1

// July 12, 2024

fix: response type recursion bug (#802)

Generator changes (1)

New features

go

Support for deepObject style parameters

v1.334.0

// July 12, 2024

feat: add string union support to pythonv2, allow users to always set retry policy in TS, add python timeout configuration

Generator changes (5)

New features

pythonv2

add support for string unions

New features

pythonv2

adjust timeout config to timeout ms

Bug fixes

pythonv2

fixed typing of the returned Generator type when using SSE with responseFormat: envelop*

New features

typescriptv2

always allow users to pass a retry policy when calling an SDK methods

Bug fixes

typescriptv2

add '.' when stringifying jsonpath tokens

v1.333.0

// July 12, 2024

feat: short links using sdk (#800)

No generator changes

v1.332.1

// July 11, 2024

fix: fail gracefully on CLI download failure (#801)

No generator changes

v1.332.0

// July 11, 2024

feat: support readme-styled codesamples (#799)

No generator changes

v1.331.2

// July 11, 2024

chore: be more careful with bump type for OAS (#798)

No generator changes

v1.331.1

// July 11, 2024

chore: add new change summary form (#788)

Generator changes (1)

New features

typescriptv2

make operation timeout available as an extension

v1.331.0

// July 10, 2024

feat: release csharp error unions (#797)

Generator changes (91)

Bug fixes

csharp

Use 0666 file mode for writing configuration and lock files

Docs

csharp

fix usage snippets

Docs

csharp

template union docs

New features

csharp

add support for errorUnions

Bug fixes

go

Use 0666 file mode for writing configuration and lock files

+86 more changes

v1.330.2

// July 10, 2024

Revert "chore: use short links in output" (#795)

No generator changes

v1.330.1

// July 10, 2024

chore: use short links in output (#794)

Generator changes (1)

New features

go

always provide retry config options regardless of extension

v1.330.0

// July 8, 2024

feat: display of nested x-speakeasy-error-message (#791)

Generator changes (1)

Bug fixes

terraform

regression relating to combining parameters that also live in request bodies

v1.329.1

// July 8, 2024

chore: fix integration tests and run in parallel (#790)

No generator changes

v1.329.0

// July 8, 2024

feat: fallback code samples (#781)

Generator changes (1)

Bug fixes

terraform

edge case when import a resource with an attribute that in the resource read request had x-speakeasy-match

v1.327.0

// July 7, 2024

feat: support json output for overlays + maintain key ordering (#785)

No generator changes

v1.326.3

// July 4, 2024

fix: cleaner python methods, typescript esm fixes and typescript CORS fixes (#789)

No generator changes

v1.326.2

// July 4, 2024

fix: nil check in terraform; diff suppression: false takes precedence over implicit rules (#1367)

Generator changes (1)

Bug fixes

terraform

when checking a union member, only do IsNil if it is a composite type