7.5 Changelog
7.5.5
Engine Updates and Fixes
- Fix up
SSHConnectionInfossh PATH checks (#26165) (Thanks @jborean93!)
General Cmdlet Updates and Fixes
- Close pipe client handles after creating the child ssh process (#26822)
- Fix the progress preference variable in script cmdlets (#26791) (Thanks @cmkb3!)
Tools
- Add merge conflict marker detection to
linux-ciworkflow and refactor existing actions to use reusableget-changed-filesaction (#26812) - Add reusable
get-changed-filesaction and refactor existing actions (#26811) - Create GitHub Copilot setup workflow (#26807)
- Refactor analyze job to reusable workflow and enable on Windows CI (#26799)
Tests
- Mark flaky
Update-Helpweb tests as pending to unblock CI (#26837) - Add GitHub Actions annotations for Pester test failures (#26836)
- Fix
$PSDefaultParameterValuesleak causing tests to skip unexpectedly (#26823) - Fix merge conflict checker for empty file lists and filter
*.csfiles (#26813) - Update the
Update-Helptests to use-Forceto remove read-only files (#26788) - Add markdown link verification for PRs (#26407)
Build and Packaging Improvements
Update to .NET SDK 9.0.312
We thank the following contributors!
@kasperk81, @RichardSlater
- Revert change to module name ThreadJob (#26997)
- Update branch for release (#26990)
- Fix
ConvertFrom-ClearlyDefinedCoordinatesto handle API object coordinates (#26987) - Update CGManifests (#26981)
- Hardcode Official templates (#26968)
- Split TPN manifest and Component Governance manifest (#26967)
- Fix a preview detection test for the packaging script (#26966)
- Correct the package name for .deb and .rpm packages (#26964)
- Bring Release Changes from v7.6.0-preview.6 (#26963)
- Merge the v7.6.0-preview.5 release branch back to master (#26958)
- Fix macOS preview package identifier detection to use version string (#26835)
- Update metadata.json to update the Latest attribute with a better name (#26826)
- Remove unused runCodesignValidationInjection variable from pipeline templates (#26825)
- Update
Get-ChangeLogto handle backport PRs correctly (#26824) - Mirror .NET/runtime ICU version range in PowerShell (#26821) (Thanks @kasperk81!)
- Update the macos package name for preview releases to match the previous pattern (#26820)
- Fix condition syntax for StoreBroker package tasks in MSIX pipeline (#26819)
- Fix template path for rebuild branch check in package.yml (#26818)
- Add rebuild branch support with conditional MSIX signing (#26817)
- Move package validation to package pipeline (#26816)
- Optimize/split windows package signing (#26815)
- Improve ADO package build and validation across platforms (#26814)
- Add log grouping to build.psm1 for collapsible GitHub Actions logs (#26810)
- Remove usage of fpm for DEB package generation (#26809)
- Replace fpm with native macOS packaging tools (pkgbuild/productbuild) (#26801)
- Fix build to only enable ready-to-run for the Release configuration (#26798)
- Fix R2R for fxdependent packaging (#26797)
- Refactor: Centralize xUnit tests into reusable workflow and remove legacy verification (#26794)
- Replace
fpmwith nativerpmbuildfor RPM package generation (#26793) - Add
libicu76dependency to support Debian 13 (#26792) (Thanks @RichardSlater!) - Specify .NET search by build type (#26408)
- Fix buildinfo.json uploading for preview, LTS, and stable releases (#26773)
- Fix path to
metadata.jsonin channel selection script (#26400) - Separate store automation service endpoints and resolve
AppID(#26266) - Update a few packages to use the right version corresponding to .NET 9 (#26671)
- Add network isolation policy parameter to vPack pipeline (#26393)
- Convert Azure DevOps Linux Packaging pipeline to GitHub Actions workflow (#26391)
- Integrate Windows packaging into windows-ci workflow using reusable workflow (#26390)
- GitHub Workflow cleanup (#26389)
- Update vPack name (#26221)
7.5.4
Build and Packaging Improvements
Update to .NET SDK 9.0.306
- [release/v7.5] Update Ev2 Shell Extension Image to AzureLinux 3 for PMC Release (#26032)
- [release/v7.5] Fix variable reference for release environment in pipeline (#26013)
- [release/v7.5] Add v7.5.3 Changelog (#26015)
- [release/v7.5] Add LinuxHost Network configuration to PowerShell Packages pipeline (#26002)
- Backport Release Pipeline Changes (Internal 37168)
- [release/v7.5] Update branch for release (#26195)
- [release/v7.5] Mark the 3 consistently failing tests as pending to unblock PRs (#26196)
- [release/v7.5] add CodeQL suppresion for NativeCommandProcessor (#26173)
- [release/v7.5] add CodeQL suppressions for UpdatableHelp and NativeCommandProcessor methods (#26171)
- [release/v7.5] Remove UseDotnet task and use the dotnet-install script (#26169)
- [release/v7.5] Automate Store Publishing (#26164)
- [release/v7.5] Ensure that socket timeouts are set only during the token validation (#26079)
- [release/v7.5] Suppress false positive PSScriptAnalyzer warnings in tests and build scripts (#26059)
7.5.3
General Cmdlet Updates and Fixes
- Fix
Out-GridViewby replacing the use of obsoleteBinaryFormatterwith custom implementation. (#25559) - Remove
OnDeserializedandSerializableattributes fromMicrosoft.Management.UI.Internalproject (#25831) - Make the interface
IDeepCloneableinternal (#25830)
Tools
- Add CodeQL suppressions (#25972)
Tests
- Fix updatable help test for new content (#25944)
Build and Packaging Improvements
Update to .NET SDK 9.0.304
- Make logical template name consistent between pipelines (#25991)
- Update container images to use mcr.microsoft.com for Linux and Azure Linux (#25986)
- Add build to vPack Pipeline (#25975)
- Remove AsyncSDL from Pipelines Toggle Official/NonOfficial Runs (#25964)
- Update branch for release (#25942)
Documentation and Help Content
- Fix typo in CHANGELOG for script filename suggestion (#25963)
7.5.2 - 2025-06-24
Engine Updates and Fixes
- Move .NET method invocation logging to after the needed type conversion is done for method arguments (#25357)
General Cmdlet Updates and Fixes
- Set standard handles explicitly when starting a process with
-NoNewWindow(#25324) - Make inherited protected internal instance members accessible in class scope. (#25547) (Thanks @mawosoft!)
- Remove the old fuzzy suggestion and fix the local script filename suggestion (#25330)
- Fix
PSMethodInvocationConstraints.GetHashCodemethod (#25306) (Thanks @crazyjncsu!)
Build and Packaging Improvements
Update to .NET SDK 9.0.301
- Correct Capitalization Referencing Templates (#25673)
- Publish
.msixbundlepackage as a VPack (#25621) - Update ThirdPartyNotices for v7.5.2 (#25658)
- Manually update SqlClient in TestService
- Update cgmanifest
- Update package references
- Update .NET SDK to latest version
- Change linux packaging tests to ubuntu latest (#25639)
- Fix MSIX artifact upload, vPack template, changelog hashes, git tag command (#25633)
- Move MSIXBundle to Packages and Release to GitHub (#25517)
- Use new variables template for vPack (#25435)
7.5.1
Engine Updates and Fixes
- Fallback to AppLocker after
WldpCanExecuteFile(#25305)
Code Cleanup
- Cleanup old release pipelines (#25236)
Tools
- Do not run labels workflow in the internal repository (#25343)
- Update
CODEOWNERS(#25321) - Check GitHub token availability for
Get-Changelog(#25328) - Update PowerShell team members in
releaseTools.psm1(#25302)
Build and Packaging Improvements
Update to .NET SDK 9.0.203
- Finish 7.5.0 release (#24855)
- Add CodeQL suppressions for PowerShell intended behavior (#25375)
- Update to .NET SDK 9.0.203 (#25373)
- Switch to ubuntu-lastest for CI (#25374)
- Add default .NET install path for SDK validation (#25338)
- Combine GitHub and Nuget Release Stage (#25371)
- Add Windows Store Signing to MSIX bundle (#25370)
- Update test result processing to use NUnitXml format and enhance logging for better clarity (#25344)
- Fix MSIX stage in release pipeline (#25345)
- Make GitHub Workflows work in the internal mirror (#25342)
- Update security extensions (#25322)
- Disable SBOM generation on set variables job in release build (#25340)
- Update GitHub Actions to work in private GitHub repo (#25332)
- Revert "Cleanup old release pipelines (#25201)" (#25335)
- Remove call to NuGet (#25334)
- Simplify PR Template (#25333)
- Update package pipeline windows image version (#25331)
- Skip additional packages when generating component manifest (#25329)
- Only build Linux for packaging changes (#25326)
- Make Component Manifest Updater use neutral target in addition to RID target (#25325)
- Remove Az module installs and AzureRM uninstalls in pipeline (#25327)
- Make sure the vPack pipeline does not produce an empty package (#25320)
- Add *.props and sort path filters for windows CI (#25316)
- Fix V-Pack download package name (#25314)
- Update path filters for Windows CI (#25312)
- Give the pipeline runs meaningful names (#25309)
- Migrate MacOS Signing to OneBranch (#25304)
- Add UseDotnet task for installing dotnet (#25281)
- Remove obsolete template from Windows Packaging CI (#25237)
- Add setup dotnet action to the build composite action (#25235)
- Add GitHub Actions workflow to verify PR labels (#25159)
- Update branch for release - Transitive - true - minor (#24994)
- Fix GitHub Action filter overmatching (#24958)
- Fix release branch filters (#24959)
- Convert powershell/PowerShell-CI-macos to GitHub Actions (#24954)
- Convert powershell/PowerShell-CI-linux to GitHub Actions (#24946)
- Convert powershell/PowerShell-Windows-CI to GitHub Actions (#24931)
- PMC parse state correctly from update command's response (#24859)
- Add EV2 support for publishing PowerShell packages to PMC (#24856)
7.5.0
Build and Packaging Improvements
Update .NET SDK to 9.0.102
- Add tool package download in publish nuget stage (#24790) (#24792)
- Fix Changelog content grab during GitHub Release (#24788) (#24791)
- Mark build as latest stable (#24789)
- [release/v7.5] Update branch for release - Transitive - true - minor (#24786)
- Update
Microsoft.PowerShell.PSResourceGetto1.1.0(#24767) (#24785) - Make the
AssemblyVersionnot change for servicing releases (#24667) (#24783) - Deploy Box Update (#24632) (#24779)
- Update machine pool for copy blob and upload buildinfo stage (#24587) (#24776)
- Update nuget publish to use Deploy Box (#24596) (#24597)
- Added Deploy Box Product Pathway to GitHub Release and NuGet Release Pipelines (#24583) (#24595)
Documentation and Help Content
- Update
HelpInfoUrifor 7.5 (#24610) (#24777)
7.5.0-rc.1 - 2024-11-14
NOTE: Due to technical issues, release of packages to packages.microsoft.com and release to NuGet.org is delayed.
Build and Packaging Improvements
Bump to .NET 9.0.100
- Update ThirdPartyNotices file (#24582) (#24536)
- Bump to .NET 9.0.100 (#24576) (#24535)
- Add a way to use only NuGet feed sources (#24528) (#24530)
- Update PSResourceGet to v1.1.0-RC2 (#24512) (#24525)
- Add PMC mapping for debian 12 (bookworm) (#24413) (#24518)
- Bump .NET to 9.0.100-rc.2.24474.11 (#24509) (#24522)
- Keep the roff file when gzipping it. (#24450) (#24520)
- Checkin generated manpage (#24423) (#24519)
- Update PSReadLine to 2.3.6 (#24380) (#24517)
- Download package from package build for generating vpack (#24481) (#24521)
- Delete the msix blob if it's already there (#24353) (#24516)
- Add CodeQL scanning to APIScan build (#24303) (#24515)
- Update vpack pipeline (#24281) (#24514)
- Fix seed max value for Container Linux CI (#24510) (#24511)
- Bring preview.5 release fixes to release/v7.5 (#24379) (#24368)
- Add
BaseUrltobuildinfojson file (#24376) (#24377)
7.5.0-preview.5 - 2024-10-01
Breaking Changes
- Treat large
Enumvalues as numbers inConvertTo-Json(#20999) (#24304)
Engine Updates and Fixes
- Fix how processor architecture is validated in
Import-Module(#24265) (#24317)
Experimental Features
General Cmdlet Updates and Fixes
- Add
-Forceparameter toResolve-PathandConvert-Pathcmdlets to support wildcard hidden files (#20981) (#24344) - Add telemetry to track the use of features (#24247) (#24331)
- Treat large
Enumvalues as numbers inConvertTo-Json(#20999) (#24304) - Make features
PSCommandNotFoundSuggestion,PSCommandWithArgs, andPSModuleAutoLoadSkipOfflineFilesstable (#24246) (#24310) - Handle global tool when prepending
$PSHometoPATH(#24228) (#24307)
Tests
- Fix cleanup in
PSResourceGettest (#24339) (#24345)
Build and Packaging Improvements
Bump .NET SDK to 9.0.100-rc.1.24452.12
- Fixed Test Scenario for
Compress-PSResource(Internal 32696) - Add back local NuGet source for test packages (Internal 32693)
- Fix typo in
release-MakeBlobPublic.yml(Internal 32689) - Copy to static site instead of making blob public (#24269) (#24343)
- Update
Microsoft.PowerShell.PSResourceGetto1.1.0-preview2(#24300) (#24337) - Remove the MD5 branch in the strong name signing token calculation (#24288) (#24321)
- Update experimental-feature json files (#24271) (#24319)
- Add updated
libicudependency for Debian packages (#24301) (#24324) - Add mapping to
AzureLinuxrepo (#24290) (#24322) - Update and add new NuGet package sources for different environments. (#24264) (#24316)
- Bump .NET 9 to
9.0.100-rc.1.24452.12(#24273) (#24320) - Make some release tests run in a hosted pools (#24270) (#24318)
- Do not build the exe for Global tool shim project (#24263) (#24315)
- Delete
assets/AppImageThirdPartyNotices.txt(#24256) (#24313) - Create new pipeline for compliance (#24252) (#24312)
- Add specific path for issues in tsaconfig (#24244) (#24309)
- Use Managed Identity for APIScan authentication (#24243) (#24308)
- Add Windows signing for
pwsh.exe(#24219) (#24306) - Check
Create and Submitin vPack build by default (#24181) (#24305)
Documentation and Help Content
- Delete demos directory (#24258) (#24314)
7.5.0-preview.4 - 2024-08-28
Engine Updates and Fixes
- RecommendedAction: Explicitly start and stop ANSI Error Color (#24065) (Thanks @JustinGrote!)
- Improve .NET overload definition of generic methods (#21326) (Thanks @jborean93!)
- Optimize the
+=operation for a collection when it's an object array (#23901) (Thanks @jborean93!) - Allow redirecting to a variable as experimental feature
PSRedirectToVariable(#20381)
General Cmdlet Updates and Fixes
- Change type of
LineNumbertoulonginSelect-String(#24075) (Thanks @Snowman-25!) - Fix
Invoke-RestMethodto allow-PassThruand-Outfilework together (#24086) (Thanks @jshigetomi!) - Fix Hyper-V Remoting when the module is imported via implicit remoting (#24032) (Thanks @jborean93!)
- Add
ConvertTo-CliXmlandConvertFrom-CliXmlcmdlets (#21063) (Thanks @ArmaanMcleod!) - Add
OutFileproperty inWebResponseObject(#24047) (Thanks @jshigetomi!) - Show filename in
Invoke-WebRequest -OutFile -Verbose(#24041) (Thanks @jshigetomi!) Set-Acl: Do not fail on untranslatable SID (#21096) (Thanks @jborean93!)- Fix the extent of the parser error when a number constant is invalid (#24024)
- Fix
Move-Itemto throw error when moving into itself (#24004) - Fix up .NET method invocation with
Optionalargument (#21387) (Thanks @jborean93!) - Fix progress calculation on
Remove-Item(#23869) (Thanks @jborean93!) - Fix WebCmdlets when
-Bodyis specified butContentTypeis not (#23952) (Thanks @CarloToso!) - Enable
-NoRestartto work withRegister-PSSessionConfiguration(#23891) - Add
IgnoreCommentsandAllowTrailingCommasoptions toTest-Jsoncmdlet (#23817) (Thanks @ArmaanMcleod!) - Get-Help may report parameters with
ValueFromRemainingArgumentsattribute as pipeline-able (#23871)
Code Cleanup
We thank the following contributors!
@xtqqczze, @eltociear
- Minor cleanup on local variable names within a method (#24105)
- Remove explicit
IDE1005suppressions (#21217) (Thanks @xtqqczze!) - Fix a typo in
WebRequestSession.cs(#23963) (Thanks @eltociear!)
Tools
- devcontainers: mount workspace in /PowerShell (#23857) (Thanks @rzippo!)
Tests
- Add debugging to the MTU size test (#21463)
Build and Packaging Improvements
We thank the following contributors!
@bosesubham2011
- Update third party notices (Internal 32128)
- Update cgmanifest (#24163)
- Fixes to Azure Public feed usage (#24149)
- Add support for back porting PRs from GitHub or the Private Azure Repos (#20670)
- Move to
9.0.0-preview.6.24327.7(#24133) - update path (#24134)
- Update to the latest NOTICES file (#24131)
- Fix semver issue with updating cgmanifest (#24132)
- Add ability to capture MSBuild Binary logs when restore fails (#24128)
- add ability to skip windows stage (#24116)
- chore: Refactor Nuget package source creation to use New-NugetPackageSource function (#24104)
- Make Microsoft feeds the default (#24098)
- Cleanup unused csproj (#23951)
- Add script to update SDK version during release (#24034)
- Enumerate over all signed zip packages (#24063)
- Update metadata.json for PowerShell July releases (#24082)
- Add macos signing for package files (#24015)
- Update
install-powershell.shto support azure-linux (#23955) (Thanks @bosesubham2011!) - Skip build steps that do not have exe packages (#23945)
- Update metadata.json for PowerShell June releases (#23973)
- Create
powershell.config.jsonforPowerShell.Windows.x64global tool (#23941) - Fix error in the vPack release, debug script that blocked release (#23904)
- Add vPack release (#23898)
- Fix exe signing with third party signing for WiX engine (#23878)
- Update wix installation in CI (#23870)
- Add checkout to fix TSA config paths (#23865)
- Merge the
v7.5.0-preview.3release branch to GitHub master branch - Update
metadata.jsonfor thev7.5.0-preview.3release (#23862) - Bump
PSResourceGetto1.1.0-preview1(#24129) - Bump
github/codeql-actionfrom 3.25.8 to 3.26.0 (#23953) (#23999) (#24053) (#24069) (#24095) (#24118) - Bump
actions/upload-artifactfrom 4.3.3 to 4.3.6 (#24019) (#24113) (#24119) - Bump
agrc/create-reminder-actionfrom 1.1.13 to 1.1.15 (#24029) (#24043) - Bump
agrc/reminder-actionfrom 1.0.12 to 1.0.14 (#24028) (#24042) - Bump
super-linter/super-linterfrom 5.7.2 to 6.8.0 (#23809) (#23856) (#23894) (#24030) (#24103) - Bump
ossf/scorecard-actionfrom 2.3.1 to 2.4.0 (#23802) (#24096) - Bump
actions/dependency-review-actionfrom 4.3.2 to 4.3.4 (#23897) (#24046) - Bump
actions/checkoutfrom 4.1.5 to 4.1.7 (#23813) (#23947) - Bump
github/codeql-actionfrom 3.25.4 to 3.25.8 (#23801) (#23893)
Documentation and Help Content
- Update docs sample nuget.config (#24109)
- Update Code of Conduct and Security Policy (#23811)
- Update working-group-definitions.md for the Security WG (#23884)
- Fix up broken links in Markdown files (#23863)
- Update Engine Working Group Members (#23803) (Thanks @kilasuit!)
- Remove outdated and contradictory information from
README(#23812)
7.5.0-preview.3 - 2024-05-16
Breaking Changes
- Remember installation options and used them to initialize options for the next installation (#20420) (Thanks @reduckted!)
ConvertTo-Json: SerializeBigIntegeras a number (#21000) (Thanks @jborean93!)
Engine Updates and Fixes
- Fix generating
OutputTypewhen running in Constrained Language Mode (#21605) - Revert the PR #17856 (Do not preserve temporary results when no need to do so) (#21368)
- Make sure the assembly/library resolvers are registered at early stage (#21361)
- Fix PowerShell class to support deriving from an abstract class with abstract properties (#21331)
- Fix error formatting for pipeline enumeration exceptions (#20211)
General Cmdlet Updates and Fixes
- Added progress bar for
Remove-Itemcmdlet (#20778) (Thanks @ArmaanMcleod!) - Expand
~to$homeon Windows with tab completion (#21529) - Separate DSC configuration parser check for ARM processor (#21395) (Thanks @dkontyko!)
- Fix
[semver]type to passsemver.orgtests (#21401) - Don't complete when declaring parameter name and class member (#21182) (Thanks @MartinGC94!)
- Add
RecommendedActiontoConciseViewof the error reporting (#20826) (Thanks @JustinGrote!) - Fix the error when using
Start-Process -Credentialwithout the admin privilege (#21393) (Thanks @jborean93!) - Fix
Test-Path -IsValidto check for invalid path and filename characters (#21358) - Fix build failure due to missing reference in
GlobalToolShim.cs(#21388) - Fix argument passing in
GlobalToolShim(#21333) (Thanks @ForNeVeR!) - Make sure both stdout and stderr can be redirected from a native executable (#20997)
- Handle the case that
Runspace.DefaultRunspace == nullwhen logging for WDAC Audit (#21344) - Fix a typo in
releaseTools.psm1(#21306) (Thanks @eltociear!) Get-Process: Remove admin requirement for-IncludeUserName(#21302) (Thanks @jborean93!)- Fall back to type inference when hashtable key-value cannot be retrieved from safe expression (#21184) (Thanks @MartinGC94!)
- Fix the regression when doing type inference for
$_(#21223) (Thanks @MartinGC94!) - Revert "Adjust PUT method behavior to POST one for default content type in WebCmdlets" (#21049)
- Fix a regression in
Format-Tablewhen header label is empty (#21156)
Code Cleanup
We thank the following contributors!
@xtqqczze
- Enable
CA1868: Unnecessary call to 'Contains' for sets (#21165) (Thanks @xtqqczze!) - Remove
JetBrains.Annotationsattributes (#21246) (Thanks @xtqqczze!)
Tests
- Update
metadata.jsonandREADME.md(#21454) - Skip test on Windows Server 2012 R2 for
no-nl(#21265)
Build and Packaging Improvements
Bump to .NET 9.0.0-preview.3
We thank the following contributors!
@alerickson, @tgauth, @step-security-bot, @xtqqczze
- Fix PMC publish and the file path for msixbundle
- Fix release version and stage issues in build and packaging
- Add release tag if the environment variable is set
- Update installation on Wix module (#23808)
- Updates to package and release pipelines (#23800)
- Update
PSResourceGetto 1.0.5 (#23796) - Bump
actions/upload-artifactfrom 4.3.2 to 4.3.3 (#21520) - Bump
actions/dependency-review-actionfrom 4.2.5 to 4.3.2 (#21560) - Bump
actions/checkoutfrom 4.1.2 to 4.1.5 (#21613) - Bump
github/codeql-actionfrom 3.25.1 to 3.25.4 (#22071) - Use feed with Microsoft Wix toolset (#21651) (Thanks @tgauth!)
- Bump to .NET 9 preview 3 (#21782)
- Use
PSScriptRootto find path to Wix module (#21611) - Create the
Windows.x64global tool with shim for signing (#21559) - Update Wix package install (#21537) (Thanks @tgauth!)
- Add branch counter variables for daily package builds (#21523)
- Use correct signing certificates for RPM and DEBs (#21522)
- Revert to version available on
NugetforMicrosoft.CodeAnalysis.Analyzers(#21515) - Official PowerShell Package pipeline (#21504)
- Add a PAT for fetching PMC cli (#21503)
- Bump
ossf/scorecard-actionfrom 2.0.6 to 2.3.1 (#21485) - Apply security best practices (#21480) (Thanks @step-security-bot!)
- Bump
Microsoft.CodeAnalysis.Analyzers(#21449) - Fix package build to not check some files for a signature. (#21458)
- Update PSResourceGet version from 1.0.2 to 1.0.4.1 (#21439) (Thanks @alerickson!)
- Verify environment variable for OneBranch before we try to copy (#21441)
- Add back two transitive dependency packages (#21415)
- Multiple fixes in official build pipeline (#21408)
- Update
PSReadLinetov2.3.5(#21414) - PowerShell co-ordinated build OneBranch pipeline (#21364)
- Add file description to
pwsh.exe(#21352) - Suppress MacOS package manager output (#21244) (Thanks @xtqqczze!)
- Update
metadata.jsonandREADME.md(#21264)
Documentation and Help Content
- Update the doc about how to build PowerShell (#21334) (Thanks @ForNeVeR!)
- Update the member lists for the Engine and Interactive-UX working groups (#20991) (Thanks @kilasuit!)
- Update CHANGELOG for
v7.2.19,v7.3.12andv7.4.2(#21462) - Fix grammar in
FAQ.md(#21468) (Thanks @CodingGod987!) - Fix typo in
SessionStateCmdletAPIs.cs(#21413) (Thanks @eltociear!) - Fix typo in a test (#21337) (Thanks @testwill!)
- Fix typo in
ast.cs(#21350) (Thanks @eltociear!) - Adding Working Group membership template (#21153)
7.5.0-preview.2 - 2024-02-22
Engine Updates and Fixes
- Fix
using assemblyto usePath.Combinewhen constructing assembly paths (#21169) - Validate the value for
using namespaceduring semantic checks to prevent declaring invalid namespaces (#21162)
General Cmdlet Updates and Fixes
- Add
WinGetCommandNotFoundandCompletionPredictormodules to track usage (#21040) ConvertFrom-Json: Add-DateKindparameter (#20925) (Thanks @jborean93!)- Add tilde expansion for windows native executables (#20402) (Thanks @domsleee!)
- Add
DirectoryInfoto theOutputTypeforNew-Item(#21126) (Thanks @MartinGC94!) - Fix
Get-Errorserialization of array values (#21085) (Thanks @jborean93!)
Code Cleanup
We thank the following contributors!
@eltociear
- Fix a typo in
CoreAdapter.cs(#21179) (Thanks @eltociear!) - Remove
PSScheduledJobmodule source code (#21189)
Tests
- Rewrite the mac syslog tests to make them less flaky (#21174)
Build and Packaging Improvements
Bump to .NET 9 Preview 1
We thank the following contributors!
@gregsdennis
- Bump to .NET 9 Preview 1 (#21229)
- Add dotnet-runtime-9.0 as a dependency for the Mariner package
- Add dotenv install as latest version does not work with current Ruby version (#21239)
- Remove
surrogateFilesetting of APIScan (#21238) - Update experimental-feature json files (#21213)
- Update to the latest NOTICES file (#21236)(#21177)
- Update the cgmanifest (#21237)(#21093)
- Update the cgmanifest (#21178)
- Bump XunitXml.TestLogger from 3.1.17 to 3.1.20 (#21207)
- Update versions of PSResourceGet (#21190)
- Generate MSI for
win-arm64installer (#20516) - Bump JsonSchema.Net to v5.5.1 (#21120) (Thanks @gregsdennis!)
Documentation and Help Content
- Update
README.mdandmetadata.jsonfor v7.5.0-preview.1 release (#21094) - Fix incorrect examples in XML docs in
PowerShell.cs(#21173) - Update WG members (#21091)
- Update changelog for v7.4.1 (#21098)
7.5.0-preview.1 - 2024-01-18
Breaking Changes
- Fix
-OlderThanand-NewerThanparameters forTest-Pathwhen usingPathTypeand date range (#20942) (Thanks @ArmaanMcleod!) - Previously
-OlderThanwould be ignored if specified together - Change
New-FileCatalog -CatalogVersiondefault to 2 (#20428) (Thanks @ThomasNieto!)
General Cmdlet Updates and Fixes
- Fix completion crash for the SCCM provider (#20815, #20919, #20915) (Thanks @MartinGC94!)
- Fix regression in
Get-Contentwhen-Tail 0and-Waitare used together (#20734) (Thanks @CarloToso!) - Add
Aliasesto the properties shown up when formatting the help content of the parameter returned byGet-Help(#20994) - Add implicit localization fallback to
Import-LocalizedData(#19896) (Thanks @chrisdent-de!) - Change
Test-FileCatalogto useFile.OpenReadto better handle the case where the file is being used (#20939) (Thanks @dxk3355!) - Added
-Modulecompletion forSave-HelpandUpdate-Helpcommands (#20678) (Thanks @ArmaanMcleod!) - Add argument completer to
-VerbforStart-Process(#20415) (Thanks @ArmaanMcleod!) - Add argument completer to
-Scopefor*-Variable,*-Alias&*-PSDrivecommands (#20451) (Thanks @ArmaanMcleod!) - Add argument completer to
-VerbforGet-VerbandGet-Command(#20286) (Thanks @ArmaanMcleod!) - Fixing incorrect formatting string in
CommandSearchertrace logging (#20928) (Thanks @powercode!) - Ensure the filename is not null when logging WDAC ETW events (#20910) (Thanks @jborean93!)
- Fix four regressions introduced by the WDAC logging feature (#20913)
- Leave the input, output, and error handles unset when they are not redirected (#20853)
- Fix
Start-Process -PassThruto make sure theExitCodeproperty is accessible for the returnedProcessobject (#20749) (Thanks @CodeCyclone!) - Fix
Group-Objectoutput using interpolated strings (#20745) (Thanks @mawosoft!) - Fix rendering of
DisplayRootfor networkPSDrive(#20793) - Fix
Invoke-WebRequestto report correct size when-Resumeis specified (#20207) (Thanks @LNKLEO!) - Add
PSAdapterandConsoleGuiToolsto module load telemetry allow list (#20641) - Fix Web Cmdlets to allow
WinFormapps to work correctly (#20606) - Block getting help from network locations in restricted remoting sessions (#20593)
- Fix
Group-Objectto use current culture for its output (#20608) - Add argument completer to
-VersionforSet-StrictMode(#20554) (Thanks @ArmaanMcleod!) - Fix
Copy-Itemprogress to only show completed when all files are copied (#20517) - Fix UNC path completion regression (#20419) (Thanks @MartinGC94!)
- Add telemetry to check for specific tags when importing a module (#20371)
- Report error if invalid
-ExecutionPolicyis passed topwsh(#20460) - Add
HelpUritoRemove-Service(#20476) - Fix
unixmodeto handlesetuidandstickywhen file is not an executable (#20366) - Fix
Test-Connectiondue to .NET 8 changes (#20369) - Fix implicit remoting proxy cmdlets to act on common parameters (#20367)
- Set experimental features to stable for 7.4 release (#20285)
- Revert changes to continue using
BinaryFormatterforOut-GridView(#20300) - Fix
Get-Servicenon-terminating error message to include category (#20276) - Prevent
Export-CSVfrom flushing with every input (#20282) (Thanks @Chris--A!) - Fix a regression in DSC (#20268)
- Include the module version in error messages when module is not found (#20144) (Thanks @ArmaanMcleod!)
- Add
-Emptyand-InputObjectparameters toNew-Guid(#20014) (Thanks @CarloToso!) - Remove the comment trigger from feedback provider (#20136)
- Prevent fallback to file completion when tab completing type names (#20084) (Thanks @MartinGC94!)
- Add the alias
rto the parameter-Recursefor theGet-ChildItemcommand (#20100) (Thanks @kilasuit!)
Code Cleanup
We thank the following contributors!
@eltociear, @ImportTaste, @ThomasNieto, @0o001
- Fix typos in the code base (#20147, #20492, #20632, #21015, #20838) (Thanks @eltociear!)
- Add the missing alias
LPto-LiteralPathfor some cmdlets (#20820) (Thanks @ImportTaste!) - Remove parenthesis for empty attribute parameters (#20087) (Thanks @ThomasNieto!)
- Add space around keyword according to the
CodeFactorrule (#20090) (Thanks @ThomasNieto!) - Remove blank lines as instructed by
CodeFactorrules (#20086) (Thanks @ThomasNieto!) - Remove trailing whitespace (#20085) (Thanks @ThomasNieto!)
- Fix typo in error message (#20145) (Thanks @0o001!)
Tools
- Make sure feedback link in the bot's comment is clickable (#20878) (Thanks @floh96!)
- Fix bot so anyone who comments will remove the "Resolution-No Activity" label (#20788)
- Fix bot configuration to prevent multiple comments about "no activity" (#20758)
- Add bot logic for closing GitHub issues after 6 months of "no activity" (#20525)
- Refactor bot for easier use and updating (#20805)
- Configure bot to add survey comment for closed issues (#20397)
Tests
- Suppress error output from
Set-Locationtests (#20499) - Fix typo in
FileCatalog.Tests.ps1(#20329) (Thanks @eltociear!) - Continue to improve tests for release automation (#20182)
- Skip the test on x86 as
InstallDateis not visible onWow64(#20165) - Harden some problematic release tests (#20155)
Build and Packaging Improvements
We thank the following contributors!
@alerickson, @Zhoneym, @0o001
- Bump .NET SDK to 8.0.101 (#21084)
- Update the cgmanifest (#20083, #20436, #20523, #20560, #20627, #20764, #20906, #20933, #20955, #21047)
- Update to the latest NOTICES file (#20074, #20161, #20385, #20453, #20576, #20590, #20880, #20905)
- Bump StyleCop.Analyzers from 1.2.0-beta.507 to 1.2.0-beta.556 (#20953)
- Bump xUnit to 2.6.6 (#21071)
- Bump JsonSchema.Net to 5.5.0 (#21027)
- Fix failures in GitHub action
markdown-link-check(#20996) - Bump xunit.runner.visualstudio to 2.5.6 (#20966)
- Bump github/codeql-action from 2 to 3 (#20927)
- Bump Markdig.Signed to 0.34.0 (#20926)
- Bump Microsoft.ApplicationInsights from 2.21.0 to 2.22.0 (#20888)
- Bump Microsoft.NET.Test.Sdk to 17.8.0 (#20660)
- Update
apiscan.ymlto have access to theAzDevOpsArtifactsvariable group (#20671) - Set the
ollForwardOnNoCandidateFxinruntimeconfig.jsonto roll forward only on minor and patch versions (#20689) - Sign the global tool shim executable (#20794)
- Bump actions/github-script from 6 to 7 (#20682)
- Remove RHEL7 publishing to packages.microsoft.com as it's no longer supported (#20849)
- Bump Microsoft.CodeAnalysis.CSharp to 4.8.0 (#20751)
- Add internal nuget feed to compliance build (#20669)
- Copy azure blob with PowerShell global tool to private blob and move to CDN during release (#20659)
- Fix release build by making the internal SDK parameter optional (#20658)
- Update PSResourceGet version to 1.0.1 (#20652)
- Make internal .NET SDK URL as a parameter for release builld (#20655)
- Fix setting of variable to consume internal SDK source (#20644)
- Bump Microsoft.Management.Infrastructure to v3.0.0 (#20642)
- Bump Microsoft.PowerShell.Native to v7.4.0 (#20617)
- Bump Microsoft.Security.Extensions from 1.2.0 to 1.3.0 (#20556)
- Fix package version for .NET nuget packages (#20551)
- Add SBOM for release pipeline (#20519)
- Block any preview vPack release (#20243)
- Only registry App Path for release package (#20478)
- Increase timeout when publishing packages to
pacakages.microsoft.com(#20470) - Fix alpine tar package name and do not crossgen alpine fxdependent package (#20459)
- Bump PSReadLine from 2.2.6 to 2.3.4 (#20305)
- Remove the
reffolder before running compliance (#20373) - Updates RIDs used to generate component Inventory (#20370)
- Bump XunitXml.TestLogger from 3.1.11 to 3.1.17 (#20293)
- Update experimental-feature json files (#20335)
- Use
fxdependent-win-desktopruntime for compliance runs (#20326) - Release build: Change the names of the PATs (#20307)
- Add mapping for mariner arm64 stable (#20213)
- Put the calls to
Set-AzDoProjectInfoandSet-AzDoAuthTokenin the right order (#20306) - Enable vPack provenance data (#20220)
- Bump actions/checkout from 3 to 4 (#20205)
- Start using new
packages.microsoft.comcli (#20140, #20141) - Add mariner arm64 to PMC release (#20176)
- Fix typo
donettodotnetin build scripts and pipelines (#20122) (Thanks @0o001!) - Install the pmc cli
- Add skip publish parameter
- Add verbose to clone
Documentation and Help Content
- Include information about upgrading in readme (#20993)
- Expand "iff" to "if-and-only-if" in XML doc content (#20852)
- Update LTS links in README.md to point to the v7.4 packages (#20839) (Thanks @kilasuit!)
- Update
README.mdto improve readability (#20553) (Thanks @AnkitaSikdar005!) - Fix link in
docs/community/governance.md(#20515) (Thanks @suravshresth!) - Update
ADOPTERS.md(#20555) (Thanks @AnkitaSikdar005!) - Fix a typo in
ADOPTERS.md(#20504, #20520) (Thanks @shruti-sen2004!) - Correct grammatical errors in
README.md(#20509) (Thanks @alienishi!) - Add 7.3 changelog URL to readme (#20473) (Thanks @Saibamen!)
- Clarify some comments and documentation (#20462) (Thanks @darkstar!)