- Add support for snapshots
- Add support for volumes and tags
- Support droplet monitoring
- Add in tag_name filter
- Support the certificate api
- Added support for Volumes (Block Storage)
- Added the size_gigabytes attribute to images
- Added the posibility to page through droplets - PR #141
- Improved the update method for domain records - PR #142
- Fixed an issue with the buzz adapter
- Fixed creating multiple droplets
- Unified exception handling in adapters
- Support using buzz without curl
- Added missing floatingIp method
- 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
- Fixed issues with null values
- Minor code cleanup
- The API is now stable! https://www.digitalocean.com/company/blog/apiv2-officially-leaves-beta/
- Fixed typo
- 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
- Added images filtering and its specs
- Added user image filtering and its specs
- Updated specs and doc
- Fixed droplet could not be created when the backup function was disabled (next_backup_window was null)
- Added specs
- Added dynamic properties for all entities.
- Added specs.
- Updated doc.
- Added nextBackupWindow property to Droplet entity.
- Improved specs.
- Use travis docker
- Small cosmetic changes to please scrutinizer-ci
- Added the ability to set userdata when creating a droplet.
- Added Account api
- Fixed CS to be PSR-2 compliant
- Added Code of Conduct
- Added updateData to DomainRecord Api
- Added minDiskSize for the image entity.
- Changed the droplet size to sizeSlug.
- Added Support for Guzzle 5.
- Allow using either guzzle or buzz.
- Support creating droplet with ssh fingerprints.
- Pagination fixes.
- Fixed getAll methods. now they return all instead of the first 25.
- Added getActions for a droplet.
- New field createdAt added to the droplet entity.
- Improved the mapping of a droplet networks to the droplet entity.
- Fixed Droplet rename method.
- Added Snapshot to the droplet api.
- Dates are formatted in ISO 8601.
- Added droplet features to the droplet entity.
- Better exception handling.
- Initial stable release (all API classes are tested)