Skip to content

Commit

Permalink
Changelog for v3.66.0 (#315)
Browse files Browse the repository at this point in the history
## 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
Zaid-Ajaj authored Aug 9, 2024
1 parent 74547e0 commit 949ae7f
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 42 deletions.
6 changes: 0 additions & 6 deletions .changes/unreleased/Bug Fixes-301.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Bug Fixes-304.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Bug Fixes-306.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Bug Fixes-307.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Bug Fixes-308.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Improvements-296.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Improvements-311.yaml

This file was deleted.

22 changes: 22 additions & 0 deletions .changes/v3.66.0.md
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)

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

## 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)

## v3.65.0 - 2024-07-18

### Improvements
Expand Down

0 comments on commit 949ae7f

Please sign in to comment.