Skip to content
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

Update CHANGELOG for v7.2.19, v7.3.12 and v7.4.2 #21462

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG/7.2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# 7.2 Changelog

## [7.2.19] - 2024-04-11

### Build and Packaging Improvements

<details>

<summary>

<p>Bump to .NET 6.0.29</p>

</summary>

<ul>
<li>Allow artifacts produced by partially successful builds to be consumed by release pipeline</li>
<li>Update SDK, dependencies and <code>cgmanifest</code> for <code>7.2.19</code></li>
<li>Revert changes to <code>packaging.psm1</code></li>
<li>Verify environment variable for OneBranch before we try to copy (#21441)</li>
<li>Multiple fixes in official build pipeline (#21408)</li>
<li>Add <code>dotenv</code> install as latest version does not work with current Ruby version (#21239)</li>
<li>PowerShell co-ordinated build OneBranch pipeline (#21364)</li>
<li>Remove <code>surrogateFile</code> setting of <code>APIScan</code> (#21238)</li>
</ul>

</details>

[7.2.19]: https://github.com/PowerShell/PowerShell/compare/v7.2.18...v7.2.19

## [7.2.18] - 2024-01-11

### Build and Packaging Improvements
Expand Down
26 changes: 26 additions & 0 deletions CHANGELOG/7.3.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# 7.3 Changelog

## [7.3.12] - 2024-04-11

### Build and Packaging Improvements

<details>

<summary>

<p>Bump to .NET 7.0.18</p>

</summary>

<ul>
<li>Update SDK, dependencies and <code>cgmanifest</code> for <code>7.3.12</code></li>
<li>Revert changes to <code>packaging.psm1</code></li>
<li>Verify environment variable for OneBranch before we try to copy (#21441)</li>
<li>Multiple fixes in official build pipeline (#21408)</li>
<li>PowerShell co-ordinated build OneBranch pipeline (#21364)</li>
<li>Add <code>dotenv</code> install as latest version does not work with current Ruby version (#21239)</li>
<li>Remove <code>surrogateFile</code> setting of <code>APIScan</code> (#21238)</li>
</ul>

</details>

[7.3.12]: https://github.com/PowerShell/PowerShell/compare/v7.3.11...v7.3.12

## [7.3.11] - 2024-01-11

### Build and Packaging Improvements
Expand Down
45 changes: 45 additions & 0 deletions CHANGELOG/7.4.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
# 7.4 Changelog

## [7.4.2] - 2024-04-11

### General Cmdlet Updates and Fixes

- Revert "Adjust PUT method behavior to POST one for default content type in WebCmdlets" (#21049)
- Fix regression with `Get-Content` when `-Tail 0` and `-Wait` are both used (#20734) (Thanks @CarloToso!)
- Fix `Get-Error` serialization of array values (#21085) (Thanks @jborean93!)
- Fix a regression in `Format-Table` when header label is empty (#21156)

### Engine Updates and Fixes

- 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)
- Handle the case that `Runspace.DefaultRunspace` is `null` when logging for WDAC Audit (#21344)
- Fix PowerShell class to support deriving from an abstract class with abstract properties (#21331)
- Fix the regression when doing type inference for `$_` (#21223) (Thanks @MartinGC94!)

### Build and Packaging Improvements

<details>

<summary>

<p>Bump to .NET 8.0.4</p>

</summary>

<ul>
<li>Revert analyzer package back to stable</li>
<li>Update SDK, deps and <code>cgmanifest</code> for <code>7.4.2</code></li>
<li>Revert changes to <code>packaging.psm1</code></li>
<li>Update <code>PSResourceGet</code> version from <code>1.0.2</code> to <code>1.0.4.1</code> (#21439)</li>
<li>Verify environment variable for OneBranch before we try to copy (#21441)</li>
<li>Remove <code>surrogateFile</code> setting of <code>APIScan</code> (#21238)</li>
<li>Add <code>dotenv</code> install as latest version does not work with current Ruby version (#21239)</li>
<li>Multiple fixes in official build pipeline (#21408)</li>
<li>Add back 2 transitive dependency packages (#21415)</li>
<li>Update <code>PSReadLine</code> to <code>v2.3.5</code> for the next <code>v7.4.x</code> servicing release (#21414)</li>
<li>PowerShell co-ordinated build OneBranch pipeline (#21364)</li>
</ul>

</details>

[7.4.2]: https://github.com/PowerShell/PowerShell/compare/v7.4.1...v7.4.2

## [7.4.1] - 2024-01-11

### General Cmdlet Updates and Fixes
Expand Down