pulumi/sdk/go/common/resource/plugin
Pat Gavlin 807b09d6a6
Fix a few issues with resource references. (#5804)
- Differentiate between resource references that have no ID (i.e. because
  the referenced resource is not a CustomResource) and resource references
  that have IDs that are not known. This is necessary for proper
  backwards-compatible serialization of resource references.
- Fix the key that stores a resource reference's package version in the
  .NET, NodeJS, and Python SDKs.
- Ensure that the resource monitor's marshalling/unmarshalling  of inputs
  and outputs to/from calls to `Construct` retain resource references as
  appropriate.
- Fix serialization behavior for resources -> resource references in the
  Go SDK: if a resource's ID is unknown, it should still be serialized
  as a resource reference, albeit a reference with an unknown ID.
2020-11-23 11:15:10 -08:00
..
analyzer.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
analyzer_plugin.go Support publishing Python policy packs (#4644) 2020-05-22 15:01:15 -07:00
check.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
config_source.go Respect provider config secretness. (#5742) 2020-11-12 12:18:12 -08:00
context.go Respect provider config secretness. (#5742) 2020-11-12 12:18:12 -08:00
host.go Add support for provider-side preview. (#5443) 2020-10-09 13:13:55 -07:00
host_server.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
langruntime.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
langruntime_plugin.go Revise host mode. (#5317) 2020-09-14 17:40:17 -07:00
plugin.go update channel options in go 2020-04-23 11:16:36 -07:00
provider.go Add support for provider-side preview. (#5443) 2020-10-09 13:13:55 -07:00
provider_plugin.go Fix a few issues with resource references. (#5804) 2020-11-23 11:15:10 -08:00
provider_plugin_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
rpc.go Fix a few issues with resource references. (#5804) 2020-11-23 11:15:10 -08:00
rpc_test.go Fix a few issues with resource references. (#5804) 2020-11-23 11:15:10 -08:00