mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-27 03:46:23 +08:00
2f8b74c45b
Update changelog for the v7.4.0-preview.3 release
36 KiB
36 KiB
Current preview release
7.4.0-preview.3 - 2023-04-20
Breaking Changes
- Remove code related to
#requires -pssnapin
(#19320)
Engine Updates and Fixes
- Change the arrow used in feedback suggestion to a more common Unicode character (#19534)
- Support trigger registration in feedback provider (#19525)
- Update the
ICommandPredictor
interface to reduce boilerplate code from predictor implementation (#19414) - Fix a crash in the type inference code (#19400) (Thanks @MartinGC94!)
Performance
- Speed up
Resolve-Path
relative path resolution (#19171) (Thanks @MartinGC94!)
General Cmdlet Updates and Fixes
- Infer external application output as strings (#19193) (Thanks @MartinGC94!)
- Fix a race condition in
Add-Type
(#19471) - Detect insecure
https-to-http
redirect only if both URIs are absolute (#19468) (Thanks @CarloToso!) - Support
Ctrl+c
when connection hangs while reading data in WebCmdlets (#19330) (Thanks @stevenebutler!) - Enable type conversion of
AutomationNull
to$null
for assignment (#19415) - Add the parameter
-Environment
toStart-Process
(#19374) - Add the parameter
-RelativeBasePath
toResolve-Path
(#19358) (Thanks @MartinGC94!) - Exclude redundant parameter aliases from completion results (#19382) (Thanks @MartinGC94!)
- Allow using a folder path in WebCmdlets'
-OutFile
parameter (#19007) (Thanks @CarloToso!)
Code Cleanup
We thank the following contributors!
@eltociear, @CarloToso
- Fix typo in
typeDataXmlLoader.cs
(#19319) (Thanks @eltociear!) - Fix typo in
Compiler.cs
(#19491) (Thanks @eltociear!) - Inline the
GetResponseObject
method (#19380) (Thanks @CarloToso!) - Simplify
ContentHelper
methods (#19367) (Thanks @CarloToso!) - Initialize regex lazily in
BasicHtmlWebResponseObject
(#19361) (Thanks @CarloToso!) - Fix codefactor issue in if-statement (part 5) (#19286) (Thanks @CarloToso!)
- Add nullable annotations in
WebRequestSession.cs
(#19291) (Thanks @CarloToso!)
Tests
- Harden the default command test (#19416)
- Skip VT100 tests on Windows Server 2012R2 as console does not support it (#19413)
- Improve package management acceptance tests by not going to the gallery (#19412)
Build and Packaging Improvements
We thank the following contributors!
@dkattan
- Fixing MSI checkbox (#19325)
- Update the experimental feature JSON files (#19297)
- Update the cgmanifest (#19459, #19465)
- Update .NET SDK version to
8.0.100-preview.3.23178.7
(#19381) - Force updating the transitive dependency on
Microsoft.CSharp
(#19514) - Update
DotnetRuntimeMetadata.json
to consume the .NET 8.0.0-preview.3 release (#19529) - Move PSGallery sync to a pool (#19523)
- Fix the regex used for package name check in vPack build (#19511)
- Make the vPack PAT library more obvious (#19505)
- Change
Microsoft.CodeAnalysis.CSharp
back to 4.5.0 (#19464) (Thanks @dkattan!) - Update to the latest NOTICES file (#19332)
- Add
PoolNames
variable group to compliance pipeline (#19408) - Fix stage dependencies and typo in release build (#19353)
- Fix issues in release build and release pipeline (#19338)
7.4.0-preview.2 - 2023-03-14
Breaking Changes
- Update some PowerShell APIs to throw
ArgumentException
instead ofArgumentNullException
when the argument is an empty string (#19215) (Thanks @xtqqczze!) - Add the parameter
-ProgressAction
to the common parameters (#18887)
Engine Updates and Fixes
- Fix
PlainText
output to correctly remove theReset
VT sequence without number (#19283) - Fix
ConciseView
to handle customParserError
error records (#19239) - Fix
VtSubstring
helper method to correctly check characters copied (#19240) - Update the
FeedbackProvider
interface to return structured data (#19133) - Make the exception error in PowerShell able to associate with the right history entry (#19095)
- Fix for JEA session leaking functions (#19024)
- Add WDAC events and system lockdown notification (#18893)
- Fix support for nanoserver due to lack of AMSI (#18882)
Performance
- Use interpolated strings (#19002)(#19003)(#18977)(#18980)(#18996)(#18979)(#18997)(#18978)(#18983)(#18992)(#18993)(#18985)(#18988) (Thanks @CarloToso!)
General Cmdlet Updates and Fixes
- Fix completion for
PSCustomObject
variable properties (#18682) (Thanks @MartinGC94!) - Improve type inference for
Get-Random
(#18972) (Thanks @MartinGC94!) - Make
-Encoding
parameter able to takeANSI
encoding in PowerShell (#19298) (Thanks @CarloToso!) - Telemetry improvements for tracking experimental feature opt out (#18762)
- Support HTTP persistent connections in Web Cmdlets (#19249) (Thanks @stevenebutler!)
- Fix using xml
-Body
in webcmdlets without an encoding (#19281) (Thanks @CarloToso!) - Add the
Statement
property to$MyInvocation
(#19027) (Thanks @IISResetMe!) - Fix
Start-Process
-Wait
with-Credential
(#19096) (Thanks @jborean93!) - Adjust
PUT
method behavior toPOST
one for default content type in WebCmdlets (#19152) (Thanks @CarloToso!) - Improve verbose message in web cmdlets when content length is unknown (#19252) (Thanks @CarloToso!)
- Preserve
WebSession.MaximumRedirection
from changes (#19190) (Thanks @CarloToso!) - Take into account
ContentType
from Headers in WebCmdlets (#19227) (Thanks @CarloToso!) - Use C# 11 UTF-8 string literals (#19243) (Thanks @turbedi!)
- Add property assignment completion for enums (#19178) (Thanks @MartinGC94!)
- Fix class member completion for classes with base types (#19179) (Thanks @MartinGC94!)
- Add
-Path
and-LiteralPath
parameters toTest-Json
cmdlet (#19042) (Thanks @ArmaanMcleod!) - Allow to preserve the original HTTP method by adding
-PreserveHttpMethodOnRedirect
to Web cmdlets (#18894) (Thanks @CarloToso!) - Webcmdlets display an error on https to http redirect (#18595) (Thanks @CarloToso!)
- Build the relative URI for links from the response in
Invoke-WebRequest
(#19092) (Thanks @CarloToso!) - Fix redirection for
-CustomMethod
POST
in WebCmdlets (#19111) (Thanks @CarloToso!) - Dispose previous response in Webcmdlets (#19117) (Thanks @CarloToso!)
- Improve
Invoke-WebRequest
xml and json errors format (#18837) (Thanks @CarloToso!) - Fix error formatting to remove the unneeded leading newline for concise view (#19080)
- Add
-NoHeader
parameter toConvertTo-Csv
andExport-Csv
cmdlets (#19108) (Thanks @ArmaanMcleod!) - Fix
Start-Process -Credential -Wait
to work on Windows (#19082) - Add
ValidateNotNullOrEmpty
toOutFile
andInFile
parameters of WebCmdlets (#19044) (Thanks @CarloToso!) - Correct spelling of "custom" in event (#19059) (Thanks @spaette!)
- Ignore expected error for file systems not supporting alternate streams (#19065)
- Adding missing guard for telemetry opt out to avoid
NullReferenceException
when importing modules (#18949) (Thanks @powercode!) - Fix progress calculation divide by zero in Copy-Item (#19038)
- Add progress to
Copy-Item
(#18735) - WebCmdlets parse XML declaration to get encoding value, if present. (#18748) (Thanks @CarloToso!)
HttpKnownHeaderNames
update headers list (#18947) (Thanks @CarloToso!)- Fix bug with managing redirection and
KeepAuthorization
in Web cmdlets (#18902) (Thanks @CarloToso!) - Fix
Get-Error
to work with strict mode (#18895) - Add
AllowInsecureRedirect
switch to Web cmdlets (#18546) (Thanks @CarloToso!) Invoke-RestMethod
-FollowRelLink
fix links containing commas (#18829) (Thanks @CarloToso!)- Prioritize the default parameter set when completing positional arguments (#18755) (Thanks @MartinGC94!)
- Add
-CommandWithArgs
parameter to pwsh (#18726) - Enable creating composite subsystem implementation in modules (#18888)
- Fix
Format-Table -RepeatHeader
for property derived tables (#18870) - Add
StatusCode
toHttpResponseException
(#18842) (Thanks @CarloToso!) - Fix type inference for all scope variables (#18758) (Thanks @MartinGC94!)
- Add completion for Using keywords (#16514) (Thanks @MartinGC94!)
Code Cleanup
We thank the following contributors!
@CarloToso, @iSazonov, @xtqqczze, @turbedi, @syntax-tm, @eltociear, @ArmaanMcleod
- Small cleanup in the WebCmdlet code (#19299) (Thanks @CarloToso!)
- Remove unused GUID detection code from console host (#18871) (Thanks @iSazonov!)
- Fix
CodeFactor
issues in the code base - part 4 (#19270) (Thanks @CarloToso!) - Fix codefactor if part 3 (#19269) (Thanks @CarloToso!)
- Fix codefactor if part 2 (#19267) (Thanks @CarloToso!)
- Fix codefactor if part 1 (#19266) (Thanks @CarloToso!)
- Remove comment and simplify condition in WebCmdlets (#19251) (Thanks @CarloToso!)
- Small style changes (#19241) (Thanks @CarloToso!)
- Use
ArgumentException.ThrowIfNullOrEmpty
as appropriate [part 1] (#19215) (Thanks @xtqqczze!) - Use
using
variable to reduce the nested level (#19229) (Thanks @CarloToso!) - Use
ArgumentException.ThrowIfNullOrEmpty()
in more places (#19213) (Thanks @CarloToso!) - Replace
BitConverter.ToString
withConvert.ToHexString
where appropriate (#19216) (Thanks @turbedi!) - Replace
Requires.NotNullOrEmpty(string)
withArgumentException.ThrowIfNullOrEmpty
(#19197) (Thanks @xtqqczze!) - Use
ArgumentOutOfRangeException.ThrowIfNegativeOrZero
when applicable (#19201) (Thanks @xtqqczze!) - Use
CallerArgumentExpression
onRequires.NotNull
(#19200) (Thanks @xtqqczze!) - Revert a few change to not use 'ArgumentNullException.ThrowIfNull' (#19151)
- Corrected some minor spelling mistakes (#19176) (Thanks @syntax-tm!)
- Fix a typo in
InitialSessionState.cs
(#19177) (Thanks @eltociear!) - Fix a typo in
pwsh
help content (#19153) - Revert comment changes in
WebRequestPSCmdlet.Common.cs
(#19136) (Thanks @CarloToso!) - Small cleanup webcmdlets (#19128) (Thanks @CarloToso!)
- Merge partials in
WebRequestPSCmdlet.Common.cs
(#19126) (Thanks @CarloToso!) - Cleanup WebCmdlets comments (#19124) (Thanks @CarloToso!)
- Added minor readability and refactoring fixes to
Process.cs
(#19123) (Thanks @ArmaanMcleod!) - Small changes in Webcmdlets (#19109) (Thanks @CarloToso!)
- Rework
SetRequestContent
in WebCmdlets (#18964) (Thanks @CarloToso!) - Small cleanup WebCmdlets (#19030) (Thanks @CarloToso!)
- Update additional interpolated string changes (#19029)
- Revert some of the interpolated string changes (#19018)
- Cleanup
StreamHelper.cs
,WebRequestPSCmdlet.Common.cs
andInvokeRestMethodCommand.Common.cs
(#18950) (Thanks @CarloToso!) - Small cleanup common code of webcmdlets (#18946) (Thanks @CarloToso!)
- Simplification of
GetHttpMethod
andHttpMethod
in WebCmdlets (#18846) (Thanks @CarloToso!) - Fix typo in
ModuleCmdletBase.cs
(#18933) (Thanks @eltociear!) - Fix regression in
RemoveNulls
(#18881) (Thanks @iSazonov!) - Replace all
NotNull
withArgumentNullException.ThrowIfNull
(#18820) (Thanks @CarloToso!) - Cleanup
InvokeRestMethodCommand.Common.cs
(#18861) (Thanks @CarloToso!)
Tools
- Add a Mariner install script (#19294)
- Add tool to trigger license information gathering for NuGet modules (#18827)
Tests
- Update and enable the test for the type of
$input
(#18968) (Thanks @MartinGC94!) - Increase the timeout for creating the
WebListener
(#19268) - Increase the timeout when waiting for the event log (#19264)
- Add Windows ARM64 CI (#19040)
- Change test so output does not include newline (#19026)
- Allow system lock down test debug hook to work with new WLDP API (#18962)
- Add tests for
Allowinsecureredirect
parameter in Web cmdlets (#18939) (Thanks @CarloToso!) - Enable
get-help
pattern tests on Unix (#18855) (Thanks @xtqqczze!) - Create test to check if WebCmdlets decompress brotli-encoded data (#18905) (Thanks @CarloToso!)
Build and Packaging Improvements
We thank the following contributors!
@bergmeister, @xtqqczze
- Restructure the package build to simplify signing and packaging stages (#19321)
- Bump
Microsoft.CodeAnalysis.CSharp
from4.4.0
to4.6.0-2.23152.6
(#19306)(#19233) - Test fixes for stabilizing tests (#19068)
- Bump
Newtonsoft.Json
from13.0.2
to13.0.3
(#19290)(#19289) - Fix mariner sudo detection (#19304)
- Add stage for symbols job in Release build (#18937)
- Bump .NET to Preview 2 version (#19305)
- Move workflows that create PRs to private repo (#19276)
- Use reference assemblies generated by dotnet (#19302)
- Update the cgmanifest (#18814)(#19165)(#19296)
- Always regenerate files WXS fragment (#19196)
- MSI installer: Add checkbox and MSI property DISABLE_TELEMETRY to optionally disable telemetry. (#10725) (Thanks @bergmeister!)
- Add
-Force
toMove-Item
to fix the GitHub workflow (#19262) - Update and remove outdated docs to fix the URL link checks (#19261)
- Bump
Markdig.Signed
from0.30.4
to0.31.0
(#19232) - Add pattern to replace for reference API generation (#19214)
- Split test artifact build into windows and non-windows (#19199)
- Set
LangVersion
compiler option to11.0
(#18877) (Thanks @xtqqczze!) - Update to .NET 8 preview 1 build (#19194)
- Simplify Windows Packaging CI Trigger YAML (#19160)
- Bump
Microsoft.NET.Test.Sdk
from17.4.0
to17.5.0
(#18823)(#19191) - Add URL for all distributions (#19159)
- Bump
Microsoft.Extensions.ObjectPool
from7.0.1
to7.0.3
(#18925)(#19155) - Add verification of R2R at packaging (#19129)
- Allow cross compiling windows (#19119)
- Update CodeQL build agent (#19113)
- Bump
XunitXml.TestLogger
from3.0.70
to3.0.78
(#19066) - Bump
Microsoft.CodeAnalysis.Analyzers
from3.3.3
to3.3.4
(#18975) - Bump
BenchmarkDotNet
to0.13.3
(#18878) (Thanks @xtqqczze!) - Bump
Microsoft.PowerShell.Native
from7.4.0-preview.1
to7.4.0-preview.2
(#18910) - Add checks for Windows 8.1 and Server 2012 in the MSI installer (#18904)
- Update build to include
WinForms
/WPF
in all Windows builds (#18859)
Documentation and Help Content
- Update to the latest NOTICES file (#19169)(#19309)(#19086)(#19077)
- Update supported distros in Readme (#18667) (Thanks @techguy16!)
- Remove the 'Code Coverage Status' badge (#19265)
- Pull in change logs for
v7.2.10
andv7.3.3
releases (#19219) - Update tools
metadata
andREADME
(#18831)(#19204)(#19014) - Update a broken link in the
README.md
(#19187) - Fix typos in comments (#19064) (Thanks @spaette!)
- Add
7.2
and7.3
change logs (#19025) - typos (#19058) (Thanks @spaette!)
- Fix typo in
dotnet-tools/README.md
(#19021) (Thanks @spaette!) - Fix up all comments to be in the proper order with proper spacing (#18619)
- Change log for
v7.4.0-preview.1
release (#18835)
7.4.0-preview.1 - 2022-12-20
Engine Updates and Fixes
- Add Instrumentation to
AmsiUtil
and make the init variable readonly (#18727) - Fix typo in
OutOfProcTransportManager.cs
(#18766) (Thanks @eltociear!) - Allow non-default encodings to be used in user's script/code (#18605)
- Add
Dim
andDimOff
to$PSStyle
(#18653) - Change
exec
from alias to function to handle arbitrary arguments (#18567) - The command prefix should also be in the error color for
NormalView
(#18555) - Skip cloud files marked as "not on disk" during command discovery (#18152)
- Replace
UTF8Encoding(false)
withEncoding.Default
(#18356) (Thanks @xtqqczze!) - Fix
Switch-Process
to settermios
appropriate for child process (#18467) - On Unix, only explicitly terminate the native process if not in background (#18215)
- Treat
[NullString]::Value
as the string type when resolving methods (#18080) - Improve pseudo binding for dynamic parameters (#18030) (Thanks @MartinGC94!)
- Make experimental feature
PSAnsiRenderingFileInfo
stable (#18042) - Update to use version
2.21.0
of Application Insights. (#17903) - Do not preserve temporary results when no need to do so (#17856)
Performance
- Remove some static constants from
Utils.Separators
(#18154) (Thanks @iSazonov!) - Avoid using regex when unnecessary in
ScriptWriter
(#18348) - Use source generator for
PSVersionInfo
to improve startup time (#15603) (Thanks @iSazonov!) - Skip evaluating suggestions at startup (#18232)
- Avoid using
Regex
when not necessary (#18210)
General Cmdlet Updates and Fixes
- Update to use
ComputeCore.dll
for PowerShell Direct (#18194) - Replace
ArgumentNullException(nameof())
withArgumentNullException.ThrowIfNull()
(#18792)(#18784) (Thanks @CarloToso!) - Remove
TabExpansion
from remote session configuration (#18795) (Internal 23331) - WebCmdlets get Retry-After from headers if status code is 429 (#18717) (Thanks @CarloToso!)
- Implement
SupportsShouldProcess
inStop-Transcript
(#18731) (Thanks @JohnLBevan!) - Fix
New-Item -ItemType Hardlink
to resolve target to absolute path and not allow link to itself (#18634) - Add output types to Format commands (#18746) (Thanks @MartinGC94!)
- Fix the process
CommandLine
on Linux (#18710) (Thanks @jborean93!) - Fix
SuspiciousContentChecker.Match
to detect a pre-defined string when the text starts with it (#18693) - Switch
$PSNativeCommandUseErrorActionPreference
to$true
when feature is enabled (#18695) - Fix
Start-Job
to check the existence of working directory using the PowerShell way (#18675) - Webcmdlets add 308 to redirect codes and small cleanup (#18536) (Thanks @CarloToso!)
- Ensure
HelpInfo.Category
is consistently a string (#18254) - Remove
gcloud
from the legacy list because it's resolved to a .ps1 script (#18575) - Add
gcloud
andsqlcmd
to list to use legacy argument passing (#18559) - Fix native access violation (#18545) (#18547) (Thanks @chrullrich!)
- Fix issue when completing the first command in a script with an empty array expression (#18355) (Thanks @MartinGC94!)
- Improve type inference of hashtable keys (#17907) (Thanks @MartinGC94!)
- Fix
Switch-Process
to copy the current env to the new process (#18452) - Fix
Switch-Process
error to include the command that is not found (#18443) - Update
Out-Printer
to remove all decorating ANSI escape sequences from PowerShell formatting (#18425) - Web cmdlets set default charset encoding to
UTF8
(#18219) (Thanks @CarloToso!) - Fix incorrect cmdlet name in the script used by
Restart-Computer
(#18374) (Thanks @urizen-source!) - Add the function
cd~
(#18308) (Thanks @GigaScratch!) - Fix type inference error for empty return statements (#18351) (Thanks @MartinGC94!)
- Fix the exception reporting in
ConvertFrom-StringData
(#18336) (Thanks @GigaScratch!) - Implement
IDisposable
inNamedPipeClient
(#18341) (Thanks @xtqqczze!) - Replace command-error suggestion with new implementation based on subsystem plugin (#18252)
- Remove the
ProcessorArchitecture
portion from the full name as it's obsolete (#18320) - Make the fuzzy searching flexible by passing in the fuzzy matcher (#18270)
- Add
-FuzzyMinimumDistance
parameter toGet-Command
(#18261) - Improve startup time by triggering initialization of additional types on background thread (#18195)
- Fix decompression in web cmdlets (#17955) (Thanks @iSazonov!)
- Add
CustomTableHeaderLabel
formatting to differentiate table header labels that are not property names (#17346) - Remove the extra new line form List formatting (#18185)
- Minor update to the
FileInfo
table formatting on Unix to make it more concise (#18183) - Fix Parent property on processes with complex name (#17545) (Thanks @jborean93!)
- Make PowerShell class not affiliate with
Runspace
when declaring theNoRunspaceAffinity
attribute (#18138) - Complete the progress bar rendering in
Invoke-WebRequest
when downloading is complete or cancelled (#18130) - Display download progress in human readable format for
Invoke-WebRequest
(#14611) (Thanks @bergmeister!) - Update
WriteConsole
to not usestackalloc
for buffer with too large size (#18084) - Filter out compiler generated types for
Add-Type -PassThru
(#18095) - Fixing
CA2014
warnings and removing the warning suppression (#17982) (Thanks @creative-cloud!) - Make experimental feature
PSNativeCommandArgumentPassing
stable (#18044) - Make experimental feature
PSAMSIMethodInvocationLogging
stable (#18041) - Handle
PSObject
argument specially in method invocation logging (#18060) - Fix typos in
EventResource.resx
(#18063) (Thanks @eltociear!) - Make experimental feature
PSRemotingSSHTransportErrorHandling
stable (#18046) - Make experimental feature
PSExec
stable (#18045) - Make experimental feature
PSCleanBlock
stable (#18043) - Fix error formatting to use color defined in
$PSStyle.Formatting
(#17987) - Remove unneeded use of
chmod 777
(#17974) - Support mapping foreground/background
ConsoleColor
values to VT escape sequences (#17938) - Make
pwsh
server modes implicitly not show banner (#17921) - Add output type attributes for
Get-WinEvent
(#17948) (Thanks @MartinGC94!) - Remove 1 second minimum delay in
Invoke-WebRequest
for small files, and prevent file-download-error suppression. (#17896) (Thanks @AAATechGuy!) - Add completion for values in comparisons when comparing Enums (#17654) (Thanks @MartinGC94!)
- Fix positional argument completion (#17796) (Thanks @MartinGC94!)
- Fix member completion in attribute argument (#17902) (Thanks @MartinGC94!)
- Throw when too many parameter sets are defined (#17881) (Thanks @fflaten!)
- Limit searching of
charset
attribute inmeta
tag for HTML to first 1024 characters in webcmdlets (#17813) - Fix
Update-Help
failing silently with implicit non-US culture. (#17780) (Thanks @dkaszews!) - Add the
ValidateNotNullOrWhiteSpace
attribute (#17191) (Thanks @wmentha!) - Improve enumeration of inferred types in pipeline (#17799) (Thanks @MartinGC94!)
Code Cleanup
We thank the following contributors!
@MartinGC94, @CarloToso, @iSazonov, @xtqqczze, @turbedi, @trossr32, @eltociear, @AtariDreams, @jborean93
- Add TSAUpload for APIScan (#18446)
- Use Pattern matching in
ast.cs
(#18794) (Thanks @MartinGC94!) - Cleanup
webrequestpscmdlet.common.cs
(#18596) (Thanks @CarloToso!) - Unify
CreateFile
pinvoke
in SMA (#18751) (Thanks @iSazonov!) - Cleanup
webresponseobject.common
(#18785) (Thanks @CarloToso!) InvokeRestMethodCommand.Common
cleanup and merge partials (#18736) (Thanks @CarloToso!)- Replace
GetDirectories
inCimDscParser
(#14319) (Thanks @xtqqczze!) - WebResponseObject.Common merge partials atomic commits (#18703) (Thanks @CarloToso!)
- Enable pending test for
Start-Process
(#18724) (Thanks @iSazonov!) - Remove one CreateFileW (#18732) (Thanks @iSazonov!)
- Replace
DllImport
withLibraryImport
for WNetAddConnection2 (#18721) (Thanks @iSazonov!) - Use File.OpenHandle() instead CreateFileW pinvoke (#18722) (Thanks @iSazonov!)
- Replace DllImport with LibraryImport for WNetGetConnection (#18690) (Thanks @iSazonov!)
- Replace
DllImport
withLibraryImport
- 1 (#18603) (Thanks @iSazonov!) - Replace DllImport with LibraryImport in SMA 3 (#18564) (Thanks @iSazonov!)
- Replace
DllImport
withLibraryImport
in SMA - 7 (#18594) (Thanks @iSazonov!) - Use static
DateTime.UnixEpoch
andRandomNumberGenerator.Fill()
(#18621) (Thanks @turbedi!) - Rewrite Get-FileHash to use static HashData methods (#18471) (Thanks @turbedi!)
- Replace DllImport with LibraryImport in SMA 8 (#18599) (Thanks @iSazonov!)
- Replace DllImport with LibraryImport in SMA 4 (#18579) (Thanks @iSazonov!)
- Remove NativeCultureResolver as dead code (#18582) (Thanks @iSazonov!)
- Replace DllImport with LibraryImport in SMA 6 (#18581) (Thanks @iSazonov!)
- Replace DllImport with LibraryImport in SMA 2 (#18543) (Thanks @iSazonov!)
- Use standard SBCS detection (#18593) (Thanks @iSazonov!)
- Remove unused pinvokes in RemoteSessionNamedPipe (#18583) (Thanks @iSazonov!)
- Replace DllImport with LibraryImport in SMA 5 (#18580) (Thanks @iSazonov!)
- Remove SafeRegistryHandle (#18597) (Thanks @iSazonov!)
- Remove
ArchitectureSensitiveAttribute
from the code base (#18598) (Thanks @iSazonov!) - Build COM adapter only on Windows (#18590)
- Include timer instantiation for legacy telemetry in conditional compiler statements in Get-Help (#18475) (Thanks @trossr32!)
- Convert
DllImport
toLibraryImport
for recycle bin, clipboard, and computerinfo cmdlets (#18526) - Replace DllImport with LibraryImport in SMA 1 (#18520) (Thanks @iSazonov!)
- Replace DllImport with LibraryImport in engine (#18496)
- Fix typo in InitialSessionState.cs (#18435) (Thanks @eltociear!)
- Remove remaining unused strings from resx files (#18448)
- Use new LINQ Order() methods instead of OrderBy(static x => x) (#18395) (Thanks @turbedi!)
- Make use of StringSplitOptions.TrimEntries when possible (#18412) (Thanks @turbedi!)
- Replace some
string.Join(string)
calls withstring.Join(char)
(#18411) (Thanks @turbedi!) - Remove unused strings from FileSystem and Registry providers (#18403)
- Use generic
GetValues<T>
,GetNames<T>
enum methods (#18391) (Thanks @xtqqczze!) - Remove unused resource strings from
SessionStateStrings
(#18394) - Remove unused resource strings in
System.Management.Automation
(#18388) - Use
Enum.HasFlags
part 1 (#18386) (Thanks @xtqqczze!) - Remove unused strings from parser (#18383)
- Remove unused strings from Utility module (#18370)
- Remove unused console strings (#18369)
- Remove unused strings from
ConsoleInfoErrorStrings.resx
(#18367) - Code cleanup in
ContentHelper.Common.cs
(#18288) (Thanks @CarloToso!) - Remove
FusionAssemblyIdentity
andGlobalAssemblyCache
as they are not used (#18334) (Thanks @iSazonov!) - Remove some static initializations in
StringManipulationHelper
(#18243) (Thanks @xtqqczze!) - Use
MemoryExtensions.IndexOfAny
inPSv2CompletionCompleter
(#18245) (Thanks @xtqqczze!) - Use
MemoryExtensions.IndexOfAny
inWildcardPattern
(#18242) (Thanks @xtqqczze!) - Small cleanup of the stub code (#18301) (Thanks @CarloToso!)
- Fix typo in
RemoteRunspacePoolInternal.cs
(#18263) (Thanks @eltociear!) - Some more code cleanup related to the use of
PSVersionInfo
(#18231) - Use
MemoryExtensions.IndexOfAny
inSessionStateInternal
(#18244) (Thanks @xtqqczze!) - Use overload APIs that take
char
instead ofstring
when it's possible (#18179) (Thanks @iSazonov!) - Replace
UTF8Encoding(false)
withEncoding.Default
(#18144) (Thanks @xtqqczze!) - Remove unused variables (#18058) (Thanks @AtariDreams!)
- Fix typo in PowerShell.Core.Instrumentation.man (#17963) (Thanks @eltociear!)
- Migrate
WinTrust
functions to a common location (#17598) (Thanks @jborean93!)
Tools
- Add a function to get the PR Back-port report (#18299)
- Add a workaround in automatic rebase workflow to continue on error (#18176)
- Update list of PowerShell team members in release tools (#17909)
- Don't block if we fail to create the comment (#17869)
Tests
- Add
testexe.exe -echocmdline
to output raw command line received by the process on Windows (#18591) - Mark charset test as pending (#18511)
- Skip output rendering tests on Windows Server 2012 R2 (#18382)
- Increase timeout to make subsystem tests more reliable (#18380)
- Add missing -Tag 'CI' to describe blocks. (#18316)
- Use short path instead of multiple quotes in
Get-Item
test relying on node (#18250) - Replace the CIM class used for
-Amended
parameter test (#17884) (Thanks @sethvs!) - Stop ongoing progress-bar in
Write-Progress
test (#17880) (Thanks @fflaten!)
Build and Packaging Improvements
We thank the following contributors!
- Fix reference assembly generation logic for
Microsoft.PowerShell.Commands.Utility
(#18818) - Update the cgmanifest (#18676)(#18521)(#18415)(#18408)(#18197)(#18111)(#18051)(#17913)(#17867)(#17934)(#18088)
- Bump
Microsoft.PowerShell.Native
to the latest preview versionv7.4.0-preview.1
(#18805) - Remove unnecessary reference to
System.Runtime.CompilerServices.Unsafe
(#18806) - Update the release tag in
metadata.json
for next preview (#18799) - Bump Microsoft.CodeAnalysis.NetAnalyzers (#18750)
- Bump .NET SDK to version
7.0.101
(#18786) - Bump
cirrus-actions/rebase
from 1.7 to 1.8 (#18788) - Bump
decode-uri-component
from 0.2.0 to 0.2.2 (#18712) - Bump Microsoft.CodeAnalysis.CSharp from 4.4.0-4.final to 4.4.0 (#18562)
- Bump Newtonsoft.Json from 13.0.1 to 13.0.2 (#18657)
- Apply expected file permissions to Linux files after Authenticode signing (#18643)
- Remove extra quotes after agent moves to pwsh 7.3 (#18577)
- Don't install based on build-id for RPM (#18560)
- Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0 (#18487)
- Bump
minimatch
from 3.0.4 to 3.1.2 (#18514) - Avoid depending on the pre-generated experimental feature list in private and CI builds (#18484)
- Update
release-MsixBundle.yml
to add retries (#18465) - Bump System.Data.SqlClient from 4.8.4 to 4.8.5 in /src/Microsoft.PowerShell.SDK (#18515)
- Bump to use internal .NET 7 GA build (#18508)
- Insert the pre-release nuget feed before building test artifacts (#18507)
- Add test for framework dependent package in release pipeline (#18506) (Internal 23139)
- Update to azCopy 10 (#18509)
- Fix issues with uploading changelog to GitHub release draft (#18504)
- Bump Microsoft.CodeAnalysis.NetAnalyzers (#18442)
- Add authenticode signing for assemblies on linux builds (#18440)
- Do not remove
penimc_cor3.dll
from build (#18438) - Bump
Microsoft.PowerShell.Native
from 7.3.0-rc.1 to 7.3.0 (#18405) - Allow two-digit revisions in
vPack
package validation pattern (#18392) - Bump
Microsoft.CodeAnalysis.NetAnalyzers
(#18363) - Bump to .NET 7 RC2 official version (#18328)
- Bump to .NET 7 to version
7.0.100-rc.2.22477.20
(#18286) - Replace win7 runtime with win8 and remove APISets (#18304)
- Bump Microsoft.CodeAnalysis.NetAnalyzers (#18312)
- Recurse the file listing. (#18277)
- Create tasks to collect and publish hashes for build files. (#18276)
- Bump Microsoft.CodeAnalysis.NetAnalyzers (#18262)
- Remove ETW trace collection and uploading for CLR CAP (#18253)
- Do not cleanup
pwsh.deps.json
for framework dependent packages (#18226) - Add branch counter to APIScan build (#18214)
- Remove unnecessary native dependencies from the package (#18213)
- Remove XML files for min-size package (#18189)
- Bump Microsoft.CodeAnalysis.NetAnalyzers (#18216)
- Bump
Microsoft.PowerShell.Native
from7.3.0-preview.1
to7.3.0-rc.1
(#18217) - Bump Microsoft.CodeAnalysis.NetAnalyzers (#18201)
- Move ApiScan to compliance build (#18191)
- Fix the verbose message when using
dotnet-install.sh
(#18184) - Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 (#18163)
- Bump Microsoft.CodeAnalysis.NetAnalyzers (#18164)
- Make the link to minimal package blob public during release (#18158)
- Bump
Microsoft.CodeAnalysis.NetAnalyzers
(#18147) - Update MSI exit message (#18137)
- Bump Microsoft.CodeAnalysis.CSharp from 4.4.0-1.final to 4.4.0-2.final (#18132)
- Re-enable building with Ready-to-Run (#18105)
- Update
DotnetRuntimeMetadata.json
for .NET 7 RC1 build (#18091) - Bump
Microsoft.CodeAnalysis.NetAnalyzers
(#18096) - Add schema for cgmanifest.json (#18036)
- Bump
Microsoft.CodeAnalysis.CSharp
from 4.3.0-3.final to 4.3.0 (#18012) - Add XML reference documents to NuPkg files for SDK (#17997)
- Bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.3.1 (#18000)
- Bump
Microsoft.CodeAnalysis.NetAnalyzers
(#17988) - Bump Microsoft.CodeAnalysis.NetAnalyzers (#17983)
- Bump Microsoft.CodeAnalysis.NetAnalyzers (#17945)
- Make sure
Security.types.ps1xml
gets signed in release build (#17916) - Make Register Microsoft Update timeout (#17910)
- Merge changes from v7.0.12 v7.2.6 and v7.3.0-preview.7
- Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 (#17871)
Documentation and Help Content
- Update readme and metadata for releases (#18780)(#18493)(#18393)(#18332)(#18128)(#17870)
- Remove 'please' and 'Core' from README.md per MS style guide (#18578) (Thanks @Rick-Anderson!)
- Change unsupported XML documentation tag (#18608)
- Change public API mention of
monad
to PowerShell (#18491) - Update security reporting policy to recommend security portal for more streamlined reporting (#18437)
- Change log for v7.3.0 (#18505) (Internal 23161)
- Replace
msh
in public API comment based documentation with PowerShell equivalent (#18483) - Add missing XML doc elements for methods in
RunspaceFactory
(#18450) - Change log for
v7.3.0-rc.1
(#18400) - Update change logs for
v7.2.7
andv7.0.13
(#18342) - Update the change log for v7.3.0-preview.8 (#18136)
- Add the
ConfigurationFile
option to the PowerShell help content (#18093) - Update help content about the PowerShell flag
-NonInteractive
(#17952)