Skip to content

Commit ea5c8e3

Browse files
committed
Merged PR 14806: 7.1.3 Changlog
draft changelog
1 parent 33ce13a commit ea5c8e3

2 files changed

Lines changed: 45 additions & 0 deletions

File tree

.spelling

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,4 +1148,6 @@ InstallLocation
11481148
PkgES
11491149
Microsoft.PowerShell.Native
11501150
rtm.20526.5
1151+
ini
1152+
package.json
11511153
jcotton42

CHANGELOG/7.1.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# 7.1 Changelog
22

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+
346
## [7.1.2] - 2021-02-11
447

548
### Build and Packaging Improvements

0 commit comments

Comments
 (0)