Releases: DigitalOceanPHP/Client
Releases · DigitalOceanPHP/Client
5.0.5 (03/05/2025)
- Fixed
FirewallRuleOutbound
hydration
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
floatingIpLimit
toAccount
entity - Add
storageSizeMib
toDatabaseCluster
entity - Add support for
custom
andsnapshot
image types - Changed the signature of
Firewall::update
to 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
4.8.0 (08/10/2023)
- Added support for PHP 8.3
- Add support for disabling installation of DO agent
4.7.0 (30/04/2023)
- Add support for Reserved IPs
- Add support for VPC
getAll
- Added support for
psr/http-message
v2