Releases: LKDevelopment/hetzner-cloud-php-sdk
Releases · LKDevelopment/hetzner-cloud-php-sdk
v2.7.2
What's Changed
- Handle null errors in Action model instantiation by @jprangenbergde in #118
Full Changelog: v2.7.1...v2.7.2
v2.7.1
v2.7.0
What's Changed
- Add architecture to model by @jappi00 in #107
- Same Bug as in hetzner-cloud-php-sdk/pull/99 by @osthafen in #103
- Image by name add architecture by @LKaemmerling in #111
New Contributors
Full Changelog: v2.6.2...v2.7.0
v2.6.2
v2.6.1
What's Changed
- Fix pagination to be nullable as it is stated in the docs by @LKaemmerling in #98
Full Changelog: v2.6.0...v2.6.1
v2.6.0
What's Changed
- [TASK] Update documentation links by @ayacoo in #89
- [FEATURE] Implement Load Balancer Support by @ayacoo in #90
- [FEATURE] Add primary ip support by @ayacoo in #88
- Fix issue with volume creation by @mrbase in #87
- Prevent API undefined property: stdClass:$server error when firewall has attached tags by @geisi in #83
New Contributors
Full Changelog: v2.5.1...v2.6.0
v2.5.1
Bugfix:
- Fixed issues on PHP 8.1 that were caused by an older dependency (#79)
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #73
- Fixed error on firewall rule when no port is present by @stefangeorgescu in #72
- change test classes prefix namespace to LKDev\Tests by @masoudniki in #74
- Adding "type" const by @ThomasLandauer in #78
- Implement
Model::setHttpClient()
by @mutec in #80 - Fixing docblock by @ThomasLandauer in #76
- Keep Hetzner's snake_case for properties by @ThomasLandauer in #75
- [FEATURE] Add firewalls parameter for server by @ayacoo in #82
- fixes nullable port by @jprangenbergde in #81
New Contributors
- @stefangeorgescu made their first contribution in #72
- @masoudniki made their first contribution in #74
- @ThomasLandauer made their first contribution in #78
- @mutec made their first contribution in #80
- @ayacoo made their first contribution in #82
- @jprangenbergde made their first contribution in #81
Full Changelog: v2.4.0...v2.5.0
v2.4.0
- Add support for Firewalls
v2.3.0
- Add support for creating Certificates
- Add support for creating resources with labels
- Allow setting of "null"
$dnsPtr
value onchangeReverseDNS
of FloatingIP & Server, this resets the DNS PTR to the default value - Support PHP 8.0
- Improve Creating Floating IPs