Skip to content

Commit 9d0f6b2

Browse files
Merged PR 22048: Add change log for 7.3.0-preview.7 and .spelling file
Add change log for 7.3.0-preview.7 and .spelling file
1 parent 7cfcbf1 commit 9d0f6b2

2 files changed

Lines changed: 136 additions & 0 deletions

File tree

.spelling

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ alpha.9
4949
alternatestream
5050
alvarodelvalle
5151
amd64
52+
ananya26-vishnoi
5253
andschwa
5354
anmenaga
5455
api
@@ -110,6 +111,7 @@ catchable
110111
cdxml
111112
celsius
112113
CentOS
114+
codeql-action
113115
cgmanifest
114116
CGManifest
115117
changelog
@@ -124,6 +126,7 @@ checkbox
124126
checksum
125127
chibi
126128
childitem
129+
ChuckieChen945
127130
ChrisLGardner
128131
cimsession
129132
cimsupport
@@ -232,6 +235,7 @@ displaydataquery
232235
Distribution_Request.md
233236
distro
234237
distros
238+
dkaszews
235239
dll
236240
dlls
237241
dlwyatt
@@ -294,6 +298,7 @@ fbehrens
294298
felixfbecker
295299
ffeldhaus
296300
ffi
301+
fflaten
297302
filecatalog
298303
filename
299304
filesystem
@@ -387,6 +392,7 @@ Higinbotham
387392
himura2la
388393
hololens
389394
homebrew
395+
hostifaces
390396
hostname
391397
hotfix
392398
httpbin.org
@@ -506,6 +512,7 @@ markekraus
506512
marktiedemann
507513
Marusyk
508514
MarvTheRobot
515+
mattifestation
509516
matt9ucci
510517
mcbobke
511518
md
@@ -522,11 +529,13 @@ Microsoft.ApplicationInsights
522529
Microsoft.CodeAnalysis.CSharp
523530
Microsoft.CodeAnalysis.NetAnalyzers
524531
microsoft.com
532+
Microsoft.Management
525533
microsoft.management.infrastructure.cimcmdlets
526534
microsoft.management.infrastructure.native
527535
Microsoft.Management.Infrastructure.Runtime.Win
528536
microsoft.net.test.sdk
529537
microsoft.powershell.archive
538+
Microsoft.PowerShell.Commands
530539
microsoft.powershell.commands.diagnostics
531540
microsoft.powershell.commands.management
532541
microsoft.powershell.commands.utility
@@ -542,14 +551,17 @@ microsoft.powershell.psreadline
542551
microsoft.powershell.security
543552
microsoft.powershell.utility
544553
Microsoft.Security.Extensions
554+
Microsoft.WSMan
545555
microsoft.wsman.management
546556
microsoft.wsman.runtime
547557
mikeTWC1984
548558
mirichmo
549559
mjanko5
550560
mkdir
551561
mklement0
562+
ModuleCmdletBase.cs
552563
MohiTheFish
564+
Molkree
553565
move-itemproperty
554566
ms-psrp
555567
msbuild
@@ -639,6 +651,7 @@ parameterbindercontroller
639651
parameterbinding
640652
ParenExpression
641653
ParseError.ToString
654+
Path.Join
642655
pathresolution
643656
PathResolvedToMultiple
644657
patochun
@@ -649,6 +662,7 @@ payette
649662
perf
650663
perfview
651664
perfview.exe
665+
peter-evans
652666
petseral
653667
plaintext
654668
pluggable
@@ -677,6 +691,7 @@ pre-build
677691
pre-compiled
678692
pre-generated
679693
pre-installed
694+
pre-parse
680695
pre-release
681696
pre-releases
682697
pre-requisites
@@ -703,6 +718,7 @@ preview.7.20358.6
703718
preview.7.20364.3
704719
preview.7.20366.2
705720
preview.7.20366.15
721+
preview.7.22377.5
706722
preview.4.20258.7
707723
preview.4.20229.10
708724
preview.4.22252.9
@@ -821,6 +837,7 @@ runspaceinit
821837
runspaces
822838
runtime
823839
runtimes
840+
Ryan-Hutchison-USAF
824841
SA1026CodeMustNotContainSpaceAfterNewKeywordInImplicitlyTypedArrayAllocation
825842
Saancreed
826843
sample-dotnet1
@@ -914,6 +931,7 @@ System.IO.Packaging
914931
System.InvalidOperationException
915932
system.manage
916933
system.management.automation
934+
System.Management.Automation.utils
917935
systemd
918936
SytzeAndr
919937
tabcompletion
@@ -1029,9 +1047,11 @@ v7.2.2
10291047
v7.3.0
10301048
validatenotnullorempty
10311049
ValidateSet
1050+
varunsh-coder
10321051
versioned
10331052
versioning
10341053
vexx32
1054+
Virtualization
10351055
visualstudio
10361056
vmsilvamolina
10371057
vorobev

