Releases: typhonius/acquia-php-sdk-v2
Releases · typhonius/acquia-php-sdk-v2
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.
2.0.1
2.0.0
- 66d8399 - Puts class constructors in a base class.
- 463a4b2 - Adds module endpoint.
- e33999d - Adds additional Insights endpoints.
- 831984a - Adds stackmetrics endpoints.
- 3e4aeb9 - Adds identity providers endpoints
- cbc7c9d - Adds additional domain endpoints.
- a6e2f07 - Adds CDE endpoints.
- ca311f4 - Adds endpoint for IDEs.
- 3cb86de - Updates the README for 2.0
- d267f8d - Creates tag endpoints.
- 764c75b - Creates endpoints for metrics.
- a445ae8 - Renames the rename team json.
- ac80e7c - Moves Fixure files into relevant directories and tidies naming convention.
- 1170e3c - Adds more tests, and updates the README.
- 600b93a - Adding more tests to methods missed previously.
- 5a4e538 - Adds exception class to simplify response and deletes extra db method.
- 5a230b9 - Completely readjusts the library to break down classes more logically.
- 72d45c9 - Adds notifications.
- f454daf - Adds API integration for log forwarding.
- 9c4f380 - Adds endpoints for use with SSL certificates.
- 191dd64 - Adds the logstream endpoint.
- d82b5ec - Adds PHP Stan tests and bumps dependencies.
- d302d38 - Pluralises the classes to match the API.
- 592735b - Updates the README.
- 2d6b412 - Restructures library to break down the Client class into logical endpoint classes.
1.1.1
- e8b4c87 - Adds in a method for getting all notifications.
- 9d308f4 - Add Notification class for getting information about a Notification
- ac5bce7 - Fixes Logstream test.
- 7992243 - Corrects include to use the right return type.
- 1e31145 - Adds in functionality to connect to logstream endpoint.
- 61eceb3 - Augments responses with additional information.
- 563db16 - Adds the deleteEnvironment method for deleting CD environments.
1.1.0: First pass at oauth 2.0
1.0.4
- c37dab9 - Fixes #20: Adds account method for getting details about the user's account.
- 4816c48 - ACQC-002: Fix for delete database.
- d7a3349 - Fix the endpoints to include database name for ::databaseBackup() and ::restoreDatabaseBackup().
- c5f0d34 - Adds exception handling when return is not an array.
- 94a0c56 - Caters to errors both in objects and out.
- 7982de6 - Allows nested error responses to be shown to the user.
- 457fd5b - Changes path for coveralls executable.