|
1 | 1 | # 7.3 Changelog |
2 | 2 |
|
| 3 | +## [7.3.2] - 2023-01-24 |
| 4 | + |
| 5 | +### Engine Updates and Fixes |
| 6 | + |
| 7 | +- Fix `SuspiciousContentChecker.Match` to detect a pre-defined string when the text starts with it (#18916) |
| 8 | +- Fix for JEA session leaking functions (Internal 23820) |
| 9 | + |
| 10 | +### General Cmdlet Updates and Fixes |
| 11 | + |
| 12 | +- Fix `Start-Job` to check the existence of working directory using the PowerShell way (#18917) |
| 13 | +- Fix `Switch-Process` error to include the command that is not found (#18650) |
| 14 | + |
| 15 | +### Tests |
| 16 | + |
| 17 | +- Allow system lock down test debug hook to work with new `WLDP` API (fixes system lock down tests) (#18962) |
| 18 | + |
| 19 | +### Build and Packaging Improvements |
| 20 | + |
| 21 | +<details> |
| 22 | + |
| 23 | +<summary> |
| 24 | + |
| 25 | +<p>Bump to use .NET 7.0.2</p> |
| 26 | + |
| 27 | +</summary> |
| 28 | + |
| 29 | +<ul> |
| 30 | +<li>Update dependencies for .NET release (Internal 23818)</li> |
| 31 | +<li>Remove unnecessary reference to <code>System.Runtime.CompilerServices.Unsafe</code> (#18918)</li> |
| 32 | +<li>Add bootstrap after SBOM task to re-install .NET (#18891)</li> |
| 33 | +</ul> |
| 34 | + |
| 35 | +</details> |
| 36 | + |
| 37 | +[7.3.2]: https://github.com/PowerShell/PowerShell/compare/v7.3.1...v7.3.2 |
| 38 | + |
| 39 | +## [7.3.1] - 2022-12-13 |
| 40 | + |
| 41 | +### Engine Updates and Fixes |
| 42 | + |
| 43 | +- Remove TabExpansion for PSv2 from remote session configuration (Internal 23331) |
| 44 | +- Add `sqlcmd` to list to use legacy argument passing (#18645 #18646) |
| 45 | +- Change `exec` from alias to function to handle arbitrary args (#18644) |
| 46 | +- Fix `Switch-Process` to copy the current env to the new process (#18632) |
| 47 | +- Fix issue when completing the first command in a script with an empty array expression (#18355) |
| 48 | +- Fix `Switch-Process` to set `termios` appropriate for child process (#18572) |
| 49 | +- Fix native access violation (#18571) |
| 50 | + |
| 51 | +### Tests |
| 52 | + |
| 53 | +- Backport CI fixed from #18508 (#18626) |
| 54 | +- Mark charset test as pending (#18609) |
| 55 | + |
| 56 | +### Build and Packaging Improvements |
| 57 | + |
| 58 | +<details> |
| 59 | + |
| 60 | +<summary> |
| 61 | + |
| 62 | +<p>We thank the following contributors!</p> |
| 63 | + |
| 64 | +</summary> |
| 65 | + |
| 66 | +<ul> |
| 67 | +<li>Update packages (Internal 23330)</li> |
| 68 | +<li>Apply expected file permissions to linux files after authenticode signing (#18647)</li> |
| 69 | +<li>Bump <code>System.Data.SqlClient</code> (#18573)</li> |
| 70 | +<li>Don't install based on build-id for RPM (#18570)</li> |
| 71 | +<li>Work around args parsing issue (#18607)</li> |
| 72 | +<li>Fix package download in <code>vPack</code> job</li> |
| 73 | +</ul> |
| 74 | + |
| 75 | +</details> |
| 76 | + |
| 77 | +[7.3.1]: https://github.com/PowerShell/PowerShell/compare/v7.3.0...v7.3.1 |
| 78 | + |
3 | 79 | ## [7.3.0] - 2022-11-08 |
4 | 80 |
|
5 | 81 | ### General Cmdlet Updates and Fixes |
|
0 commit comments