This release has a breaking change: the Pulumi provider will now use the Pulumi **project** and **stack** names when deploying to the Defang Playground.
Previous versions would deploy to a project named after your GitHub handle, causing different projects to be merger together. Now, trying to deploy a different project to the Playground will result in an error, because during the current beta phase we only support a single project in the Playground environment. Before running `pulumi up` with the new provider, use the CLI `defang compose down` to deprovision the previous project first.
What's Changed
* Use Pulumi project name in RPCs by lionello in https://github.com/DefangLabs/pulumi-defang/pull/40
**Full Changelog**: https://github.com/DefangLabs/pulumi-defang/compare/v0.16.2...v0.17.1