Skip to content

Releases: UpCloudLtd/upcloud-php-api

v3.0.0

01 Dec 12:57
96ac9f4
Compare
Choose a tag to compare

Removed

  • PHP 7 support #55. This should resolve package conflicts when using this library with more recent Laravel versions.

v2.3.0

15 Jun 06:40
69d99f4
Compare
Choose a tag to compare

Added

  • PHP 8.1 support #51

v2.2.0

24 Mar 11:12
9f63b9e
Compare
Choose a tag to compare

Added

  • Support for creating multiple firewall rules in a single createFirewallRules call #47

Changed

  • Removed dependencies to doctrine/annotations #49

v2.1.0

10 Jun 08:29
9131b89
Compare
Choose a tag to compare

Added

  • PHP v8 support
  • Feature: Delete server and attached storages with $deleteAttachedStorages param

Changed

  • delete server docs to reference deleteAttachedStorages param

v2.0.0

18 Feb 10:34
Compare
Choose a tag to compare

Added

  • Breaking: Create HttpClient like in other UpCloud API/SDK:s
  • Features: Hosts, Network, Object Storage

Changed

  • Breaking: Update to UpCloud API 1.3
  • Breaking: Update supported PHP versions
    • PHP >7.2
  • Breaking: Use strict typing
  • Move from travis to Github actions

Fixed

  • Lots of refactoring
  • Updated Readme
  • Typing
  • API services
  • better validations
  • tests