All Versions
27
Latest Version
Avg Release Cycle
78 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v2.12.1 Changes
November 07, 2019๐ 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.
-
v2.12.0 Changes
November 03, 2019โ Added
- ๐ Support for HTTPlug 2.0 and PSR-18
- โ Add support for GitHub Checks
- โ Add support for GitHub Pages
- โ Add support to update a Pull Request Review
- โ Add support to get specific revision of a gist
- โ Added a 4th argument
$parameters
toPullRequest::files()
- โ Added
Accept
headers to Github Apps
โ Removed
- ๐ Active support for HHVM
- ๐ Support for PHP <7.1
๐ Changed
- ๐ Allow tags to be created without the
Tagger
object - ๐ When updating DeployKeys we will first remove existing then add a new DeployKey
๐ Fixed
- In
Trees
we should check ifarray_key_exists('sha', $tree)
instead ofisset
to avoid issues withnull
. (#822)
๐ Deprecated
- ๐ Passing an integer (
$page
) as 4th arugment inComments::all()
is deprecated. It should be an array.
๐ See the change log for an overview of all changes.
-
v2.11.0 Changes
January 28, 2019โ Added
- ๐ Support for Miscellaneous Licenses (#744)
- Structured Limit objects for rate limiting API (#733)
- ๐ Support for getting star creation timestamps in activity/starring endpoint (#729)
๐ Fixed
- โ Added missing has_projects parameter to repo create (#752)
- Proper type hinting for magic methods (#758)
- ๐ Allow symlink to files to be downloaded (#751)
๐ Changed
- ๐ Fix of PHP version in readme (#747)
- ๐ Fix documentation to get release for a tag (#755)
- Declare all used properties in RateLimitResource class (#762)
- Set correct property and return types (#764)
- ๐ Fixed install docs broken after 2.0 release of httplug lib (#767)
-
v2.10.1 Changes
September 05, 2018๐ Fixed
- Convert the assignee parameter to array to avoid getting a 422 error on github (#738)
- ๐ Fix GraphQL test warnings when they do not assert anything (#735)
๐ Changed
- ๐ Check for BC breaks during the travis build (#734)
-
v2.10.0 Changes
September 03, 2018โ Added
- ๐ Support for "before" parameter on Notification API (#724)
๐ Changed
- ๐ Allow unspecified
event
when creating review (#723)
๐ Fixed
- Adjust: installationn access token endpoint (#731)
- ๐ Fixed "get single label" example and add correct example for getting issue's labels (#732)
- โ Add comment about
Key
constructor argument (#722)
-
v2.9.0 Changes
July 24, 2018โ Added
- API endpoint
Github\Api\Repo::transfer()
- API endpoint
Github\Api\Notification::markThreadRead()
- API endpoint
Github\Api\Search::topics()
๐ Fixed
- ๐ Make sure to always reset the "per page" in
Github\ResultPager::fetchAll()
.
- API endpoint
-
v2.8.0 Changes
March 23, 2018โ Added
- ๐ Allow our HTTP plugins to show up in the Symfony web profiler page. (#687)
- ๐ Repository documentation to current user (#671)
- โ Add collaborator permission call (#678)
- โ Add missing parameters for User/CurrentUser Repositories (#684)
- Pimp the readme with badge poser (#686)
๐ Fixed
- ๐ Typo in assignee documentation
- ๐ Missing use statement in security example
- ๐ Fixed phpdoc typo (#695)
- ๐ Replace use of deprecated api to the correct one in the security docs (#697)
๐ Changed
- โก๏ธ Updated requirements in readme (#689)
-
v2.7.0 Changes
December 12, 2017โ Added
- Phpunit 6 compatibility
Github\Api\AbstractApi::setPage()
to allow you to set the page on all endpoints.- ๐ Support for query parameters and request headers on
Github\Api\User::following
andGithub\Api\User::followers
- API endpoint
Github\Api\CurrentUser\Emails::allPublic()
- API endpoint
Github\Api\Search::commits()
- API endpoint
Github\Api\Miscellaneous\CodeOfConduct
- API endpoint
Github\Api\Repo::topics()
- API endpoint
Github\Api\Repo::replaceTopics()
๐ Fixed
- ๐ Fixed bug in
PathPrepend
plugin where "api/vX" could be duplicated.
๐ Changed
- ๐ Improved documentation and doc blocks
โ Removed
- โฌ๏ธ Dropped support for php 5.5
๐ Deprecated
๐ The following endpoints were deprecated by Github and are also deprecated in the client:
Github\Api\Repo::find()
Github\Api\User::find()
Github\Api\Issue::find()
-
v2.6.0 Changes
September 30, 2017โ Added
- ๐ Support for graphql api variables (#612)
- โ Added missing branch protection methods (#616)
- Helper function
fromFile
to get GraphQL queries from a file (#628) - Extra parameter
params
to collaborators api calls (#623) - ๐ Documentation for GitData API (#613)
๐ Fixed
- โ Remove
body
as a required parameter when creating an issue (#624) - ๐ Minor fixes in example code (#617)
-
v2.5.0 Changes
June 26, 2017โ Added
- ๐ Stable support for graphql api (V4) (#593)
- ๐ Stable support for apps (previously integrations) (#592)
Repo::events()
๐ Fixed
- ๐ Incorrect link in repository search docs (#594)
- โ Added the required parameter
$message
onReview::dismiss
.