Releases: proxmoxer/proxmoxer
Releases · proxmoxer/proxmoxer
2.2.0: Bugfixes
2.2.0 (2024-12-13)
- Bugfix (local,openssh,paramiko): Remove IP/hostname from command path (Andrea Dainese, John Hollowell)
- Addition (https): Allow passing certificate for TLS verification (gdelaneync)
- Bugfix (local,openssh,paramiko): Prevent a returned task ID (UPID) from throwing an error (Adam Dorsey, John Hollowell)
- Improvement (local,openssh,paramiko): Attempt to encode binary payloads as UTF-8 before sending/JSON-ing (Adam Dorsey)
2.1.0: Files tools and bugfixes
2.1.0 (2024-08-10)
- Improvement (docs): Update Readme with updated example (Rob Wolinski)
- Addition (tools): Added Files tools (John Hollowell)
- Improvement (all): Add repr to some classes and add to tests (John Hollowell)
- Bugfix (all): Correct metadata to match supported Python versions (3.6+) (Alexei Znamensky)
- Bugfix (https): Fix BytesWarning when logging response status/content (Walter Doekes)
- Improvement (meta): Update devcontainer to modern unified schema (John Hollowell)
- Improvement (meta): Add 3.12 to CI matrix, remove 3.7 testing (John Hollowell)
- Improvement (all): Fix improper spliting of non-exec QEMU commands (John Hollowell)
2.0.1: verify_ssl bugfix
- Bugfix (https): properly pass verify_ssl all the way to the backend auth (Dominik Rimpf)
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 (beforeapi2/
) (John Hollowell)
Breaking Changes
ProxmoxResourceBase
removedproxmoxer.backends.https.AuthenticationError
moved toproxmoxer.AuthenticationError
- Removed
ProxmoxHTTPTicketAuth
and its argumentsauth_token
andcsrf_token
- keyword arguments to backends order changed (should not affect users specifying arguments by name)
1.3.1: Fix non-JSON Endpoint Error Parsing
- Bugfix (all): fix error handling for APIs that don't give a dict in the response (Alex Wuillaume)
1.3.0: Local backend; IPv6; Code clean up
- Addition (local): Added
local
backend for running directly on Proxmox hosts. (Markus Reiter) - Bugfix (all): properly parse command string sent to QEMU guest agent (John Hollowell)
- Improvement (command_base): Refactor code to have a unified CLI backend base for
openssh
,ssh_paramiko
, andlocal
backends (Markus Reiter) - Improvement (https): Support IPv6 addresses (Daviddcc)
- Improvement: Move CI to GitHub actions from Travis.ci (John Hollowell)
- Improvement: Cleanup documentation and move to dedicated site (John Hollowell)
- Improvement: Add
pre-commit
hooks for formatting and linting and format all code (John Hollowell)
1.2.0: PVE, PMG, and PBS; Large File Upload; OTP
- Addition (https): Added OTP code support to authentication (John Hollowell)
- Addition (https): Added support for large file uploads using requests_toolbelt module (John Hollowell)
- Addition (all): Added support for Proxmox Mail Gateway (PMG) and Proxmox Backup Server (PBS) with parameter validation (Gabriel Cardoso de Faria and John Hollowell)
- Addition (all): Added detailed information to ResourceException (mihailstoynov)
- Bugfix (base_ssh): Resolved issue with values containing spaces by encapsulating values in quotes (mihailstoynov)
- Bugfix (all): Resolved issue with using get/post/push/delete on a base ProxmoxAPI object (John Hollowell)
- Bugfix (all): Added support for responses which are not JSON (John Hollowell)
- Improvement: Added and updated documentation (Ananias Filho and Thomas Baag)
- Improvement: Tests are now not installed when using PIP (Ville Skyttä)
- Addition: Devcontainer definition now available to make development easier (John Hollowell)
1.1.1: Ticket Renewal Bugfix
Bugfix (https): correctly renew ticket in the session, not just the auth (John Hollowell)
1.1.0: API Token, ticket renewal, and deprecated ProxmoxHTTPTicketAuth
- Addition (https): Added API Token authentication (John Hollowell)
- Improvement (https): user/password authentication refreshes ticket to prevent expiration (CompileNix and John Hollowell)
- Bugfix (ssh_paramiko): Handle empty stderr from ssh connections (morph027)
- DEPRECATED (https): using
auth_token
andcsrf_token
(ProxmoxHTTPTicketAuth) is now deprecated. Either pass theauth_token
as thepassword
or use the API Tokens.
1.0.4: HTTPS Improvements and Organization Handover
Improvement (HTTPS): Added timeout to authentication (James Lin)
Improvement (HTTPS): Handle AnyEvent::HTTP status codes gracefully (Georges Martin)
Improvement (HTTPS): Advanced error message with error code >=400 (ssi444)
Bugfix (SSH): Fix pvesh output format for version > 5.3 (timansky)
Transfered development to proxmoxer organization