Releases: KnpLabs/php-github-api
Releases · KnpLabs/php-github-api
Release v3.7.0
Release v3.6.0
Release v3.5.1
Release v3.5.0
Added
- added support for psr\cache 3.0 (rconfig) #1046
 - Symfony: allow deprecation-contracts version 3 (glaubinix) #1049
 
Changed
- Fix internal doc link (staudenmeir) #1044
 
Fixed
- Fix Client URL Prepending For GraphQL Endpoint on Enterprise (asher-goldberg, acrobat) #1048
 
Release v3.4.0
Added
- Add create a repository using a template endpoint (martinbean) #994
 - Allow fetching repo readme for a specific ref (bery) #1019
 - allow assigning role to organisation members (luceos) #1018
 - Branch lists . ( ? query per_page) (pitonic) #1020
 - Php8.1 support (acrobat) #1025
 - Allow psr/cache 2.0 as well as 1.0 (johnnoel) #1029
 - adding code_with_match (#1024) (QuentinRa) #1031
 - Added dir parameter for Repo readme (AlexandrePavy) #1032
 - refs #955: deprecate Client::AUTH_* constants and replace them with AuthMethod::AUTH_* const (ipalo) #1036
 - feat: Add 
visibilityoption to repo create (gerdemann) #1038 - Feature get authenticated app (kdaniel95) #1041
 
Changed
- Fix up typos (dereuromark) #1011
 - Update integration authentication documentation for usage with lcobucci/jwt ^4 (glaubinix) #1017
 - Update result_pager.md (tomsowerby) #1023
 - fix(doc): links to doc in CurrentUser class (Nek-) #1026
 - Fix incorrect phpdoc (gemal) #1034
 
Fixed
- Add accept header for creating repo from template (davidpeach) #1030
 
Release v3.3.0
Added
- Allow costume accept headers for GraphQL Endpoint. (Necmttn) #1001
 - Add endpoint for approve workflow run (Nyholm) #1006
 
Changed
- Update readme and add example for different http client usage (acrobat) #1002
 - Bumped branch alias after new feature merged (GrahamCampbell) #1004
 - Add comment on AbstractApi::$perPage() (Nyholm) #1007
 
Fixed
Release v3.2.0
Added
- Deprecate ResultPager::postFetch method (acrobat) #986
 - Add deprecations to the PR review methods to allow cleanup (acrobat) #984
 - Allow binary content downloads of assets (acrobat) #990
 - Deployments: added missing 'delete deployment' endpoint (clxmstaab) #991
 - Events list per authenticated user for all repos (richard015ar) #1000
 
Changed
- Fixed branch alias (GrahamCampbell) #975
 - fix typo (staabm) #977
 - Improved bc check (acrobat) #982
 - Correctly link to github actions docs and fix backlinks (acrobat) #983
 - Add missing repo hooks documentation (acrobat) #987
 - Fix incorrect public key documentation (acrobat) #988
 - Fixed incorrect parameters in apps docs (acrobat) #989
 - phpdoc: fix typo (clxmstaab) #993
 - Fix upmerged usage of deprecated phpunit assert (acrobat) #995
 - Fix typo (romainneutron) #997
 
Fixed
- Deployments: use proper media-type for in_progress/queued, inactive state (staabm) #979
 - [952] doc - Specify lcobucci/jwt version, fix deprecation (amacrobert-meq, acrobat) #953
 - Replace deprecated organization team repository add/remove urls (acrobat) #985
 - fixed php warning in GithubExceptionThrower (clxmstaab, acrobat) #992