pulumi/sdk
Abhinav Gupta 99a3f18ee4
sdk/go/plugin: Fix data race between Configure and Delete
The data race results from Delete accessing configuration
before Configure has been called.

The immediate fix for this is to fix the call ordering.

A longer term fix is to make it impossible
to access configuration before Configure is called.

Resolves #11971
2023-01-24 16:55:36 -08:00
..
go sdk/go/plugin: Fix data race between Configure and Delete 2023-01-24 16:55:36 -08:00
nodejs Merge #11881 #11950 2023-01-24 09:14:49 +00:00
proto Update Go gRPC, require impl to embed UnimplementedXServer 2023-01-05 18:00:16 -08:00
python sdk/py/stack: Original traceback in wait_for_rpcs 2023-01-18 16:30:25 -08:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Update Go gRPC, require impl to embed UnimplementedXServer 2023-01-05 18:00:16 -08:00
go.sum Update Go gRPC, require impl to embed UnimplementedXServer 2023-01-05 18:00:16 -08: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.