|
1 | 1 | # Current preview release
|
2 | 2 |
|
| 3 | +## [7.3.0-preview.8] - 2022-09-20 |
| 4 | + |
| 5 | +### General Cmdlet Updates and Fixes |
| 6 | + |
| 7 | +- Filter out compiler generated types for `Add-Type -PassThru` (#18095) |
| 8 | +- Fix error formatting to use color defined in `$PSStyle.Formatting` (#17987) |
| 9 | +- Handle `PSObject` argument specially in method invocation logging (#18060) |
| 10 | +- Revert the experimental feature `PSStrictModeAssignment` (#18040) |
| 11 | +- Make experimental feature `PSAMSIMethodInvocationLogging` stable (#18041) |
| 12 | +- Make experimental feature `PSAnsiRenderingFileInfo` stable (#18042) |
| 13 | +- Make experimental feature `PSCleanBlock` stable (#18043) |
| 14 | +- Make experimental feature `PSNativeCommandArgumentPassing` stable (#18044) |
| 15 | +- Make experimental feature `PSExec` stable (#18045) |
| 16 | +- Make experimental feature `PSRemotingSSHTransportErrorHandling` stable (#18046) |
| 17 | +- Add the `ConfigurationFile` option to the PowerShell help content (#18093) |
| 18 | + |
| 19 | +### Build and Packaging Improvements |
| 20 | + |
| 21 | +<summary> |
| 22 | +<p>Bump .NET SDK to version `7.0.100-rc.1`</p> |
| 23 | +</summary> |
| 24 | + |
| 25 | +<details> |
| 26 | +<ul> |
| 27 | +<li>Update ThirdPartyNotices.txt for 7.3.0-preview.8 (Internal 22553)</li> |
| 28 | +<li>Update cgmanifest.json for 7.3.0-preview.8 (Internal 22551)</li> |
| 29 | +<li>Re-enable building with Ready-to-Run (#18107)</li> |
| 30 | +<li>Make sure <code>Security.types.ps1xml</code> gets signed in release build (#17930)</li> |
| 31 | +<li>Update <code>DotnetRuntimeMetadata.json</code> for .NET 7 RC1 build (#18106)</li> |
| 32 | +<li>Add XML reference documents to NuPkg files for SDK (#18017)</li> |
| 33 | +<li>Make Register MU timeout (#17995)</li> |
| 34 | +<li>Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 (#17924)</li> |
| 35 | +<li>Update list of PS team members in release tools (#17928)</li> |
| 36 | +<li>Update to use version 2.21.0 of Application Insights (#17927)</li> |
| 37 | +<li>Complete ongoing <code>Write-Progress</code> in test (#17922)</li> |
| 38 | +</ul> |
| 39 | +</details> |
| 40 | + |
| 41 | +[7.3.0-preview.8]: https://github.com/PowerShell/PowerShell/compare/v7.3.0-preview.7...v7.3.0-preview.8 |
| 42 | + |
3 | 43 | ## [7.3.0-preview.7] - 2022-08-09
|
4 | 44 |
|
5 | 45 | ### Breaking Changes
|
|
0 commit comments