Skip to content

Releases: zzantares/ProxmoxVE

v4.1.0

02 Feb 12:51
621c405
Compare
Choose a tag to compare

Release changes:

Updates to use HTTP Client Guzzle 6.0 or 7.0

v4.0.0

29 Jul 18:30
v4.0.0
8726501
Compare
Choose a tag to compare

Release changes:

  • Requires PHP 5.5 or newer.
  • Hide password when notifying credentials on bad login (credits to @madmath03)
  • Updates to use HTTP Client Guzzle 6.0
  • Provides Dockerfile hopefully to ease contributions.
  • Package is now tested against PHP 7.0, 7.1 and 7.2.

v3.0.0

11 Aug 03:07
Compare
Choose a tag to compare

Release changes:

  • PHP 5.4 required.
  • Proxmox API client logic rewritten (but the usage is pretty much the same).
  • GuzzleHttp used for sending HTTP requests.
  • Credentials default form is now an array not an object (read the docs).
  • Better docs (compliant with this new release).

v2.1.1

13 Jul 21:44
Compare
Choose a tag to compare

Release changes:

  • Small bug fixed, using an Eloquent model as a custom credentials object was not valid.
  • Code coverage and code quality service integrated.

v2.1.0

09 Jul 02:31
Compare
Choose a tag to compare
  • Now it is possible to specify the desired return type when creating Proxmox object
  • Setters and getters for return type were added.
  • Added docs about getters & setters and other tricks of the Proxmox client object.
  • Now you can create a Proxmox API client object with a custom credentials object (e.g. an Eloquent model).
  • Project now follows PSR-1 and PSR-2 coding style standards recommendations (Thanks to Alexey Ashurok).

v2.0.0

03 Jul 02:11
Compare
Choose a tag to compare

Release changes:

  • Namespace renamed, vendor name isn't used anymore.
  • The class that handles the API calls is now Proxmox not ProxmoxVE.
  • Functions were renamed, instead of get, post, put and delete you use get, create, set, delete (to keep consistency with the pvesh tool).
  • Documentation improved.
  • Library now returns the errors messages instead of throwing an exception when a request isn't successful.
  • Source code refactored and respective tests were added.

v1.1.1

01 Jul 05:31
Compare
Choose a tag to compare

A small bug fixed, if CURL was not enabled the proper RuntimeException was not thrown.

v1.1.0

30 Jun 20:26
Compare
Choose a tag to compare
  • Added capability to change Credentials after ProxmoxVE object creation.
  • Add check to see if CURL is enabled.

v1.0.0

26 Jun 04:53
Compare
Choose a tag to compare

Release of the ProxmoxVE API Client v1.0.0