Skip to content

Commit 949ae7f

Browse files
authored
Changelog for v3.66.0 (#315)
## 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)
1 parent 74547e0 commit 949ae7f

File tree

9 files changed

+44
-42
lines changed

9 files changed

+44
-42
lines changed

.changes/unreleased/Bug Fixes-301.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Bug Fixes-304.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Bug Fixes-306.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Bug Fixes-307.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Bug Fixes-308.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Improvements-296.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Improvements-311.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/v3.66.0.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## v3.66.0 - 2024-08-09
2+
3+
### Improvements
4+
5+
- [sdk] Support package parameterization for Read/RegisterResource/Call/Invoke [#311](https://github.com/pulumi/pulumi-dotnet/pull/311)
6+
7+
### Bug Fixes
8+
9+
- [sdk] Fix type annotations for inputListFromT0/1 [#301](https://github.com/pulumi/pulumi-dotnet/pull/301)
10+
11+
- [sdk] Fix race condition in GrpcMonitor's GrpcChannel management [#304](https://github.com/pulumi/pulumi-dotnet/pull/304)
12+
13+
- [sdk] Fix unknown inputs deserialization [#306](https://github.com/pulumi/pulumi-dotnet/pull/306)
14+
15+
- [sdk] Fix program hanging when a resource transformation throws an exception [#307](https://github.com/pulumi/pulumi-dotnet/pull/307)
16+
17+
- [sdk] Fix handling of input properties with backing fields [#308](https://github.com/pulumi/pulumi-dotnet/pull/308)
18+
19+
### Improvements
20+
21+
- [sdk/auto] Implement Stack.ImportAsync() for batch importing resources into a stack [#296](https://github.com/pulumi/pulumi-dotnet/pull/296)
22+

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

8+
## v3.66.0 - 2024-08-09
9+
10+
### Improvements
11+
12+
- [sdk] Support package parameterization for Read/RegisterResource/Call/Invoke [#311](https://github.com/pulumi/pulumi-dotnet/pull/311)
13+
14+
### Bug Fixes
15+
16+
- [sdk] Fix type annotations for inputListFromT0/1 [#301](https://github.com/pulumi/pulumi-dotnet/pull/301)
17+
18+
- [sdk] Fix race condition in GrpcMonitor's GrpcChannel management [#304](https://github.com/pulumi/pulumi-dotnet/pull/304)
19+
20+
- [sdk] Fix unknown inputs deserialization [#306](https://github.com/pulumi/pulumi-dotnet/pull/306)
21+
22+
- [sdk] Fix program hanging when a resource transformation throws an exception [#307](https://github.com/pulumi/pulumi-dotnet/pull/307)
23+
24+
- [sdk] Fix handling of input properties with backing fields [#308](https://github.com/pulumi/pulumi-dotnet/pull/308)
25+
26+
### Improvements
27+
28+
- [sdk/auto] Implement Stack.ImportAsync() for batch importing resources into a stack [#296](https://github.com/pulumi/pulumi-dotnet/pull/296)
29+
830
## v3.65.0 - 2024-07-18
931

1032
### Improvements

0 commit comments

Comments
 (0)