mirror of https://github.com/pulumi/pulumi.git
865 B
865 B
Improvements
- [automation] - Add force flag for RemoveStack in workspace #7523
Bug Fixes
-
[cli] - Properly parse Git remotes with periods or hyphens. #7386
-
[codegen/python] - Recover good IDE completion experience over module imports that was compromised when introducing the lazy import optimization. #7487
-
[sdk/python] - Use
Sequence[T]
instead ofList[T]
for severalResource
parameters. #7698 -
[auto/nodejs] - Fix a case where inline programs could exit with outstanding async work. #7704
-
[sdk/nodejs] - Use ESlint instead of TSlint #7719