Microsoft heeft versie 7.5.5 van PowerShell uitgebracht. Deze objectgeoriënteerde shell- en scripttaal voor taakautomatisering bestaat uit een commandlineshell, een scripttaal en een framework voor configuratiebeheer. De software bestaat al sinds 2006 en is sinds versie 2.0 standaard onderdeel van Windows. Sinds eind 2016 is het opensource en ook beschikbaar voor Linux en macOS. PowerShell 7.5 is gebouwd met .NET versie 9.0. In versie 7.5.5 zijn de volgende veranderingen en verbeteringen aangebracht:
Engine Updates and FixesGeneral Cmdlet Updates and Fixes
- Fix up
SSHConnectionInfossh PATH checks (#26165) (Thanks @jborean93!)Tools
- Close pipe client handles after creating the child ssh process (#26822)
- Fix the progress preference variable in script cmdlets (#26791) (Thanks @cmkb3!)
Tests
- 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)
Update to .NET SDK 9.0.312
- 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)
- 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)
