Skip to content

Latest commit

 

History

History
99 lines (78 loc) · 5.86 KB

CHANGELOG.md

File metadata and controls

99 lines (78 loc) · 5.86 KB

1.3.0 (2022-03-13)

  • 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, and local backends (Markus Reiter)
  • Improvement (https): Support IPv6 addresses (TODO)[https://github.com/TODO]
  • Improvement: Move CI to GitHub actions from Travis.ci (John Hollowell)
  • Improvement: Cleanup documentaiton 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 (2021-10-07)

  • 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, 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, 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 (2020-06-23)

  • Bugfix (https): correctly renew ticket in the session, not just the auth (John Hollowell)

1.1.0 (2020-05-22)

  • Addition (https): Added API Token authentication (John Hollowell)
  • Improvement (https): user/password authentication refreshes ticket to prevent expiration (CompileNix, John Hollowell)
  • Bugfix (ssh_paramiko): Handle empty stderr from ssh connections (morph027)
  • DEPRECATED (https): using auth_token and csrf_token (ProxmoxHTTPTicketAuth) is now deprecated. Either pass the auth_token as the password or use the API Tokens.

1.0.4 (2020-01-24)

  • 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)
  • Transferred development to proxmoxer organization

1.0.3 (2018-09-10)

1.0.2 (2017-12-02)

  • Tarball repackaged with tests

1.0.1 (2017-12-02)

  • LICENSE file now included in tarball
  • Added verify_ssl parameter to ProxmoxHTTPAuth (Walter Doekes)

1.0.0 (2017-11-12)

0.2.5 (2017-02-12)

0.2.4 (2016-05-02)

0.2.3 (2016-01-20)

0.2.2 (2016-01-19)

0.2.1 (2015-05-02)

0.2.0 (2015-03-21)

  • Https will now raise AuthenticationError when appropriate. (scap1784)
  • Preliminary python 3 compatibility. (wdoekes)
  • Additional example. (wdoekes)

0.1.7 (2014-11-16)

  • Added ignore of "InsecureRequestWarning: Unverified HTTPS request is being made..." warning while using https (requests) backend.

0.1.4 (2013-06-01)

  • Added logging
  • Added openssh backend
  • Tests are reorganized

0.1.3 (2013-05-30)

  • Added next tests
  • Bugfixes

0.1.2 (2013-05-27)

  • Added first tests
  • Added support for travis and coveralls
  • Bugfixes

0.1.1 (2013-05-13)

  • Initial try.