@@ -46,7 +46,7 @@ This section includes a summary of user-facing changes since the last release. F
4646changes since the last release, see the [ diff on GitHub] [ unreleased ] .
4747
4848<!-- Unreleased comparison link - always update version to match last release tag-->
49- [ unreleased ] : https://github.com/PowerShell/DSC/compare/v3.1.0-preview.2 ...main
49+ [ unreleased ] : https://github.com/PowerShell/DSC/compare/v3.1.0-preview.4 ...main
5050
5151<!--
5252 Unreleased change entry instructions:
@@ -73,6 +73,54 @@ changes since the last release, see the [diff on GitHub][unreleased].
7373
7474<!-- Unreleased change links -->
7575
76+
77+
78+ ## [ v3.1.0-preview.4] [ release-v3.1.0-preview.4 ] - 2025-04-29
79+
80+ This section includes a summary of changes for the ` v3.1.0-preview.4 ` release. For the full list of
81+ changes in this release, see the [ diff on GitHub] [ compare-v3.1.0-preview.4 ] .
82+
83+ <!-- Release links -->
84+ [ release-v3.1.0-preview.4 ] : https://github.com/PowerShell/DSC/releases/tag/v3.1.0-preview.4 " Link to the DSC v3.1.0-preview.4 release on GitHub "
85+ [ compare-v3.1.0-preview.4 ] : https://github.com/PowerShell/DSC/compare/v3.1.0-preview.3...v3.1.0-preview.4
86+
87+ ### Added
88+
89+ - Add credential support on PowerShell adapters to create PSCredential objects from input when the
90+ target property expects a credential.
91+
92+ <details ><summary >Related work items</summary >
93+
94+ - Issues: [ #328 ] [ #328 ] .
95+ - PRs: [ #758 ] [ #758 ]
96+
97+ </details >
98+
99+ ### Changed
100+
101+ - Prefer Windows PowerShell modules first in the Windows PowerShell adapter by prepending the
102+ Windows module path; add a warning when a resource isn't found (resource must be installed for
103+ AllUsers).
104+
105+ <details ><summary >Related work items</summary >
106+
107+ - Issues: _ None_ .
108+ - PRs: [ #764 ] [ #764 ]
109+
110+ </details >
111+
112+ ### Fixed
113+
114+ - Fix resource cache behavior when PowerShell modules are installed during a run so subsequent
115+ modules aren't lost from the cache.
116+
117+ <details ><summary >Related work items</summary >
118+
119+ - Issues: [ #745 ] [ #745 ] .
120+ - PRs: [ #748 ] [ #748 ]
121+
122+ </details >
123+
76124## [ v3.1.0-preview.3] [ release-v3.1.0-preview.3 ] - 2025-04-08
77125
78126This section includes a summary of changes for the ` v3.1.0-preview.3 ` release. For the full list of
@@ -2363,6 +2411,7 @@ For the full list of changes in this release, see the [diff on GitHub][compare-v
23632411[#321]: https://github.com/PowerShell/DSC/issues/321
23642412[#322]: https://github.com/PowerShell/DSC/issues/322
23652413[#323]: https://github.com/PowerShell/DSC/issues/323
2414+ [#328]: https://github.com/PowerShell/DSC/issues/328
23662415[#329]: https://github.com/PowerShell/DSC/issues/329
23672416[#333]: https://github.com/PowerShell/DSC/issues/333
23682417[#334]: https://github.com/PowerShell/DSC/issues/334
@@ -2512,6 +2561,7 @@ For the full list of changes in this release, see the [diff on GitHub][compare-v
25122561[#692]: https://github.com/PowerShell/DSC/issues/692
25132562[#693]: https://github.com/PowerShell/DSC/issues/693
25142563[#709]: https://github.com/PowerShell/DSC/issues/709
2564+ [#745]: https://github.com/PowerShell/DSC/issues/745
25152565[#635]: https://github.com/PowerShell/DSC/pull/635
25162566[#644]: https://github.com/PowerShell/DSC/pull/644
25172567[#645]: https://github.com/PowerShell/DSC/pull/645
@@ -2533,3 +2583,6 @@ For the full list of changes in this release, see the [diff on GitHub][compare-v
25332583[#715]: https://github.com/PowerShell/DSC/pull/715
25342584[#731]: https://github.com/PowerShell/DSC/issues/731
25352585[#736]: https://github.com/PowerShell/DSC/pull/736
2586+ [#748]: https://github.com/PowerShell/DSC/pull/748
2587+ [#758]: https://github.com/PowerShell/DSC/pull/758
2588+ [#764]: https://github.com/PowerShell/DSC/pull/764
0 commit comments