Releases
2.0.0
2.0.0: Move to Python 3; Tasks tools; Misc Bugfixes
Improvement (all): Convert testing framework to use pytest (John Hollowell )
Improvement (all): Remove Python 2.x support (minimum version of 3.7) (John Hollowell )
Improvement (all): Refactor code to Python 3 standards (John Hollowell )
Bugfix (all): Remove None values from request data and params (Kristian Heljas )
Addition (tools): Added Task tools (John Hollowell )
Bugfix (all): Allow specifying resource_id as 0 (John Bergvall )
Improvement (all): Remove ProxmoxResourceBase (John Hollowell )
Bugfix (all): Add platform detection before using shlex functions (Kevin Boyd )
Improvement (https): Added path_prefix
argument which is appended after the root of the URL (before api2/
) (John Hollowell )
Breaking Changes
ProxmoxResourceBase
removed
proxmoxer.backends.https.AuthenticationError
moved to proxmoxer.AuthenticationError
Removed ProxmoxHTTPTicketAuth
and its arguments auth_token
and csrf_token
keyword arguments to backends order changed (should not affect users specifying arguments by name)
You can’t perform that action at this time.