Releases: typhonius/acquia-php-sdk-v2
Releases · typhonius/acquia-php-sdk-v2
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
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
2.0.4
2.0.3
- 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
- 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.