Releases: KnpLabs/php-github-api
Releases · KnpLabs/php-github-api
Release v2.19.1
Release v3.0.0
Added
- Switch to PSR18 client implementation and bump httplug minimum version to ^2.0 (GrahamCampbell) #885
- Switch to PSR-17 and remove deprecated code (GrahamCampbell) #888
- Allow PHP8 (acrobat) #934
- [3.x] Make PHP 7.2.5 the minimum version (GrahamCampbell) #942
- [3.x] Re-worked pagination to not mutate the api classes (GrahamCampbell) #907 & (acrobat) #956
- Prepare 3.0 release and remove remaining deprecated code (acrobat) #948
Changed
- Remove BC check on 3.x (GrahamCampbell) #900
- [3.x] Fix the HTTP methods client (GrahamCampbell) #910
- fix typo (michielkempen) #920
- [3.x] Added some additional scalar types and return types (GrahamCampbell) #949
Release v2.19.0
Release v2.18.0
Release v2.17.0
Release v2.16.0
Added
- Add support for SSO errors coming from the API (eiriksm) #913
- Add OutsideCollaborators api (Matth--) #925
- Add support for creating a repo dispatch event (Nyholm) #931
Changed
- Fix: Wrong PHPDoc description (OskarStark) #922
- Adding GitHub authentication to GraphQL documentation (legionth) #927
Fixed
- Use RFC3986 for building URI query strings (GrahamCampbell) #908
- Fix call to test a webhook method (morrislaptop) #915
Release v2.15.0
Added
- Prepare deprecation of authentication methods (acrobat) #870
- Add Support For GitData Reference Matching Methods (nickpoulos) #875
- Make invalid request error more clear (acrobat) #880
- Show user by ID (genintho) #894
- add additional check run methods (bobeagan, acrobat) #865
Changed
- Added phpstan (clxkoders) #871
- Increase phpstan to level 4 (acrobat) #874
- [Documentation] Add Missing Children to Pull Request Index (jimlind) #877
- [Documentation] Include links to Pull Request Children on Pull Request Doc. (jimlind) #878
- Fix typo in /lib/Github/Api/RateLimit.php (yoonper) #886
- Don't use deprecated auth in examples (GrahamCampbell) #892
- Removed shadow-cat (GrahamCampbell) #893
- Don't urlencode integer values (acrobat) #895
- phpstan level 6 fixes (acrobat, GrahamCampbell) #897
Fixed
- fix: use new media type for branch protections (iBotPeaches) #881
- Added missing 'machine-man-preview' accept headers (vovayatsyuk) #883
- Fix broken roave/bc-check test (acrobat) #890
- Fixed incorrect MissingArgumentException parent constructor values (acrobat) #896
- Added AUTH_ACCESS_TOKEN to allowed methods (GrahamCampbell) #899
Release v2.14.0
2.13.0
Release 2.12.1
Fixed
- Fixed bug in handling of validation errors
- Updated docs to not use deprected string parameter in issue assignee call
See the change log for an overview of all changes.