pulumi
                                
                                
                                
                                    pulumi copied to clipboard
                            
                            
                            
                        feat(sdk/nodejs): Allows for parallel pulumi programs to run in the node runtime
Description
Fixes #5449
Uses node's AsyncLocalContext to isolate state away from process environments and into context-specific stores owned by LocalWorkspaces
Checklist
- [x] I have added tests that prove my fix is effective or that my feature works
 
- [x] I have updated the CHANGELOG-PENDING file with my change
 
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi Service API version
 
Changelog
[uncommitted] (2022-10-13)
Features
- [auto/nodejs] Adds support for parallel programs in NodeJS Automation API #10568
 
I do want to try out the change with
@pulumi/policy(I can do it)
Ran the tests locally with these changes and the tests all pass 👍
bors merge