Skip to content

Commit

Permalink
Prepare for v3.96.0 release (#14772)
Browse files Browse the repository at this point in the history
### Features

- [cli] Add `--import-file` to `pulumi preview` to generate a
placeholder import file for every resource that needs to Create.
  [#14548](#14548)

- [sdk/nodejs] Add TypeScript definitions for the grpc and protobuf
generated code.
  [#14415](#14415)


### Bug Fixes

- [auto] Don't swallow error if EditDir is not found in ProgramTest.
  [#14695](#14695)

- [cli/display] Fix a panic in diff display when parsing YAML strings
  [#14710](#14710)

- [auto/python] Ensures that the project_settings has a main directory
for inline programs in python
  [#14709](#14709)

- [engine] Error if a resource's parent is a skipped create.
  [#14672](#14672)

- [engine] Warn if SDKs are trying to use old RegisterResource style
StackReferences.
  [#14678](#14678)

- [engine] Send resource inputs as inputs and state for Reads.
  [#14683](#14683)

- [engine] Engine now prefers stable plugin versions to pre-releases
when no explict version is given.
  [#14700](#14700)

- [engine] Fix handling of delete failures for targeted destroys
  [#14735](#14735)

- [sdkgen] Return all bind diagnostics in sdk-gen rather than just the
first.
  [#14661](#14661)

- [sdkgen/go] Fix compiling plain element type with plain maps
  [#14704](#14704)

- [sdkgen/go] Fix generating input collection types for enums when used
from an array of map of enums
  [#14744](#14744)

- [backend/service] Service backend now validates snapshots are valid on
load, same as the self managed backend. This can be disabled with
--disable-integrity-checking.
  [#14046](#14046)
  • Loading branch information
justinvp authored Dec 7, 2023
1 parent 7f19d7e commit 04d83b4
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.95.1
3.96.0

0 comments on commit 04d83b4

Please sign in to comment.