PHP Github API v2.12.0 Release Notes

Release Date: 2019-11-03 // over 4 years ago
  • โž• 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.