Skip to content

v3.0.0

Latest

Choose a tag to compare

@LKaemmerling LKaemmerling released this 18 Mar 06:34
e57cf1f

3.0.0 (18.03.2026)

Breaking Changes

  • Minimum PHP version is now 8.2.
  • Removed dependency illuminate/collections - Replaced all collect() usages with native PHP array functions.
  • Method delete() now returns ?APIResponse instead of bool across all models.
  • Changed various method signatures to use native PHP types and improved type hinting.

Features

  • Improved support for Managed Certificates.
  • Improved support for Firewall label selectors.
  • Improved support for Primary IPs.
  • Improved support for Placement Groups.
  • Improved support for Load Balancers.

Internal

  • General code cleanup and modernization.

You can find an upgrade guide under https://github.com/LKDevelopment/hetzner-cloud-php-sdk/blob/master/UPGRADE-3.0.md

Full Changelog: v2.9.1...v3.0.0