This message was deleted.
# announcements
s
This message was deleted.
🎉 9
b
Hi @broad-dog-22463, After my first test with pulumi 2.0, I encounter one blocking issue. Removing the `StackReference.requireOutputSync`has many impacts, because we didn’t get a
string
anymore but a
pulumi.Output<string>
. So I have to rework a lot of code to try to add asynchronism if possible, and I don’t know how to do that is some cases (In `ComponentResource`for example, and there is not documentation about these advanced cases) It’s just an early feedback as I have to work deeper to find out what’s really blocking or just annoying 🙂 I’ll try to open github issue as soon as possible. Manuel