Releases: Corsinvest/cv4pve-api-dotnet
Releases · Corsinvest/cv4pve-api-dotnet
Release v9.1.7
What's Changed
- feat: add flat JSON cache for ClassApi tree and minor fixes (v9.1.7) by @franklupo in #60
Full Changelog: v9.1.6...v9.1.7
Release v9.1.6
What's Changed
- chore: switch license from GPL-3.0 to MIT and bump version to 9.1.6 by @franklupo in #59
Full Changelog: v9.1.5...v9.1.6
Release v9.1.5
What's Changed
- feat(shared): align models with Proxmox API and fix deserialization issues by @franklupo in #57
Full Changelog: v9.1.4...v9.1.5
Release v9.1.4
Full Changelog: v9.1.3...v9.1.4
Release v9.1.3
What's Changed
- Fix authentication cookie container for IIS environments by @franklupo in #56
Full Changelog: v9.1.2...v9.1.3
Release v9.1.2
Full Changelog: v9.1.1...v9.1.2
Release v9.1.1
What's Changed
- docs: simplify documentation and add indexed parameters guide by @franklupo in #49
- docs: enhance package suite with badges and improve responsiveness by @franklupo in #50
- docs: remove GitHub Stars badge from header by @franklupo in #51
- Update .gitignore and remove Initialize-Tools.ps1 by @franklupo in #52
- Release v9.1.1 by @franklupo in #53
Full Changelog: v9.1.0...v9.1.1
Release v9.1.0
What's Changed
- Upgrade to PVE Api 9.1 by @franklupo in #43
- Refactor Shell to Console and update workflows by @franklupo in #44
- Fix: Update CodeQL workflow to use master branch by @franklupo in #45
- Fix: Mask sensitive parameters in debug logs by @franklupo in #47
Full Changelog: v9.0.0...v9.1.0
v9.0.0
What's Changed
- Add VmNetwork Id by @enricosuardi in #41
- Upgrade PVE api 9 by @franklupo in #42
New Contributors
- @enricosuardi made their first contribution in #41
Full Changelog: v8.4.1...v9.0.0
v8.4.1
What's Changed
- Added support for NETStandard 2.0 by @simonegli8 in #40
- feat: Refactor PveClient and PveClientBase to support external HttpClient
- Updated PveClient to accept an optional HttpClient parameter.
- Modified PveClientBase constructor to initialize with an external HttpClient.
- Enhanced logging and error handling in API request methods.
- Introduced new methods for DELETE requests in PveClientBase.
- Improved response handling and parsing in ExecuteRequestAsync.
- Added ClusterType and ConsoleType enums for better type management.
- Implemented NodeAptRepositories model for managing apt repositories.
- Created EnumerableExtensions for additional LINQ-like functionality.
- Developed PveWebTermClient for handling WebSocket connections to the Proxmox terminal.
- Added methods for executing commands and downloading files via the terminal.
Full Changelog: v8.4.0...v8.4.1