PHP Github API v2.7.0 Release Notes

Release Date: 2017-12-12 // over 6 years ago
  • โž• 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()