All Versions
27
Latest Version
Avg Release Cycle
78 days
Latest Release
-

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 to PullRequest::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 if array_key_exists('sha', $tree) instead of isset to avoid issues with null. (#822)

    ๐Ÿ—„ Deprecated

    • ๐Ÿ—„ Passing an integer ($page) as 4th arugment in Comments::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().
  • 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 and Github\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 on Review::dismiss.