Skip to content

Releases: typhonius/acquia-php-sdk-v2

2.0.11

07 May 01:39
6f01d79
Compare
Choose a tag to compare
  • 6f01d79 - Wrong SslCertificates enable/disable endpoint (#68)
  • fd85667 - Update guzzlehttp/guzzle (#62)

2.0.10

22 Apr 00:39
b41207e
Compare
Choose a tag to compare
  • b41207e - Fixes #64: Adds support for deleting db backups. (#65)

2.0.9

20 Apr 02:51
fbde60e
Compare
Choose a tag to compare
  • fbde60e - Fixes #61: Move phpcs to require-dev. (#63)
  • 492a57f - Adds PHP 7.4 to supported versions, and aligns travis to other packages. (#59)

2.0.8

11 Apr 02:43
3a5a66b
Compare
Choose a tag to compare

2.0.7

08 Mar 23:47
Compare
Choose a tag to compare
  • dc27d3c - Updates Insights Fixture for correct usage downstream.
  • fd6b42d - Updates Fixtures for environments

2.0.6

04 Mar 06:50
Compare
Choose a tag to compare
  • 7283a72 - Revert "Abstracts options calls into a setter function and adds tests."

The reason this is being reverted is due to the potential API break that will result from polluting the $options property with form_params for each of the calls.

This could be an issue when chaining multiple calls using the same $cloudapi instance as one may create a database, rename an environment, and add a domain. The user would have to then remember to clearOptions() after each call and potentially re-add global curl options etc.

There may be a more elegant solution, however for now, it makes sense to keep existing functionality.

2.0.5

04 Mar 03:46
Compare
Choose a tag to compare
2.0.5 Pre-release
Pre-release
  • 3069a3f - Abstracts options calls into a setter function and adds tests.
  • b3f7f93 - Fixes an issue where Guzzle options were not being passed properly.
  • a451914 - Adds inheritdocs to the constructor classes and changes addOptions parameter to mixed.

2.0.4

21 Feb 10:26
Compare
Choose a tag to compare
  • e643cec - Adds in logic to renew the token if it has expired.
  • 908bfe3 - Corrects tags and flags in the InsightModuleResponse class.
  • e2d795e - Adds the ability to alter guzzle options.

2.0.3

28 Jan 00:19
Compare
Choose a tag to compare
  • c2ef5c8 - Fixes non-visible space in truncate method.
  • f48191c - Adds in database truncate method.
  • 1b1e9e4 - Added support for environment variables endpoint.
  • 7e5c00d - Updates InsightResponse with latest from API.
  • 9de931c - Fixes a typo in the insights environment call.
  • d2cee94 - Adds getMember and getAdmin calls to get single user records.

2.0.2

22 Jan 01:20
Compare
Choose a tag to compare
  • 9c0954b - Adds getAdmin method to find organisation admins.
  • 2afdfb3 - Adds the ability to download dbs via the API.
  • b20496d - Update issue templates
  • 60e6bbc - Create FUNDING.yml
  • f28f870 - Completes test coverage for Insights getEnvironment method.
  • 70664da - Adds in Environment endpoint for insights.
  • 170e92b - Fixes typo in README.