pulumi/sdk/nodejs/runtime
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
..
closure Mark internal APIs `@internal` to filter from API docs (#3809) 2020-01-26 09:06:35 -08:00
asyncIterableUtil.ts Mark internal APIs `@internal` to filter from API docs (#3809) 2020-01-26 09:06:35 -08:00
config.ts support inline programs for nodejs automation api 2020-10-08 12:19:01 -07:00
debuggable.ts support inline programs for nodejs automation api 2020-10-08 12:19:01 -07:00
index.ts support inline programs for nodejs automation api 2020-10-08 12:19:01 -07:00
invoke.ts support inline programs for nodejs automation api 2020-10-08 12:19:01 -07:00
mocks.ts Enable features in mock monitor (#4272) 2020-04-03 08:33:40 +02:00
resource.ts fix test mode, test mode tests 2020-10-08 12:19:01 -07:00
rpc.ts Fix a few issues with resource references. (#5804) 2020-11-23 11:15:10 -08:00
settings.ts Add support for serialized resource references. (#5041) 2020-10-27 10:12:12 -07:00
stack.ts Ensuring references to v2 pulumi packages are up to date 2020-06-17 14:54:05 +03:00