Skip to content

Releases: koalalorenzo/python-digitalocean

New release! Yay!

18 Nov 18:12
Compare
Choose a tag to compare

What changed?

  • Pagination fix (broken when more than one page of results). ( #122 )
  • Set the bool values for Droplet features on load. ( #123 )
  • Allow enabling Droplet backups after creation. ( #125 )

Special thanks to: @andrewsomething @randomir
...and thanks also to the rejected pull requests by @duggan ( #124 ) It's always nice to see something radically different πŸ‘

Support for Floating IPs and bug fixes

20 Oct 19:38
Compare
Choose a tag to compare

New release available!
What changed?

  • General bug fix and better code ( #112 #117 #118 )
  • Added support for Floating IPs ( #121 )

Thanks everybody for your support!

New release

28 May 08:44
Compare
Choose a tag to compare

This release bring the following changes and features to the code:

  • Support for flexible Droplet resize ( #110 )
  • Filter image results using query parameters. ( #106 )

New release

06 Feb 09:29
Compare
Choose a tag to compare

Fixed several bugs in the code:

  • Allowing users to use requests >= 2.2.1 ( #89 )
  • Fixes for tests and ssh_key parameter ( #86 )
  • Use JSON payload for POST/PUT calls instead of HTTP query paramaters ( #85 )
  • Better support for python 3 ( #83 )

Thanks guys!

New Release

10 Jan 17:57
Compare
Choose a tag to compare

To install this release use pip:

pip install -U python-digitalocean

1.1 Release

23 Dec 20:02
Compare
Choose a tag to compare

Small release

14 Nov 12:45
Compare
Choose a tag to compare

Few bugs fixed. Thanks guys for helping me maintaining this!
To update and/or install it use this command:

pip install -U python-digitalocean

APIv2 with meta-data and new size slugs

03 Nov 19:33
Compare
Choose a tag to compare

This release will use the new API v2 plus some support for meta-data and new size slugs.

To install this release use pip:

pip install -U python-digitalocean

Support to API v2

23 Sep 21:24
Compare
Choose a tag to compare
Support to API v2 Pre-release
Pre-release

This pre-release will use the new API v2.

Downloads here: https://pypi.python.org/pypi/python-digitalocean/

0.7.1 Release

26 Jun 09:57
Compare
Choose a tag to compare
Merge pull request #34 from peterlandry/master

Use v1 of the api, fix requests