Releases: typhonius/acquia-php-sdk-v2
Releases · typhonius/acquia-php-sdk-v2
2.0.13
- 17e8c10 - Update guzzlehttp/guzzle (#76)
- 598ec6f - Set exception response (#75)
- 23f5ef9 - Adds a default user agent to this library and allows combination with other libraries. (#74)
- 7017659 - Update guzzlehttp/guzzle (#70)
1.1.2
- 498c9c7 - [Backport from 2.0] #71 Check access token expiration
2.0.12
- 7ba050b - Update squizlabs/php_codesniffer (#66)
- d90d6e0 - Changes the role fixture to an updated one from the API. (#69)
2.0.11
- 6f01d79 - Wrong SslCertificates enable/disable endpoint (#68)
- fd85667 - Update guzzlehttp/guzzle (#62)
2.0.9
- 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.7
- dc27d3c - Updates Insights Fixture for correct usage downstream.
- fd6b42d - Updates Fixtures for environments
2.0.6
- 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
- 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.