Skip to content

v2.0.0

Compare
Choose a tag to compare
@zzantares zzantares released this 03 Jul 02:11

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.