-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Add 7.6.0-preview.3 changelog #25001
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
Conversation
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
I think there is more value in thanking people for each contribution. It stands out more for contributors that contribute a lot. So I am OK with the current process. |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
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.
LGTM
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.
see comments
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
I applied the suggested changes. Waiting on input for the breaking change. |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
…powershell into addCL7.6.0-preview.3
/azp run |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
📣 Hey @jshigetomi, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗 https://aka.ms/PSRepoFeedback |
- Add completion single/double quote support for `-Noun` parameter for `Get-Command` (#24977) (Thanks @ArmaanMcleod!) | ||
- Stringify `ErrorRecord` with empty exception message to empty string (#24949) (Thanks @MatejKafka!) | ||
- Add completion single/double quote support for `-PSEdition` parameter for `Get-Module` (#24971) (Thanks @ArmaanMcleod!) | ||
- Error when `New-Item -Force` is passed an invalid directory name (#24936) (Thanks @kborowinski!) |
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.
- Error when `New-Item -Force` is passed an invalid directory name (#24936) (Thanks @kborowinski!) | |
- Throw error when `New-Item -Force` is passed an invalid directory name (#24936) (Thanks @kborowinski!) |
- Add completion single/double quote support for `-PSEdition` parameter for `Get-Module` (#24971) (Thanks @ArmaanMcleod!) | ||
- Error when `New-Item -Force` is passed an invalid directory name (#24936) (Thanks @kborowinski!) | ||
- Allow `Start-Transcript`to use `$Transcript` which is a `PSObject` wrapped string to specify the transcript path (#24963) (Thanks @kborowinski!) | ||
- Add quote handling in `Verb`, `StrictModeVersion`, `Scope` & `PropertyType` Argument Completers with single helper method (#24839) (Thanks @ArmaanMcleod!) |
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.
<li>Remove redundant <code>Attribute</code> suffix (#24940) (Thanks @xtqqczze!)</li> | ||
<li>Fix formatting of the XML comment for <code>SteppablePipeline.Clean()</code> (#24941)</li> | ||
<li>Use <code>Environment.ProcessId</code> in <code>SpecialVariables.PID</code> (#24926) (Thanks @fMichaleczek!)</li> | ||
<li>Replace char[] array in <code>CompletionRequiresQuotes</code> with cached SearchValues<char> (#24907) (Thanks @ArmaanMcleod!)</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.
<li>Fix formatting of the XML comment for <code>SteppablePipeline.Clean()</code> (#24941)</li> | ||
<li>Use <code>Environment.ProcessId</code> in <code>SpecialVariables.PID</code> (#24926) (Thanks @fMichaleczek!)</li> | ||
<li>Replace char[] array in <code>CompletionRequiresQuotes</code> with cached SearchValues<char> (#24907) (Thanks @ArmaanMcleod!)</li> | ||
<li>Update <code>IndexOfAny</code> calls with invalid path/filename to <code>SearchValues<char></code> for more efficient char searching (#24896) (Thanks @ArmaanMcleod!)</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.
Same here.
</summary> | ||
|
||
<ul> | ||
<li>Update branch for release - Transitive - false - none (#24995)</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.
Can you reword this one? It's confusing
<li>PMC parse state correctly from update command's response (#24850)</li> | ||
<li>Add EV2 support for publishing PowerShell packages to PMC (#24841)</li> | ||
<li>Remove AzDO credscan as it is now in GitHub (#24842)</li> | ||
<li>Add *.props and sort path filters for windows CI (#24822)</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.
<li>Add *.props and sort path filters for windows CI (#24822)</li> | |
<li>Add *.props and sort path filters for windows CI (#24822)</li> |
PR Summary
This pull request updates the
CHANGELOG/preview.md
file to include the changes for the7.6.0-preview.3
release. The most important changes include general cmdlet updates and fixes, code cleanup, build and packaging improvements, and documentation updates.General Cmdlet Updates and Fixes:
-Noun
and-PSEdition
parameters.New-Item -Force
to error on invalid directory name andStart-Transcript
error when$Transcript
is aPSObject
wrapped string.Start-Process -Wait
polling.InvalidCommandNameCharacters
ands_charactersRequiringQuotes
toSearchValues<char>
for more efficient char searching.Code Cleanup:
IDisposable
implementation forRunspacePool
,RunspacePoolInternal
, andRemoteRunspacePoolInternal
.Attribute
suffix and fixed formatting of XML comments.PR Context
PR Checklist
.h
,.cpp
,.cs
,.ps1
and.psm1
files have the correct copyright headerWIP:
or[ WIP ]
to the beginning of the title (theWIP
bot will keep its status check atPending
while the prefix is present) and remove the prefix when the PR is ready.- [ ] Issue filed:
(which runs in a different PS Host).