Skip to content
Merged
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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log


## 2.5.1 (2026-02-12)

### Fixed

- When the WebAPIUri was changed, we encountered issues in Windows PowerShell 5.1.
After some investigation, it turned out that the TLS for the Invoke-WebRequest should not be chaned from the SystemDefault value. It is recommended to use PowerShell 7 or later instead.


## 2.5.0 (2026-02-11)

### Updated
Expand Down