-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## v3.66.0 - 2024-08-09 ### Improvements - [sdk] Support package parameterization for Read/RegisterResource/Call/Invoke [#311](#311) ### Bug Fixes - [sdk] Fix type annotations for inputListFromT0/1 [#301](#301) - [sdk] Fix race condition in GrpcMonitor's GrpcChannel management [#304](#304) - [sdk] Fix unknown inputs deserialization [#306](#306) - [sdk] Fix program hanging when a resource transformation throws an exception [#307](#307) - [sdk] Fix handling of input properties with backing fields [#308](#308) ### Improvements - [sdk/auto] Implement Stack.ImportAsync() for batch importing resources into a stack [#296](#296)
- Loading branch information
Showing
9 changed files
with
44 additions
and
42 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## v3.66.0 - 2024-08-09 | ||
|
||
### Improvements | ||
|
||
- [sdk] Support package parameterization for Read/RegisterResource/Call/Invoke [#311](https://github.com/pulumi/pulumi-dotnet/pull/311) | ||
|
||
### Bug Fixes | ||
|
||
- [sdk] Fix type annotations for inputListFromT0/1 [#301](https://github.com/pulumi/pulumi-dotnet/pull/301) | ||
|
||
- [sdk] Fix race condition in GrpcMonitor's GrpcChannel management [#304](https://github.com/pulumi/pulumi-dotnet/pull/304) | ||
|
||
- [sdk] Fix unknown inputs deserialization [#306](https://github.com/pulumi/pulumi-dotnet/pull/306) | ||
|
||
- [sdk] Fix program hanging when a resource transformation throws an exception [#307](https://github.com/pulumi/pulumi-dotnet/pull/307) | ||
|
||
- [sdk] Fix handling of input properties with backing fields [#308](https://github.com/pulumi/pulumi-dotnet/pull/308) | ||
|
||
### Improvements | ||
|
||
- [sdk/auto] Implement Stack.ImportAsync() for batch importing resources into a stack [#296](https://github.com/pulumi/pulumi-dotnet/pull/296) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters