Releases: typhonius/acquia-php-sdk-v2
Releases · typhonius/acquia-php-sdk-v2
3.0.9
What's Changed
- Fix phpstan memory exhaustion by @danepowell in #392
- subscriptions_total can be null by @danepowell in #391
- Bump phpstan/phpstan from 1.10.14 to 1.10.15 by @dependabot in #385
- Bump guzzlehttp/guzzle from 7.5.1 to 7.6.1 by @dependabot in #390
- Bump slevomat/coding-standard from 8.11.1 to 8.12.1 by @dependabot in #389
- Bump phpunit/phpunit from 9.6.7 to 9.6.8 by @dependabot in #386
Full Changelog: 3.0.8...3.0.9
3.0.8
What's Changed
- CLI-1044: Update guzzle and psr components by @danepowell in #383
- CLI-1046: user_name is null by @danepowell in #384
Full Changelog: 3.0.7...3.0.8
3.0.7
What's Changed
- Bump slevomat/coding-standard from 8.8.0 to 8.9.0 by @dependabot in #361
- Bump phpstan/phpstan from 1.10.7 to 1.10.8 by @dependabot in #363
- Bump phpstan/phpstan-phpunit from 1.3.10 to 1.3.11 by @dependabot in #362
- Bump phpunit/phpunit from 9.6.5 to 9.6.6 by @dependabot in #364
- Bump slevomat/coding-standard from 8.9.0 to 8.9.1 by @dependabot in #365
- Bump phpstan/phpstan from 1.10.8 to 1.10.9 by @dependabot in #366
- Bump symfony/cache from 5.4.21 to 5.4.22 by @dependabot in #368
- Bump phpstan/phpstan from 1.10.9 to 1.10.10 by @dependabot in #367
- Bump phpstan/phpstan from 1.10.10 to 1.10.11 by @dependabot in #369
- Bump slevomat/coding-standard from 8.9.1 to 8.9.2 by @dependabot in #370
- Bump slevomat/coding-standard from 8.9.2 to 8.10.0 by @dependabot in #371
- Bump phpstan/phpstan from 1.10.11 to 1.10.13 by @dependabot in #372
- Bump phpunit/phpunit from 9.6.6 to 9.6.7 by @dependabot in #374
- Bump league/oauth2-client from 2.6.1 to 2.7.0 by @dependabot in #373
- Bump phpstan/phpstan from 1.10.13 to 1.10.14 by @dependabot in #377
- Bump slevomat/coding-standard from 8.10.0 to 8.11.0 by @dependabot in #378
- Bump slevomat/coding-standard from 8.11.0 to 8.11.1 by @dependabot in #379
- Bump symfony/filesystem from 5.4.21 to 5.4.23 by @dependabot in #381
- Bump symfony/cache from 5.4.22 to 5.4.23 by @dependabot in #380
- CLI-1026: Catch malformed responses by @danepowell in #382
Full Changelog: 3.0.6...3.0.7
3.0.6
3.0.5
What's Changed
- Bump phpstan/phpstan from 1.10.6 to 1.10.7 by @dependabot in #358
- Nullable completed_at by @danepowell in #359
Full Changelog: 3.0.4...3.0.5
3.0.4
What's Changed
- Ignore codecov failures by @danepowell in #356
- Nullable country and state by @danepowell in #357
Full Changelog: 3.0.3...3.0.4
3.0.3
What's Changed
- Bump phpstan/phpstan from 1.10.5 to 1.10.6 by @dependabot in #351
- Nullable company by @danepowell in #355
Full Changelog: 3.0.2...3.0.3
3.0.2
3.0.1
What's Changed
- Code style cleanup by @danepowell in #350
- Environment region can be null by @danepowell in #352
Full Changelog: 3.0.0...3.0.1
3.0.0
This major release includes two breaking changes:
- #347 adds strict type hinting, which is a breaking change for any consumer that extends provided classes
- #348 restructures DatabaseResponse and DatabasesResponse to account for full database responses provided by the environments api.
What's Changed
- Fix mutation tests on push by @danepowell in #324
- Update README.md by @danepowell in #325
- Bump phpstan/phpstan-phpunit from 1.3.3 to 1.3.4 by @dependabot in #326
- Added required openapi spec properties to EnvironmentResponse. by @fiasco in #327
- Ensure fixtures use valid UUID formats so they pass validation. by @fiasco in #328
- Bump phpstan/phpstan from 1.9.17 to 1.9.18 by @dependabot in #329
- Bump phpstan/phpstan from 1.9.18 to 1.10.1 by @dependabot in #330
- Bump phpstan/phpstan-phpunit from 1.3.4 to 1.3.7 by @dependabot in #331
- Bump squizlabs/php_codesniffer from 3.7.1 to 3.7.2 by @dependabot in #332
- Bump phpstan/phpstan from 1.10.1 to 1.10.2 by @dependabot in #333
- Bump phpstan/phpstan from 1.10.2 to 1.10.3 by @dependabot in #334
- Bump phpstan/phpstan-phpunit from 1.3.7 to 1.3.8 by @dependabot in #335
- Fix #336: Remove constructor from ConnectorInterface by @danepowell in #337
- Bump phpunit/phpunit from 9.6.3 to 9.6.4 by @dependabot in #338
- Fix #321: PHP 7.4 EOL by @danepowell in #323
- Bump phpstan/phpstan-phpunit from 1.3.8 to 1.3.9 by @dependabot in #339
- Bump overtrue/phplint from 4.5.0 to 9.0.4 by @dependabot in #340
- Bump symfony/filesystem from 5.4.19 to 5.4.21 by @dependabot in #341
- Bump phpstan/phpstan from 1.10.3 to 1.10.4 by @dependabot in #344
- Bump phpstan/phpstan from 1.10.4 to 1.10.5 by @dependabot in #345
- Bump phpstan/phpstan-phpunit from 1.3.9 to 1.3.10 by @dependabot in #343
- Bump phpunit/phpunit from 9.6.4 to 9.6.5 by @dependabot in #346
- Use strong type hinting by @danepowell in #347
- Add full database responses by @danepowell in #348
- Fixup getEnvironmentsDatabases by @danepowell in #349
Full Changelog: 2.6.0...3.0.0