Skip to content

Commit 0b61253

Browse files
committed
v2024.5.1-preview: Drop support for PowerShell <7.4 and logging overhaul
PowerShell 7.2 LTS and 7.3 are now past end-of-support and are now unsupported. This is an incompatible API change so we're bumping the major version of PowerShell Editor Services. Please update to PowerShell 7.4 LTS going forward. This release contains a logging overhaul which purposely removes our dependency on Serilog and should lead to improved stability with PowerShell 5.1 (by avoiding a major GAC assembly conflict).
1 parent c9533fe commit 0b61253

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# PowerShell Extension Release History
22

3+
## v2024.5.1-preview
4+
### Monday, November 18, 2024
5+
6+
With PowerShell Editor Services [v4.0.0](https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v4.0.0)!
7+
8+
Drop support for PowerShell <7.4 and logging overhaul
9+
10+
PowerShell 7.2 LTS and 7.3 are now past end-of-support and are now unsupported.
11+
This is an incompatible API change so we're bumping the major version
12+
of PowerShell Editor Services.
13+
Please update to PowerShell 7.4 LTS going forward.
14+
15+
This release contains a logging overhaul which purposely removes our
16+
dependency on Serilog and should lead to improved stability with
17+
PowerShell 5.1 (by avoiding a major GAC assembly conflict).
18+
19+
See more details at the GitHub Release for [v2024.5.1-preview](https://github.com/PowerShell/vscode-powershell/releases/tag/v2024.5.1-preview).
20+
321
## v2024.4.0
422
### Monday, November 04, 2024
523

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powershell",
33
"displayName": "PowerShell",
4-
"version": "2024.4.0",
4+
"version": "2024.5.1",
55
"preview": false,
66
"publisher": "ms-vscode",
77
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",

0 commit comments

Comments
 (0)