Skip to content

0.3.0

Compare
Choose a tag to compare
@elnygren elnygren released this 15 Jul 07:53

Major release introducing python2/3 support and several features for Ansible inventory/modules

  • PyPi relase renamed to upcloud-api (pip install upcloud-api)
  • Package renamed to upcloud_api (import upcloud_api)

  • versions supported: 2.6, 2.7, 3.3+
    • drop 3.2 support (future does not support it)
  • new convenience functions for Server:
    • server.stop_and_destroy() - wait for server to stop, then destroy it and its storages
    • server.ensure_started() - wait for server to be started
    • server.to_dict() - JSON serialisable dict including storages an IP-addresses
  • password delivery "none" by default. (no annoying emails about new servers)
  • some code quality improvements, like using strictly absolute imports within the codebase