|
1 | 1 | # 7.1 Changelog |
2 | 2 |
|
| 3 | +## [7.1.3] - 2021-03-11 |
| 4 | + |
| 5 | +### Engine Updates and Fixes |
| 6 | + |
| 7 | +- Remove the 32K character limit on the environment block for `Start-Process` (#14111) |
| 8 | +- Fix webcmdlets to properly construct URI from body when using `-NoProxy` (#14673) |
| 9 | + |
| 10 | +### General Cmdlet Updates and Fixes |
| 11 | + |
| 12 | +- Fix `PromptForCredential()` to add `targetName` as domain (#14504) |
| 13 | + |
| 14 | +### Build and Packaging Improvements |
| 15 | + |
| 16 | +<details> |
| 17 | + |
| 18 | +<summary> |
| 19 | + |
| 20 | +Bump .NET SDK to 5.0.4 |
| 21 | + |
| 22 | +</summary> |
| 23 | + |
| 24 | +<ul> |
| 25 | +<li>Bump .NET SDK to 5.0.4 (Internal 14775)</li> |
| 26 | +<li>Disable running markdown link verification in release build CI (#14971, #14974, #14975)</li> |
| 27 | +<li>Use template that disables component governance for CI (#14938)</li> |
| 28 | +<li>Declare which variable group is used for checking the blob in the release build (#14970)</li> |
| 29 | +<li>Add suppress for nuget multi-feed warning (#14893)</li> |
| 30 | +<li>Disable code signing validation where the file type is not supported (#14885)</li> |
| 31 | +<li>Install wget on <code>CentOS</code> 7 docker image (#14857)</li> |
| 32 | +<li>Fix install-dotnet download (#14856)</li> |
| 33 | +<li>Make universal Deb package based on deb package spec (#14681)</li> |
| 34 | +<li>Fix release build to upload global tool packages to artifacts (#14620)</li> |
| 35 | +<li>Update <code>ini</code> component version in test <code>package.json</code> (#14454)</li> |
| 36 | +<li>Add manual release automation steps and improve changelog script (#14445)</li> |
| 37 | +<li>Update markdown test packages with security fixes (#14145)</li> |
| 38 | +<li>Fix a typo in the <code>Get-ChangeLog</code> function (#14129)</li> |
| 39 | +<li>Disable global tool copy to unblock release</li> |
| 40 | +</ul> |
| 41 | + |
| 42 | +</details> |
| 43 | + |
| 44 | +[7.1.3]: https://github.com/PowerShell/PowerShell/compare/v7.1.2...v7.1.3 |
| 45 | + |
3 | 46 | ## [7.1.2] - 2021-02-11 |
4 | 47 |
|
5 | 48 | ### Build and Packaging Improvements |
|
0 commit comments