Skip to content

Releases: cssnr/vultr-python

0.2.0

01 Dec 00:07
f8d2a33

Choose a tag to compare

  • Add arbitrary get, post, patch, put, and delete methods
  • Add VultrException error class with error message
  • Add params argument to all get methods
  • Add generic filter_list method
  • Add return type on all methods
  • Add py.typed package file
  • Deprecate other filter_* methods
  • Remove support for Python 3.6

Additional:

  • Add basic test for all versions
  • Fix create_instance() example
  • Improve site documentation

What's Changed

Full Changelog: 0.1.5...0.2.0

🚀 Use this release with this command:

python -m pip install -U vultr-python

View on PyPi: https://pypi.org/project/vultr-python/

❤️ Please report any issues you find.

0.2.0b1

30 Nov 23:31
f8d2a33

Choose a tag to compare

0.2.0b1 Pre-release
Pre-release
  • Add arbitrary get, post, patch, put, and delete methods
  • Add VultrException error class with error message
  • Add params argument to all get methods
  • Add generic filter_list method
  • Add return type on all methods
  • Add py.typed package file
  • Deprecate other filter_* methods
  • Remove support for Python 3.6

Additional:

  • Add basic test for all versions
  • Fix create_instance() example
  • Improve site documentation

What's Changed

Full Changelog: 0.1.5...0.2.0b1

🚀 Use this release with this command:

python -m pip install --pre -U --extra-index-url https://test.pypi.org/simple/ {name}

View on PyPi: https://test.pypi.org/project/zipline-cli/

❤️ Please report any issues you find.