Skip to content

Releases: Corsinvest/cv4pve-api-dotnet

Release v9.1.7

13 Mar 08:51
e4e3779

Choose a tag to compare

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

10 Mar 08:13
d0e6d18

Choose a tag to compare

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

02 Mar 14:01
afc7773

Choose a tag to compare

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

13 Feb 16:38

Choose a tag to compare

Release v9.1.3

19 Jan 07:41
8cba33f

Choose a tag to compare

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

05 Jan 19:18

Choose a tag to compare

Release v9.1.1

12 Dec 13:06
2d4776a

Choose a tag to compare

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

04 Dec 13:46
258e1da

Choose a tag to compare

What's Changed

Full Changelog: v9.0.0...v9.1.0

v9.0.0

24 Oct 15:17
bed13e2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.4.1...v9.0.0

v8.4.1

07 Jul 08:37

Choose a tag to compare

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