Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for v3.89.0 release (#14266)
### Features - [engine] Old inputs are sent to provider Delete functions, as well as the old outputs. [#14051](#14051) ### Bug Fixes - [engine] Fix a panic in the engine when same steps failed due to provider errors. [#14076](#14076) - [engine] Engine is now more efficent about starting up provider processes, generally saving at least one process startup per deployment. [#14127](#14127) - [programgen] Fixes panic when binding the signature of output-versioned invokes without input arguments [#14234](#14234) - [sdkgen/python] Python SDK generation _configure now correctly handles original property names for resource arguments (i.e. user provides `propName` instead of `prop_name`). [#14235](#14235)
- Loading branch information