|
1 | 1 | # Current preview release
|
2 | 2 |
|
| 3 | +## [7.2.0-preview.10] - 2021-09-28 |
| 4 | + |
| 5 | +### Engine Updates and Fixes |
| 6 | + |
| 7 | +- Remove duplicate remote server mediator code (#16027) |
| 8 | + |
| 9 | +### General Cmdlet Updates and Fixes |
| 10 | + |
| 11 | +- Use `PlainText` when writing to a host that doesn't support VT (#16092) |
| 12 | +- Remove support for `AppExecLinks` to retrieve target (#16044) |
| 13 | +- Move `GetOuputString()` and `GetFormatStyleString()` to `PSHostUserInterface` as public API (#16075) |
| 14 | +- Add `isOutputRedirected` parameter to `GetFormatStyleString()` method (#14397) |
| 15 | +- Fix `ConvertTo-SecureString` with key regression due to .NET breaking change (#16068) |
| 16 | +- Fix regression in `Move-Item` to only fallback to `CopyAndDelete` in specific cases (#16029) |
| 17 | +- Set `$?` correctly for command expression with redirection (#16046) |
| 18 | +- Use `CurrentCulture` when handling conversions to `DateTime` in `Add-History` (#16005) (Thanks @vexx32!) |
| 19 | +- Fix `NullReferenceException` in `Format-Wide` (#15990) (Thanks @DarylGraves!) |
| 20 | + |
| 21 | +### Code Cleanup |
| 22 | + |
| 23 | +<details> |
| 24 | + |
| 25 | +<summary> |
| 26 | + |
| 27 | +<p>We thank the following contributors!</p> |
| 28 | +<p>@xtqqczze!</p> |
| 29 | + |
| 30 | +</summary> |
| 31 | + |
| 32 | +<ul> |
| 33 | +<li>Improve <code>CommandInvocationIntrinsics</code> API documentation and style (#14369)</li> |
| 34 | +<li>Use <code>bool?.GetValueOrDefault()</code> in <code>FormatWideCommand</code> (#15988) (Thanks @xtqqczze!)</li> |
| 35 | +</ul> |
| 36 | + |
| 37 | +</details> |
| 38 | + |
| 39 | +### Tools |
| 40 | + |
| 41 | +- Fix typo in build.psm1 (#16038) (Thanks @eltociear!) |
| 42 | +- Add `.stylecop` to `filetypexml` and format it (#16025) |
| 43 | +- Enable sending Teams notification when workflow fails (#15982) |
| 44 | + |
| 45 | +### Tests |
| 46 | + |
| 47 | +- Enable two previously disabled `Get-Process` tests (#15845) (Thanks @iSazonov!) |
| 48 | + |
| 49 | +### Build and Packaging Improvements |
| 50 | + |
| 51 | +<details> |
| 52 | + |
| 53 | +<summary> |
| 54 | +Details |
| 55 | +</summary> |
| 56 | + |
| 57 | +<ul> |
| 58 | +<li>Add SHA256 hashes to release (#16147)</li> |
| 59 | +<li>Update <code>Microsoft.CodeAnalysis.CSharp</code> version (#16138)</li> |
| 60 | +<li>Change path for Component Governance for build to the path we actually use to build (#16137)</li> |
| 61 | +<li>Bump <code>Microsoft.CodeAnalysis.NetAnalyzers</code> (#16070) (#16045) (#16036) (#16021) (#15985)</li> |
| 62 | +<li>Update .NET to <code>6.0.100-rc.1.21458.32</code> (#16066)</li> |
| 63 | +<li>Update minimum required OS version for macOS (#16088)</li> |
| 64 | +<li>Ensure locale is set correctly on Ubuntu 20.04 in CI (#16067) (#16073)</li> |
| 65 | +<li>Update .NET SDK version from <code>6.0.100-preview.6.21355.2</code> to <code>6.0.100-rc.1.21455.2</code> (#16041) (#16028) (#15648)</li> |
| 66 | +<li>Fix the GitHub Action for updating .NET daily builds (#16042)</li> |
| 67 | +<li>Move from PkgES hosted agents to 1ES hosted agents (#16023)</li> |
| 68 | +<li>Update Ubuntu images to use Ubuntu 20.04 (#15906)</li> |
| 69 | +<li>Fix the macOS build by updating the pool image name (#16010)</li> |
| 70 | +<li>Use Alpine 3.12 for building PowerShell for Alpine Linux (#16008)</li> |
| 71 | +<li>Ignore error from <code>Find-Package</code> (#15999)</li> |
| 72 | +<li>Find packages separately for each source in <code>UpdateDotnetRuntime.ps1</code> script (#15998)</li> |
| 73 | +<li>Update metadata to start using .NET 6 RC1 builds (#15981)</li> |
| 74 | +</ul> |
| 75 | + |
| 76 | +</details> |
| 77 | + |
| 78 | +[7.2.0-preview.10]: https://github.com/PowerShell/PowerShell/compare/v7.2.0-preview.9...v7.2.0-preview.10 |
| 79 | + |
3 | 80 | ## [7.2.0-preview.9] - 2021-08-23
|
4 | 81 |
|
5 | 82 | ### Breaking Changes
|
|
0 commit comments