Releases: steveworley/lagoon-php-sdk
Releases · steveworley/lagoon-php-sdk
Lagoon 1+ Updates
- Removes customer from graphql queries [@FleetAdmiralButter]
- Various bugfixes [@AlexSkrypnyk]
Deploy environments
- Adds deploy environments.
This is the last version that is compatible with Lagoons v1.0 API as of v1.1 the API has removed customer from a number of routes, newer version of the SDK will remove customer support to work with the newer version of Lagoon.
This shouldn't break older version so long as your queries aren't relying on the customer property of any of the supported queries or mutations.
Environment support
Adds various environment mutations/queries to the supported list.
Added support for deployEnvironmentLatest
Merge pull request #18 from srowlands/feature/latest-env-deploy Added deployEnvironmentLatest mutation
Additional graphql support
v1.1.0 Ensure that $this->errors is an array.