pulumi/sdk
Justin Van Patten 0211ab4a9f
Prepare for v3.106.0 release (#15427)
### Features

- [components] Component providers can return output values in their
response to the engine.

- [programgen/{dotnet,go,nodejs,python}] Emit missing trivia for
resources and local variables
  [#15419](https://github.com/pulumi/pulumi/pull/15419)


### Bug Fixes

- [engine] Engine no longer assumes program dependencies are specified
as semantic versions.
  [#15409](https://github.com/pulumi/pulumi/pull/15409)

- [components/go] Component providers now correctly return output values
to the engine.
  [#15405](https://github.com/pulumi/pulumi/pull/15405)


### Miscellaneous

- [protobuf] Split CallRequest into ResourceCallRequest for the
ResourceMonitor service.
  [#15404](https://github.com/pulumi/pulumi/pull/15404)

- [backend/diy] Add a warning that non-project mode will be deprecated
at some point.
  [#15411](https://github.com/pulumi/pulumi/pull/15411)
2024-02-15 06:06:26 +00:00
..
go Allow component providers to return outputs to the engine (#15408) 2024-02-14 08:15:24 +00:00
nodejs Allow component providers to return outputs to the engine (#15408) 2024-02-14 08:15:24 +00:00
proto/go Allow component providers to return outputs to the engine (#15408) 2024-02-14 08:15:24 +00:00
python Allow component providers to return outputs to the engine (#15408) 2024-02-14 08:15:24 +00:00
.version Prepare for v3.106.0 release (#15427) 2024-02-15 06:06:26 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Move buildutil out of sdk/common to the go language host (#15168) 2024-01-17 22:25:47 +00:00
go.sum Move goversion out of sdk/common to the go language host (#15165) 2024-01-17 14:56:18 +00:00
version.go Move .version to /sdk and embed it (#15185) 2024-01-19 14:11:17 +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.