Skip to content

Commit

Permalink
Prepare for v3.89.0 release (#14266)
Browse files Browse the repository at this point in the history
### 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
justinvp authored Oct 16, 2023
1 parent 44bc736 commit 963a17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.88.2
3.89.0

0 comments on commit 963a17b

Please sign in to comment.