CHANGELOG/preview.md

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

3+
## [7.3.0-preview.7] - 2022-08-09
4+
5+
### Breaking Changes
6+
7+
- Move the type data definition of `System.Security.AccessControl.ObjectSecurity` to the `Microsoft.PowerShell.Security` module (#16355) (Thanks @iSazonov!)
8+
9+
### Engine Updates and Fixes
10+
11+
- Enable searching for assemblies in `GAC_Arm64` on Windows (#17816)
12+
- Fix parser exception in using statements with empty aliases (#16745) (Thanks @MartinGC94!)
13+
- Do not always collapse space between parameter and value for native arguments. (#17708)
14+
- Remove `PSNativePSPathResolution` experimental feature (#17670)
15+
16+
### General Cmdlet Updates and Fixes
17+
18+
- Fix for deserializing imported ordered dictionary (#15545) (Thanks @davidBar-On!)
19+
- Make generated implicit remoting modules backwards compatible with PowerShell 5.1 (#17227) (Thanks @Tadas!)
20+
- Re-enable IDE0031: Use Null propagation (#17811) (Thanks @fflaten!)
21+
- Allow commands to still be executed even if the current working directory no longer exists (#17579)
22+
- Stop referencing `Microsoft.PowerShell.Security` when the core snapin is used (#17771)
23+
- Add support for HTTPS with `Set-AuthenticodeSignature -TimeStampServer` (#16134) (Thanks @Ryan-Hutchison-USAF!)
24+
- Add type accelerator `ordered` for `OrderedDictionary` (#17804) (Thanks @fflaten!)
25+
- Fix the definition of the `PDH_COUNTER_INFO` struct (#17779)
26+
- Adding Virtualization Based Security feature names to Get-ComputerInfo (#16415) (Thanks @mattifestation!)
27+
- Fix `FileSystemProvider` to work with volume and pipe paths (#15873)
28+
- Remove pre-parse for array-based JSON (#15684) (Thanks @strawgate!)
29+
- Improve type inference for `$_` (#17716) (Thanks @MartinGC94!)
30+
- Prevent braces from being removed when completing variables (#17751) (Thanks @MartinGC94!)
31+
- Fix type inference for `ICollection` (#17752) (Thanks @MartinGC94!)
32+
- Fix `Test-Json` not handling non-object types at root (#17741) (Thanks @dkaszews!)
33+
- Change `Get-ChildItem` to treat trailing slash in path as indicating a directory when used with `-Recurse` (#17704)
34+
- Add `find.exe` to legacy argument binding behavior for Windows (#17715)
35+
- Add completion for index expressions for dictionaries (#17619) (Thanks @MartinGC94!)
36+
- Fix enum-ranges for `ValidateRange` in proxy commands (#17572) (Thanks @fflaten!)
37+
- Fix type completion for attribute tokens (#17484) (Thanks @MartinGC94!)
38+
- Add `-noprofileloadtime` switch to `pwsh` (#17535) (Thanks @rkeithhill!)
39+
- Fix legacy `ErrorView` types to use `$host.PrivateData` colors (#17705)
40+
- Improve dynamic parameter tab completion (#17661) (Thanks @MartinGC94!)
41+
- Avoid binding positional parameters when completing parameter in front of value (#17693) (Thanks @MartinGC94!)
42+
- Render decimal numbers in a table using current culture (#17650)
43+
44+
### Code Cleanup
45+
46+
<details>
47+
48+
<summary>
49+
50+
<p>We thank the following contributors!</p>
51+
<p>@fflaten, @Molkree, @eltociear</p>
52+
53+
</summary>
54+
55+
<ul>
56+
<li>Fix other path constructions using <code>Path.Join</code> (#17825)</li>
57+
<li>Use null propagation (#17787)(#17789)(#17790)(#17791)(#17792)(#17795) (Thanks @fflaten!)</li>
58+
<li>Re-enable compound assignment preference (#17784) (Thanks @Molkree!)</li>
59+
<li>Use null-coalescing assignment (#17719)(#17720)(#17721)(#17722)(#17723)(#17724)(#17725)(#17726)(#17727)(#17728)(#17729) (Thanks @Molkree!)</li>
60+
<li>Disable the warning <code>IDE0031</code> to take .NET 7 Preview 7 (#17770)</li>
61+
<li>Fix typo in <ode>ModuleCmdletBase.cs</code> (#17714) (Thanks @eltociear!)</li>
62+
</ul>
63+
64+
</details>
65+
66+
### Tests
67+
68+
- Re-enable tests because the corresponding dotnet issues were fixed (#17839)
69+
- Add test for `LanguageMode` using remoting (#17803) (Thanks @fflaten!)
70+
- Fix test perf by stopping ongoing `write-progress` (#17749) (Thanks @fflaten!)
71+
- Re-enable the test `TestLoadNativeInMemoryAssembly` (#17738)
72+
73+
### Build and Packaging Improvements
74+
75+
<details>
76+
77+
<summary>
78+
79+
<p>We thank the following contributors!</p>
80+
<p>@varunsh-coder, @dkaszews, @Molkree, @ChuckieChen945</p>
81+
82+
</summary>
83+
84+
<ul>
85+
<li>Update release pipeline to use Approvals and automate some manual tasks (#17837)</li>
86+
<li>Add GitHub token permissions for workflows (#17781) (Thanks @varunsh-coder!)</li>
87+
<li>Bump actions/github-script from 3 to 6 (#17842)</li>
88+
<li>Bump cirrus-actions/rebase from 1.6 to 1.7 (#17843)</li>
89+
<li>Remove unneeded verbose message in build (#17840)</li>
90+
<li>Detect default runtime using dotnet --info in build.psm1 (#17818) (Thanks @dkaszews!)</li>
91+
<li>Bump <code>actions/checkout</code> from 2 to 3 (#17828)</li>
92+
<li>Bump <code>actions/download-artifact</code> from 2 to 3 (#17829)</li>
93+
<li>Bump <code>github/codeql-action</code> from 1 to 2 (#17830)</li>
94+
<li>Bump <code>peter-evans/create-pull-request</code> from 3 to 4 (#17831)</li>
95+
<li>Bump <code>actions/upload-artifact</code> from 2 to 3 (#17832)</li>
96+
<li>Enable Dependabot for GitHub Actions (#17775) (Thanks @Molkree!)</li>
97+
<li>Update .NET SDK version from <code>7.0.100-preview.6.22352.1</code> to <code>7.0.100-preview.7.22377.5</code> (#17776)</li>
98+
<li>Fix a bug in <code>install-powershell.ps1</code> (#17794) (Thanks @ChuckieChen945!)</li>
99+
<li>Bump xunit from 2.4.1 to 2.4.2 (#17817)</li>
100+
<li>Update how to update homebrew (#17798)</li>
101+
<li>Don't run link check on forks (#17797)</li>
102+
<li>Update dotnetmetadata.json to start consuming .NET 7 preview 7 builds (#17736)</li>
103+
<li>Bump PackageManagement from 1.4.7 to 1.4.8.1 (#17709)</li>
104+
<li>Exclude ARM images from running in CI (#17713)</li>
105+
</ul>
106+
107+
</details>
108+
109+
### Documentation and Help Content
110+
111+
- Update the comment about why R2R is disabled (#17850)
112+
- Update changelog and `.spelling` for `7.3.0-preview.6` release (#17835)
113+
- Updated `ADOPTERS.md` for Power BI (#17766)
114+
- Update README.md with the current Fedora version (#15717) (Thanks @ananya26-vishnoi!)
115+
- Update `README` and `metadata.json` for next release (#17676) (Thanks @SeeminglyScience!)
116+
117+
[7.3.0-preview.7]: https://github.com/PowerShell/PowerShell/compare/v7.3.0-preview.6...v7.3.0-preview.7
118+
3119
## [7.3.0-preview.6] - 2022-07-18
4120

5121
### General Cmdlet Updates and Fixes

0 commit comments

Comments
 (0)