Releases: typhonius/acquia-php-sdk-v2
Releases · typhonius/acquia-php-sdk-v2
2.3.0
This release does not include new features but may cause calling code to fail if invalid types are passed, which is why it's a minor rather than patch release.
What's Changed
- Type all endpoints, code cleanup by @danepowell in #258
Full Changelog: 2.2.0...2.3.0
2.2.0
2.1.0
What's Changed
- Add ext-json test dependency by @danepowell in #206
- Support PHP 8.1; EOL PHP 7.3 by @danepowell in #223
- Fixes #224: Allowing Symfony 6. by @grasmash in #225
- Fix #218: webmozart/path-util is abandoned by @danepowell in #219
- [tests] no-suggest is deprecated by @danepowell in #240
- Remove webmozart/path-util by @danepowell in #237
- Auto-merge dependency updates by @danepowell in #244
Full Changelog: 2.0.17...2.0.18
2.0.17
What's Changed
Main changes
- Exclude tests from releases by @danepowell in #195
- Fix #185 and the case of the memory leak. by @typhonius in #191
- Add subscription models by @eporama in #193
- Updates cache endpoints from deprecated varnish endpoints. by @typhonius in #162
Dependency updates
- Bump symfony/cache from 5.2.4 to 5.2.6 by @dependabot-preview in #161
- Bump squizlabs/php_codesniffer from 3.5.8 to 3.6.0 by @dependabot-preview in #164
- Bump symfony/cache from 5.2.6 to 5.2.8 by @dependabot-preview in #172
- Bump symfony/cache from 5.2.8 to 5.3.0 by @dependabot-preview in #175
- Bump phpunit/phpunit from 9.5.4 to 9.5.6 by @dependabot-preview in #180
- Bump phpunit/phpunit from 9.5.6 to 9.5.8 by @dependabot-preview in #190
- Bump symfony/cache from 5.3.0 to 5.3.4 by @dependabot-preview in #188
- Bump symfony/cache from 5.3.4 to 5.3.8 by @dependabot in #201
- Bump phpunit/phpunit from 9.5.8 to 9.5.10 by @dependabot in #200
- Update phpstan by @danepowell in #202
- Update phpstan-phpunit by @danepowell in #203
- Bump squizlabs/php_codesniffer from 3.6.0 to 3.6.1 by @dependabot in #204
Private chores
- [tests] kill mutants by @danepowell in #196
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #167
- [tests] install from dist to speed up tests by @danepowell in #197
New Contributors
- @danepowell made their first contribution in #195
- @dependabot made their first contribution in #201
Full Changelog: 2.0.16...2.0.17
2.0.16
- a48bc1b - Enable default base uri to be overridden (#137)
- a861c0a - Bump guzzlehttp/guzzle from 7.2.0 to 7.3.0 (#160)
- 15f3e1b - Bump phpunit/phpunit from 9.5.2 to 9.5.4 (#159)
- 4788276 - Bump phpstan/phpstan-phpunit from 0.12.17 to 0.12.18 (#153)
- caa634f - Bump symfony/cache from 5.2.3 to 5.2.4 (#152)
- ee8492e - Bump phpstan/phpstan from 0.12.74 to 0.12.75 (#145)
- 3f8ebf8 - Bump phpstan/phpstan from 0.12.73 to 0.12.74 (#144)
- 313654c - Bump phpstan/phpstan from 0.12.71 to 0.12.73 (#143)
- 0fe4c65 - Bump symfony/cache from 5.2.1 to 5.2.3 (#141)
- 63d6449 - Bump phpstan/phpstan from 0.12.67 to 0.12.71 (#140)
- cb21c85 - Bump phpunit/phpunit from 9.5.1 to 9.5.2 (#142)
- 2367b0b - Bump phpunit/phpunit from 9.5.0 to 9.5.1 (#134)
- 364b6b3 - Bump phpstan/phpstan from 0.12.66 to 0.12.67 (#133)
- 4087520 - Bump phpstan/phpstan from 0.12.64 to 0.12.66 (#131)
- e126186 - Sets PHP version to 7.3. (#132)
- 80c99fd - Bump guzzlehttp/guzzle from 6.5.5 to 7.2.0 (#116)
- 3a1739e - Bump symfony/cache from 5.2.0 to 5.2.1 (#126)
- a2e8481 - Bump phpstan/phpstan-phpunit from 0.12.16 to 0.12.17 (#125)
- 0f596e5 - Bump phpstan/phpstan from 0.12.63 to 0.12.64 (#128)
- 99465cf - Bump eloquent/phony-phpunit from 7.0.0 to 7.1.0 (#127)
- 344ee97 - Bump php-coveralls/php-coveralls from 2.4.2 to 2.4.3 (#129)
- e875a91 - Bump phpstan/phpstan from 0.12.59 to 0.12.63 (#124)
- a0e2386 - Moves VERSION into a const as a file causes issues for eloquent mocks and seems more fragile for child libraries.
- 97af712 - Bump phpstan/phpstan from 0.12.58 to 0.12.59 (#121)
- a4e4cef - Bump phpunit/phpunit from 9.4.4 to 9.5.0 (#120)
- 49fceb7 - Update EnvironmentResponse.php (#119)
- 9151e6c - Bump phpunit/phpunit from 9.4.3 to 9.4.4 (#117)
- 0320fec - Bump phpstan/phpstan from 0.12.56 to 0.12.58 (#114)
- 91d0f34 - Bump symfony/cache from 5.1.8 to 5.2.0 (#115)
- 6315082 - Adds PHP 8 to testing. (#113)
- 9c82f28 - Update README.md (#112)
- b01dbee - Updates phpstan. (#108)
- 3f4ba89 - Adds mutation badge. (#110)
- 099b274 - Makes mutation testing run on pushes. (#109)
- ed9f492 - Allows request options to be accessed in tests (#107)
- a7499cf - Changes drush archive to an actual tar.gz file rather than random binary. (#106)
- 264f632 - Updates packages to allow for composer 2 to work. (#105)
2.0.15
- 9dbeeeb - Fixes #101 to get home directory on other OSs. (#102)
- a301ebd - Changes cache directory to the user's home. (#100)
- 5e9ddac - Adds caching of access token. (#92)
- a626432 - Fixes spacing in Exception class. (#99)
- b2704a0 - Finish testing (#98)
- adeca40 - (refs/heads/fix-composer) Updates license to 2020. (#97)
- e567bcc - Adds Drush 9 example docs. (#93)
- 6cff565 - Adds codecov badge. (#96)
- 6d1be7c - Adds scrutinizer config file. (#95)
- 3c32e65 - Adds codecov. (#94)
- ed95495 - Adds more documentation to the README.
- 7b65081 - Makes minimum version PHP 7.3. (#90)
- e8aa8c2 - Upload code coverage report.
- 9321b5f - Add github actions (#79)
2.0.14
- 9f0df1c - Fixes #87 and ensures that user agents are only added once per unique string. (#88)
- 943a72e - Update php-coveralls/php-coveralls (#89)
- c284ba9 - Update php-coveralls/php-coveralls (#86)
- 3377127 - Adding leave and change-owner to organizations (#84)
- 4451a51 - Updating form_params to json (#82)
- 28e88b5 - Initial commit to add more available fields to the AccountResponse object (#83)
- 73053fd - Update squizlabs/php_codesniffer (#80)
- 972997e - Add owner property to IdeResponse. (#78)
- 3249226 - Update league/oauth2-client (#77)