• Add URN argument to `HostClient#Log` Aug 1
  • Allow eliding name in pulumi.Config .ctor Aug 3
  • Bump gprcio version to 1.14 Aug 6
  • Move node_module inclusion logic down to pulumi/pulumi so we can use it from both aws and azure. Aug 6
  • Implement first-class providers. Aug 7
  • Fix deletes with duplicate URNs. Aug 7
  • Expand ErrorResponse type Aug 7
  • Serialize SourceEvents coming from the refresh source Aug 7
  • Do not call Read in read steps with unknown IDs. Aug 8
  • Also copy python helper script during `make dist` Aug 8
  • Implement partial read Aug 9
  • Elide resource pre events for default providers in preview. Aug 13
  • Add a provider-level check as well to ensure we don't add the same file multiple times. Aug 16
  • Elide unnecessary checkpoint writes. Aug 20
  • Do not make errors during plugin discovery fatal Aug 20
  • Properly capture modules that are in a non-local node_modules path. Aug 21
  • Add support for serializing 'factory' functions. Aug 21
  • Refactor plan execution in preparation for refresh. Aug 21
  • Fix issue where we were sometimes filtering out certain node modules innapropriately. Aug 21
  • Remove deploy.PlanSummary. Aug 22
  • Reimplement refresh. Aug 22
  • Indent stack outputs by 1. Aug 24
  • Add test to demonstrate issue is fixed. Aug 27
  • Implement status-rich updates Aug 2
  • Implement partial read for Pod, Service, and Deployment Aug 10
  • Teach Pulumi to understand Kubernetes YAML Aug 13
  • FIX: no status-rich updates are printed Aug 14
  • Improvements to Input/Output generation Aug 1
  • Expose invoke options in Node. Aug 7
  • Ingest the latest pulumi-terraform. Aug 7
  • Expose 'factory functions' from pulumi-aws Aug 21
  • Pass logging messages to the right sink when doing docker operations. Aug 27
  • Docker stderr output should also be forwarded to the right resource. Aug 27