pulumi/sdk
Levi Blackstone 736019f7ce
Add support for streamInvoke during update (#4990)
Previously, streamInvoke was only supported by
the query command. Copied the implementation
into the resource monitor, which will allow
streaming invoke commands to run during updates.

Also fixed a bug with cancellation of streaming
invokes. The check was comparing against a
hardcoded string, which did not match the actual
error string. Instead, we can rely on the error code.
2020-07-10 10:56:35 -06:00
..
dotnet [codegen/*] Add support for explicit secrets. (#4927) 2020-06-30 11:35:24 -07:00
go Implement `PropertyPath.Add`. (#4976) 2020-07-07 14:45:36 -07:00
nodejs Add support for streamInvoke during update (#4990) 2020-07-10 10:56:35 -06:00
proto Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
python Change how submodules are imported to work with Intellisense (#4948) 2020-07-08 18:34:59 -07:00
README.md Updating .NET references 2020-04-27 12:42:11 -07:00
go.mod Upgrade to Go 1.14.x (#4697) 2020-05-28 12:01:33 +01:00
go.sum Support publishing Python policy packs (#4644) 2020-05-22 15:01:15 -07:00

README.md

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please see the respective READMEs for information about installing and using these libraries:

The language providers work by implementing gRPC interfaces defined in proto/.