Skip to content

v1.13.0

Compare
Choose a tag to compare
@jamiehannaford jamiehannaford released this 02 Apr 15:30
· 412 commits to master since this release

Project installation

  • We are bumping the minimum PHP version required from 5.3 to 5.4, since 5.3 has officially entered end of life and no longer receives security updates. Users can still use 5.3 with an older stable version of php-opencloud by following this guide.

Object Store

  • Added symlink functionality (#565 - added by @markchalloner)
  • Added sample of how to retrieve over 10,000 objects (#568 - added by @ilithium)
  • Performance improvement with how CDN containers are instantiated (#570)

Compute

  • Add support for Availability Zones (#576)

DNS

  • Added convenience method for retrieving domain by name rather than ID (#574)

Documentation

  • Added more links to our new official docs
  • Fixed incorrect reference to URL type (#578 - added by @AdamMerrifield )
  • Fixing dead links (#580)