pulumi/sdk
Justin Van Patten 4a2b10ac56
Prepare for v3.137.0 release (#17557)
Tentative changelog:

### Features

- [cli] Allow memory profile to be written in the background, so it's
available in case of crash
  [#17461](https://github.com/pulumi/pulumi/pull/17461)

- [sdk/go] Enable better error messsages to be returned from provider
construct failures
  [#17464](https://github.com/pulumi/pulumi/pull/17464)

- [sdk/python] Enable better error messsages to be returned from
provider construct failures
  [#17429](https://github.com/pulumi/pulumi/pull/17429)

- [sdk/python] Support Python 3.13
  [#17520](https://github.com/pulumi/pulumi/pull/17520)

### Bug Fixes

- [engine] Fix token expired errors due to network issues
  [#17519](https://github.com/pulumi/pulumi/pull/17519)

- [pkg] Don't publish test code in `pkg/codegen`
  [#17517](https://github.com/pulumi/pulumi/pull/17517)

- [programgen] Detect and error on binding component nodes in PCL
programs that self-reference their source
  [#17538](https://github.com/pulumi/pulumi/pull/17538)

- [sdk/go] Improve error message when credentials file invalid
  [#17541](https://github.com/pulumi/pulumi/pull/17541)

- [programgen/python] Fix preserving map keys in python programgen
  [#17350](https://github.com/pulumi/pulumi/pull/17350)


### Miscellaneous

- [yaml] Update YAML to 1.11.1
  [#17540](https://github.com/pulumi/pulumi/pull/17540)
2024-10-15 18:21:15 +00:00
..
go Improve invalid credentials error message (#17541) 2024-10-11 19:23:35 +00:00
nodejs Prepare for v3.137.0 release (#17557) 2024-10-15 18:21:15 +00:00
proto/go change name of InvalidInputPropertiesError to InputPropertiesError (#17412) 2024-09-30 08:19:40 +00:00
python Prepare for v3.137.0 release (#17557) 2024-10-15 18:21:15 +00:00
.version Prepare for v3.137.0 release (#17557) 2024-10-15 18:21:15 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod fix dll loading errors in windows CI (#17410) 2024-10-02 08:43:42 +00:00
go.sum fix dll loading errors in windows CI (#17410) 2024-10-02 08:43:42 +00:00
version.go Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00

README.md

Pulumi Language SDKs

This directory contains Pulumi SDKs for the following languages:

See the respective READMEs for information about installing and using these libraries.

The language providers work by implementing gRPC interfaces defined in the top level directory proto.