Skip to content

Releases: DigitalOceanPHP/Client

2.1.0

22 Dec 22:59
Compare
Choose a tag to compare
  • Unified exception handling in adapters
  • Support using buzz without curl
  • Added missing floatingIp method

2.0.0

21 Dec 22:32
Compare
Choose a tag to compare
  • Added guzzle 6 support (watch out for the adapter rename)
  • Major cleanup of adapters
  • Fixed content type handling
  • Support updaing fields on domain records
  • Fixed droplet entity networking issues
  • Allow using custom endpoints
  • Made the entity classes final
  • Removed dynamic entity properties
  • Updated the account entity with the latest properties
  • Support creating multiple droplets at once
  • Support converting images to snapshots
  • Support the ability to enable droplet backups
  • Added full floating ip support
  • Improved exceptions
  • Minor code cleanup

1.0.1

25 Jun 16:46
Compare
Choose a tag to compare
  • Fixed issues with null values
  • Minor code cleanup

1.0.0

16 Apr 07:37
Compare
Choose a tag to compare

0.6.0

17 Mar 21:19
Compare
Choose a tag to compare

PLEASE DO NOT USE THIS VERSION BEFORE 00:01 March 20, 2015 UTC!

  • Added available property to size entity - fix #93
  • Added type property to image entity - fix #94
  • Added [BC break] fix action object embed a region object - fix #89
  • Added droplet neighbors report - fix #80
  • Added list of droplets that are scheduled to be upgraded - fix #81

0.5.2

26 Feb 21:51
Compare
Choose a tag to compare

0.5.1

22 Feb 23:28
Compare
Choose a tag to compare
  • Fixed droplet could not be created when the backup function was disabled (next_backup_window was null) @ameliaikeda
  • Added specs

0.5.0

16 Feb 23:04
Compare
Choose a tag to compare

0.4.2

12 Feb 14:00
Compare
Choose a tag to compare
  • Added nextBackupWindow property to Droplet entity.
  • Improved specs.

0.4.1

23 Dec 13:01
Compare
Choose a tag to compare
  • Use travis docker
  • Small cosmetic changes to please scutinizer-ci