Skip to content

Commit a3d5bfc

Browse files
committed
Merge branch 'release/v7.1.0-preview.3' into master
# Conflicts: # .spelling # CHANGELOG/preview.md
2 parents 9212aac + 01d3788 commit a3d5bfc

2 files changed

Lines changed: 114 additions & 0 deletions

File tree

.spelling

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ metadata
448448
metadata.json
449449
miaromero
450450
microsoft
451+
Microsoft.ApplicationInsights
451452
Microsoft.CodeAnalysis.CSharp
452453
microsoft.com
453454
microsoft.management.infrastructure.cimcmdlets
@@ -492,12 +493,15 @@ namespace
492493
nano
493494
nanoserver
494495
nativeexecution
496+
net5.0
497+
netcoreapp5.0
495498
netip.ps1.
496499
netstandard.dll
497500
new-apachevhost
498501
new-ciminstance
499502
new-cimsessionoption
500503
new-cronjob
504+
New-DockerTestBuild
501505
new-guid
502506
new-itemproperty
503507
new-localgroup
@@ -545,6 +549,7 @@ opensuse
545549
oss
546550
p1
547551
packagemanagement
552+
PackageVersion
548553
parameshbabu
549554
parameterbinderbase
550555
parameterbindercontroller
@@ -571,6 +576,7 @@ powershell
571576
powershell-unix
572577
powershell.6
573578
powershell.com
579+
PowerShell.Common.props
574580
powershell.core.instrumentation
575581
powershell.exe
576582
powershell.org
@@ -597,6 +603,8 @@ preview.4
597603
preview.5
598604
preview.6
599605
preview.7
606+
preview.4.20258.7
607+
preview.4.20229.10
600608
preview1-24530-04
601609
preview7
602610
productversion
@@ -627,6 +635,7 @@ pssnapins
627635
psversion
628636
psversiontable
629637
PSWindowsPowerShellCompatibility
638+
PublishReadyToRun
630639
pvs-studio
631640
pwd
632641
pwrshplughin.dll
@@ -644,6 +653,7 @@ rc3-24011
644653
readme
645654
readme.md
646655
readonly
656+
ReadyToRun
647657
rebase
648658
rebasing
649659
receive-pssession
@@ -783,6 +793,7 @@ SytzeAndr
783793
tabcompletion
784794
tadas
785795
tandasat
796+
TargetFramework
786797
test-modulemanifest
787798
test-pssessionconfigurationfile
788799
test-scriptfileinfo
@@ -914,6 +925,7 @@ x86
914925
xpath
915926
xtqqczze
916927
xunit
928+
Xunit.SkippableFact
917929
yaml
918930
yashrajbharti
919931
yml
@@ -1038,3 +1050,6 @@ wpaProfile
10381050
- CHANGELOG/preview.md
10391051
ThomasNieto
10401052
spongemike2
1053+
davidseibel
1054+
HumanEquivalentUnit
1055+
jcotton42

CHANGELOG/preview.md

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,102 @@
11
# Current preview release
22

