Releases: zzantares/ProxmoxVE
Releases · zzantares/ProxmoxVE
v4.1.0
v4.0.0
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
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
v2.1.0
- 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
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.