pulumi/sdk
Justin Van Patten 671f046a35
Freeze v3.133.0 (#17265)
Aiming to merge and release Monday.

Tentative changelog:

### Features

- [cli/package] Make --out optional within `pulumi package get-mapping`
  [#17227](https://github.com/pulumi/pulumi/pull/17227)

- [engine] Package references and parameterized providers are now
considered stable and have a feature flag to report so
  [#17153](https://github.com/pulumi/pulumi/pull/17153)

- [pkg] Update pulumi-java to 0.16.1
  [#17263](https://github.com/pulumi/pulumi/pull/17263)

- [sdk/dotnet] Update dotnet to 3.67.1
  [#17262](https://github.com/pulumi/pulumi/pull/17262)

- [sdk/python] Add `debugpy` as a dependency to improve the debugging
experience
  [#17253](https://github.com/pulumi/pulumi/pull/17253)


### Bug Fixes

- [sdk/nodejs] Fix closure serialization when using the Pulumi SDK
inside anonymous functions
  [#17247](https://github.com/pulumi/pulumi/pull/17247)
2024-09-17 02:56:51 +00:00
..
go Clean up stray files from #17267 (#17272) 2024-09-16 23:29:30 +00:00
nodejs Freeze v3.133.0 (#17265) 2024-09-17 02:56:51 +00:00
proto/go Send resource name and type as well as URN to providers (#17177) 2024-09-06 09:29:37 +00:00
python Freeze v3.133.0 (#17265) 2024-09-17 02:56:51 +00:00
.version Freeze v3.133.0 (#17265) 2024-09-17 02:56:51 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Update go.mod to 1.21 (#17140) 2024-09-03 12:37:49 +00:00
go.sum Update go.mod to 1.21 (#17140) 2024-09-03 12:37:49 +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.