pulumi/sdk
Ian Wahbe 58ca844b04
Return errors on parse failures for `config.Try*` (#9407)
* Return a concrete type when missing a key

* Add tests + fix implementation

* Return an error for when parsing fails

* Implement the same fix for errors

* Update changelog

* Update CHANGELOG_PENDING.md

* Remove contract.Failf from require

* Fix nit + lower conversion panic

* Fix test

* Link correctly

* Fix indentation + revert lowerConversion change
2022-04-20 09:46:15 +02:00
..
dotnet Monitor.Invoke and Provider.Invoke take different arguments (#9323) 2022-04-14 10:59:46 +01:00
go Return errors on parse failures for `config.Try*` (#9407) 2022-04-20 09:46:15 +02:00
nodejs Allow attaching to running providers (#8979) 2022-04-19 12:41:18 +01:00
proto Allow attaching to running providers (#8979) 2022-04-19 12:41:18 +01:00
python Unpin python grpcio version (#9423) 2022-04-19 22:48:02 +02:00
README.md Updating .NET references 2020-04-27 12:42:11 -07:00
go.mod Bump to github.com/gogo/protobuf@v1.3.2 (#9258) 2022-04-18 13:17:56 +03:00
go.sum Bump to github.com/gogo/protobuf@v1.3.2 (#9258) 2022-04-18 13:17:56 +03: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/.