-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Add changelog v7.4.13 and v7.4.14 #27005
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,5 +1,114 @@ | ||||||||||
| # 7.4 Changelog | ||||||||||
|
|
||||||||||
| ## [7.4.14] | ||||||||||
|
|
||||||||||
| ### General Cmdlet Updates and Fixes | ||||||||||
|
|
||||||||||
| - Fix `PSMethodInvocationConstraints.GetHashCode` method (#26959) | ||||||||||
|
|
||||||||||
| ### Tools | ||||||||||
|
|
||||||||||
| - Add merge conflict marker detection to `linux-ci` workflow and refactor existing actions to use reusable `get-changed-files` action (#26362) | ||||||||||
| - Add reusable `get-changed-files` action and refactor existing actions (#26361) | ||||||||||
| - Refactor analyze job to reusable workflow and enable on Windows CI (#26342) | ||||||||||
|
|
||||||||||
| ### Tests | ||||||||||
|
|
||||||||||
| - Skip the flaky `Update-Help` test for the `PackageManagement` module (#26871) | ||||||||||
| - Fix `$PSDefaultParameterValues` leak causing tests to skip unexpectedly (#26869) | ||||||||||
| - Add GitHub Actions annotations for Pester test failures (#26800) | ||||||||||
| - Mark flaky `Update-Help` web tests as pending to unblock CI (#26805) | ||||||||||
| - Update the `Update-Help` tests to use `-Force` to remove read-only files (#26786) | ||||||||||
| - Fix merge conflict checker for empty file lists and filter `*.cs` files (#26387) | ||||||||||
| - Add markdown link verification for PRs (#26340) | ||||||||||
|
|
||||||||||
| ### Build and Packaging Improvements | ||||||||||
|
|
||||||||||
| <details> | ||||||||||
|
|
||||||||||
| <summary> | ||||||||||
|
|
||||||||||
| <p>Update .NET SDK to 8.0.419</p> | ||||||||||
|
|
||||||||||
| </summary> | ||||||||||
|
|
||||||||||
| <ul> | ||||||||||
| <li>Update MaxVisitCount and MaxHashtableKeyCount if visitor safe value context indicates SkipLimitCheck is true (Internal 38882)</li> | ||||||||||
| <li>Hardcode Official templates (#26962)</li> | ||||||||||
| <li>Split TPN manifest and Component Governance manifest (#26961)</li> | ||||||||||
| <li>Correct the package name for .deb and .rpm packages (#26960)</li> | ||||||||||
| <li>Bring over all changes for MSIX packaging template (#26933)</li> | ||||||||||
| <li>.NET Resolution and Store Publishing Updates (#26930)</li> | ||||||||||
| <li>Update Application Insights package version to 2.23.0 (#26883)</li> | ||||||||||
| <li>Update metadata.json to update the Latest attribute with a better name (#26872)</li> | ||||||||||
|
||||||||||
| <li>Update metadata.json to update the Latest attribute with a better name (#26872)</li> | |
| <li>Update metadata.json to give the Latest attribute a better name (#26872)</li> |
Copilot
AI
Mar 11, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in changelog entry: "suppresion" should be "suppression".
| <li>[release/v7.4] add CodeQL suppresion for NativeCommandProcessor (#26174)</li> | |
| <li>[release/v7.4] add CodeQL suppression for NativeCommandProcessor (#26174)</li> |
Copilot
AI
Mar 11, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This bullet starts with lowercase "add"; other changelog bullets are consistently capitalized. Consider changing it to "Add ..." for consistency/readability.
| <li>[release/v7.4] add CodeQL suppresion for NativeCommandProcessor (#26174)</li> | |
| <li>[release/v7.4] add CodeQL suppressions for UpdatableHelp and NativeCommandProcessor methods (#26172)</li> | |
| <li>[release/v7.4] Add CodeQL suppresion for NativeCommandProcessor (#26174)</li> | |
| <li>[release/v7.4] Add CodeQL suppressions for UpdatableHelp and NativeCommandProcessor methods (#26172)</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There appears to be an extra space before the PR number in this entry (two spaces before "(#26930)"). Consider reducing it to a single space for consistent formatting.