Octokit v4.9.0 Release Notes

Release Date: 2018-05-08 // almost 6 years ago
  • ๐Ÿ›  Bugfixes

    • #1006 Use Addressable::URI instead of stdlib URI for normalization
    • #1003 Fix pagination of GitHub App endpoints
    • #1000 Call dup on arguments before mutating

    ๐Ÿ“š Documentation changes

    • ๐Ÿš€ #969 Document the steps necessary to cut a release
    • #972 Url to the review API was wrong
    • #973 Fix pull_requests_comments example documentation
    • โšก๏ธ #985 Add tag_name to update_release documentation
    • ๐Ÿ“š #989 Command example fix in documentation.
    • ๐Ÿ“š #1008 Fixes documentation for getting single issue comment
    • #1011 Fix example call to Octokit.label

    โœจ Enhancements

    • #982 Be able to set an SSL verify mode on faraday
    • #1009 Add missing remove_org_membership alias

    ๐Ÿšง Maintenance

    • โšก๏ธ #970 Update Ruby versions for CI
    • โšก๏ธ #961 Update VCR gem

    ๐Ÿ‘Œ Support for additional API endpoints

    • ๐Ÿšš #984 Add remove_assignees method to the client
    • #959 Commit Search API preview
    • ๐Ÿš€ #996 Add ability to list a single deployment, by id