Skip to content

Commit 076ac4a

Browse files
authored
Changelog for v3.63.0 (#267)
1 parent 8b213d2 commit 076ac4a

File tree

5 files changed

+28
-18
lines changed

5 files changed

+28
-18
lines changed

.changes/unreleased/Bug Fixes-266.yaml

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

.changes/unreleased/Improvements-259.yaml

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

.changes/unreleased/Improvements-265.yaml

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

.changes/v3.63.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## v3.63.0 - 2024-04-25
2+
3+
### Improvements
4+
5+
- [sdk] Support the Result field for better support of up --continue-on-error [#259](https://github.com/pulumi/pulumi-dotnet/pull/259)
6+
7+
### Bug Fixes
8+
9+
- [sdk] Revert gRPC update that broke large messages. [#266](https://github.com/pulumi/pulumi-dotnet/pull/266)
10+
11+
### Improvements
12+
13+
- [sdk/auto] Add ContinueOnError option to the automation API [#265](https://github.com/pulumi/pulumi-dotnet/pull/265)
14+

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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.63.0 - 2024-04-25
9+
10+
### Improvements
11+
12+
- [sdk] Support the Result field for better support of up --continue-on-error [#259](https://github.com/pulumi/pulumi-dotnet/pull/259)
13+
14+
### Bug Fixes
15+
16+
- [sdk] Revert gRPC update that broke large messages. [#266](https://github.com/pulumi/pulumi-dotnet/pull/266)
17+
18+
### Improvements
19+
20+
- [sdk/auto] Add ContinueOnError option to the automation API [#265](https://github.com/pulumi/pulumi-dotnet/pull/265)
21+
822
## v3.62.0 - 2024-04-22
923

1024
### Improvements

0 commit comments

Comments
 (0)