Skip to content

Releases: steveworley/lagoon-php-sdk

Lagoon 1+ Updates

01 Feb 05:16
e049b96
Compare
Choose a tag to compare

Deploy environments

18 Sep 05:41
0dd2f4f
Compare
Choose a tag to compare
  • 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

06 Aug 01:47
9c4fd85
Compare
Choose a tag to compare

Adds various environment mutations/queries to the supported list.

Added support for deployEnvironmentLatest

27 Jun 10:23
a372858
Compare
Choose a tag to compare
Merge pull request #18 from srowlands/feature/latest-env-deploy

Added deployEnvironmentLatest mutation

Additional graphql support

18 Jun 07:16
92d37da
Compare
Choose a tag to compare
v1.1.0

Ensure that $this->errors is an array.