3+
## [7.1.0-preview.3] - 2020-05-14
4+
5+
### Breaking Changes
6+
7+
- Fix string parameter binding for `BigInteger` numeric literals (#11634) (Thanks @vexx32!)
8+
9+
### Engine Updates and Fixes
10+
11+
- Set correct `PSProvider` full name at module load time (#11813) (Thanks @iSazonov!)
12+
13+
### Experimental Features
14+
15+
- Support passing `PSPath` to native commands (#12386)
16+
17+
### General Cmdlet Updates and Fixes
18+
19+
- Fix incorrect index in format string in ParameterBinderBase (#12630) (Thanks @powercode!)
20+
- Copy the `CommandInfo` property in `Command.Clone()` (#12301) (Thanks @TylerLeonhardt!)
21+
- Apply `-IncludeEqual` in `Compare-Object` when `-ExcludeDifferent` is specified (#12317) (Thanks @davidseibel!)
22+
- Change `Get-FileHash` to close file handles before writing output (#12474) (Thanks @HumanEquivalentUnit!)
23+
- Fix inconsistent exception message in `-replace` operator (#12388) (Thanks @jackdcasey!)
24+
25+
### Code Cleanup
26+
27+
<details>
28+
29+
<summary>
30+
31+
<p>We thank the following contributors!</p>
32+
<p>@xtqqczze, @RDIL, @powercode, @xtqqczze, @xtqqczze</p>
33+
34+
</summary>
35+
36+
<ul>
37+
<li>Replace Unicode <code>non-breaking space</code> character with space (#12576) (Thanks @xtqqczze!)</li>
38+
<li>Remove unused <code>New-DockerTestBuild.ps1</code> (#12610) (Thanks @RDIL!)</li>
39+
<li>Annotate <code>Assert</code> methods for better code analysis (#12618) (Thanks @powercode!)</li>
40+
<li>Use correct casing for cmdlet names and parameters in *.ps1 files throughout the codebase (#12584) (Thanks @xtqqczze!)</li>
41+
<li>Document why <code>PackageVersion</code> is used in <code>PowerShell.Common.props</code> (#12523) (Thanks @xtqqczze!)</li>
42+
</ul>
43+
44+
</details>
45+
46+
### Tools
47+
48+
- Update `@PoshChan` config to include `SSH` (#12526) (Thanks @vexx32!)
49+
- Update log message in `Start-PSBootstrap` (#12573) (Thanks @xtqqczze!)
50+
- Add the `.NET SDK` installation path to the current process path in `tools/UpdateDotnetRuntime.ps1` (#12525)
51+
52+
### Tests
53+
54+
- Make CIM tab completion test case insensitive (#12636)
55+
- Mark ping tests as Pending due to stability issues in macOS (#12504)
56+
57+
### Build and Packaging Improvements
58+
59+
<details>
60+
61+
<summary>
62+
63+
<p>We thank the following contributors!</p>
64+
<p>@jcotton42, @iSazonov, @iSazonov, @iSazonov</p>
65+
66+
</summary>
67+
68+
<ul>
69+
<li>Update build to use the new .NET SDK <code>5.0.100-preview.4.20258.7</code> (#12637)</li>
70+
<li>Bump NJsonSchema from 10.1.14 to 10.1.15 (#12608)</li>
71+
<li>Bump NJsonSchema from 10.1.13 to 10.1.14 (#12598)</li>
72+
<li>Bump NJsonSchema from 10.1.12 to 10.1.13 (#12583)</li>
73+
<li>Update the build to sign any unsigned files as 3rd party Dlls (#12581)</li>
74+
<li>Update .NET SDK to <code>5.0.100-preview.4.20229.10</code> (#12538)</li>
75+
<li>Add ability to <code>Install-Dotnet</code> to specify directory (#12469)</li>
76+
<li>Allow <code>/</code> in relative paths for <code>using module</code> (#7424) (#12492) (Thanks @jcotton42!)</li>
77+
<li>Update dotnet metadata for next channel for automated updates (#12502)</li>
78+
<li>Bump .NET to 5.0.0-preview.4 (#12507)</li>
79+
<li>Bump <code>Microsoft.ApplicationInsights</code> from <code>2.13.1</code> to <code>2.14.0</code> (#12479)</li>
80+
<li>Bump PackageManagement from 1.4.6 to 1.4.7 in /src/Modules (#12506)</li>
81+
<li>Bump <code>Xunit.SkippableFact</code> from <code>1.3.12</code> to <code>1.4.8</code> (#12480)</li>
82+
<li>Fix quotes to allow variable expansion (#12512)</li>
83+
<li>Use new <code>TargetFramework</code> as <code>net5.0</code> in packaging scripts (#12503) (Thanks @iSazonov!)</li>
84+
<li>Use new value for <code>TargetFramework</code> as <code>net5.0</code> instead of <code>netcoreapp5.0</code> (#12486) (Thanks @iSazonov!)</li>
85+
<li>Disable <code>PublishReadyToRun</code> for framework dependent packages (#12450)</li>
86+
<li>Add <code>dependabot</code> rules to ignore updates from .NET (#12466)</li>
87+
<li>Update <code>README.md</code> and <code>metadata.json</code> for upcoming release (#12441)</li>
88+
<li>Turn on <code>ReadyToRun</code> (#12361) (Thanks @iSazonov!)</li>
89+
<li>Add summary to compressed sections of change log (#12429)</li>
90+
</ul>
91+
92+
</details>
93+
94+
### Documentation and Help Content
95+
96+
- Add link to life cycle doc to distribution request template (#12638)
97+
- Update TFM reference in build docs (#12514) (Thanks @xtqqczze!)
98+
- Fix broken link for blogs in documents (#12471)
99+
3100
## [7.1.0-preview.2] - 2020-04-23
4101

5102
### Breaking Changes
@@ -261,5 +358,7 @@
261358
- Update `SUPPORT.md` (#11101) (Thanks @mklement0!)
262359
- Update `README.md` (#11100) (Thanks @mklement0!)
263360

361+
[7.1.0-preview.3]: https://github.com/PowerShell/PowerShell/compare/v7.1.0-preview.2...v7.1.0-preview.3
264362
[7.1.0-preview.2]: https://github.com/PowerShell/PowerShell/compare/v7.1.0-preview.1...v7.1.0-preview.2
265363
[7.1.0-preview.1]: https://github.com/PowerShell/PowerShell/compare/v7.0.0-preview.6...v7.1.0-preview.1
364+

0 commit comments

Comments
 (0)