pulumi/sdk
Justin Van Patten 2d63e0aefd
Prepare for v3.116.0 release (#16158)
Tentative changelog:

### Bug Fixes

- [engine] Fix dataraces between snapshot and deployment systems.
  [#16148](https://github.com/pulumi/pulumi/pull/16148)

- [cli/display] Fix mangled diffs of strings containing url-encoded
chars
  [#16147](https://github.com/pulumi/pulumi/pull/16147)

- [sdk/nodejs] Don't load punycode module in function serialization code
  [#16149](https://github.com/pulumi/pulumi/pull/16149)

- [sdk/python] Fix typings for `from_input` and `all` to not return
`Never` types.
  [#16139](https://github.com/pulumi/pulumi/pull/16139)

- [sdk/python] Fix a race condition in output handling
  [#16155](https://github.com/pulumi/pulumi/pull/16155)
2024-05-10 20:33:01 +00:00
..
go Revert "Revert "Run integration tests and dev builds with race detection" (#15998)" (#16148) 2024-05-09 16:15:41 +00:00
nodejs Prepare for v3.116.0 release (#16158) 2024-05-10 20:33:01 +00:00
proto/go Implement up --continue-on-error (#15740) 2024-04-22 11:12:45 +00:00
python Prepare for v3.116.0 release (#16158) 2024-05-10 20:33:01 +00:00
.version Prepare for v3.116.0 release (#16158) 2024-05-10 20:33:01 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Bump go modules (#16051) 2024-04-25 14:30:00 +00:00
go.sum Bump go modules (#16051) 2024-04-25 14:30:00 +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.