Releases: DigitalOceanPHP/Client
Releases · DigitalOceanPHP/Client
5.1.1 (06/05/2026)
- Add sensitive parameter annotations for authentication tokens
5.1.0 (06/05/2026)
- Add PHP 8.5 support
- Add support for listing Droplets by name or type
- Fixed the
Droplet::createSSH keys parameter type documentation - Fixed hydration of object-backed App Platform and project resource fields
- Fixed
LoadBalancerhydration and update serialization - Fixed
Volumehydration whendroplet_idsis null
5.0.5 (03/05/2025)
- Fixed
FirewallRuleOutboundhydration
5.0.4 (30/04/2025)
- Fixed a bunch of entity hydration bugs
5.0.3 (11/03/2025)
- Fixed hydration of the Network class with IPv6 addresses
5.0.2 (04/03/2025)
- Fixed a couple of incorrect property types
5.0.1 (03/03/2025)
- Fixed a PHP 8.4 deprecation notice
5.0.0 (23/02/2025)
- Add PHP 8.4 support
- Drop support for PHP earlier than 8.1
- Moved various param types to native PHP types
- Add
floatingIpLimittoAccountentity - Add
storageSizeMibtoDatabaseClusterentity - Add support for
customandsnapshotimage types - Changed the signature of
Firewall::updateto allow partial changes
4.9.1 (23/02/2025)
- Work around null list bugs in the app and database APIs
4.9.0 (03/12/2023)
- Add support for
symfony/options-resolver:^7.0