All Versions
15
Latest Version
Avg Release Cycle
102 days
Latest Release
889 days ago

Changelog History
Page 1

  • v4.19.0 Changes

    October 20, 2020

    Code Improvements

    ๐Ÿ‘ API Support

    • ๐Ÿ‘ #1252 Introduces support for the ActionWorkflow and ActionWorkflowRun APIs @petar-lazarov
    • ๐Ÿ‘ #1236 Support for ActionsSecrets API @jylitalo
    • ๐Ÿ‘ #1266 Support for get the authenticated app @kitop
    • ๐Ÿ‘ #1281 Support for create a workflow dispatch event @igfoo
    • ๐Ÿ‘ #1286 Support installation suspended failures @stmllr
    • ๐Ÿ‘ #1288 Support for user migration endpoints @stmllr

    ๐Ÿ“š Documentation

    โšก๏ธ CI and dependency updates

  • v4.18.0 Changes

    March 25, 2020

    ๐Ÿ“š Documentation

    ๐Ÿ‘ Preview Header Support

    • #1183 Enable issue events API to return project events @gammons
    • โšก๏ธ #1203 Update deprecated application API to new preview @oreoshake

    ๐Ÿ› Bug Fixes

  • v4.17.0 Changes

    March 10, 2020

    ๐Ÿ“š Documentation

    ๐Ÿ‘ Preview Header Support

    • #1183 Enable issue events API to return project events @gammons
    • โšก๏ธ #1203 Update deprecated application API to new preview @oreoshake

    ๐Ÿ› Bug Fixes

  • v4.16.0 Changes

    February 05, 2020

    ๐Ÿ†• New features

    ๐Ÿ—„ Resolve deprecation warnings

    • ๐Ÿ—„ #1192 Fix deprecation notice for authentication via query parameters @tarebyte

    ๐Ÿ“š Documentation

    โšก๏ธ Tooling updates

  • v4.15.0 Changes

    January 02, 2020

    ๐Ÿ‘ Preview header support
    #1114 Adds drafts preview header @andrew
    โšก๏ธ #1132 Update branch protection preview @spikex

    ๐Ÿ†• New features
    ๐Ÿ‘ #1133 Support for template repositories @EricPickup
    #1136 Add method to find team by name @gallexi
    #1153 Add method to delete installation @yykamei
    โšก๏ธ #1151 Add method to update pull request review @eric-silverman
    ๐Ÿ‘ #1162 Support for Commit pulls @tgmachina

    ๐Ÿ‘Œ Improved error handling
    #1115 Add BillingIssue error @stmllr
    #1106 Add TooLargeContent error @ybiquitous
    #1164 Add SAMLProtected error @tarebyte

    ๐Ÿ—„ Resolve deprecation warnings
    ๐Ÿ— #1152 Fix version deprecation warning in ci builds @hmharvey
    #1154 Fix faraday error subclass @Gasparila

    ๐Ÿ“š Documentation
    #1123 Add option in the pull request state parameter @4geru
    #1135 Fix the contributing doc steps @gallexi
    โšก๏ธ #1134 Fix the code example for update branch @rmacklin
    #1139 Add assignee params @4geru
    โšก๏ธ #1138 Update link to new collaborators api @shaunakpp
    #1129 Add code of conduct @spikex
    โšก๏ธ #1102 Update readme to point directly to v3 api @binhums

    โšก๏ธ Tooling updates
    #1142 Migrated to actions @tarebyte

  • v4.14.0 Changes

    March 29, 2019

    ๐Ÿ› Bug fixes

    Code cleanup

    • Change the raise_invalid_repository! msg from repo/user to user/repo #1094 (@DaiAoki)
    • ๐Ÿ›  Fix redundant code in Octkit::Client #1100 (@rnitta)

    ๐Ÿ“š Documentation

    • โž• Adds timeout instructions to readme #1089 (@abinoda)
    • ๐Ÿ›  Fix docs of #repository? return value type #1092 (@vecerek)
    • โšก๏ธ Update doc of Repositories#collaborators method #1105 (@ybiquitous)

    ๐Ÿ†• New features

  • v4.13.0 Changes

    October 11, 2018

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixes 422 error for passing client_id when making a new OAuth Authorization #1077 (@tarebyte)

    ๐Ÿ“š Documentation

    ๐Ÿ‘Œ Support for new preview headers

    โœ… Testing fixes

    • โšก๏ธ Update WebMock and VCR / update Octokit::Client::Authorizations spec #1077 (@tarebyte)
  • v4.12.0 Changes

    September 11, 2018

    ๐Ÿ‘Œ Support for additional APIs

    ๐Ÿ‘ #1060 Add support for Transfer repository API
    ๐Ÿ‘ #1070 Add support for List Assignees API
    ๐Ÿ‘ #975 Add support for Community Profile API

    ๐Ÿ›  Bugfixes

    #1069 Do not pass wrong params in org membership method

  • v4.11.0 Changes

    August 30, 2018

    Code clean up

    • #1054 Remove the :name key from #add_team_repository request

    ๐Ÿ“š Documentation fixes

    • #1050 Add in note about require
    • ๐Ÿ“š #1056 Fixes documentation url for outside_collaborators

    Existing endpoint changes

    • #1055 Use new app installation token endpoint

    ๐Ÿ‘Œ Support new endpoints

    • #1052 App installation finders
  • v4.10.0 Changes

    August 09, 2018

    Graduated preview periods

    • ๐Ÿšš #1020 Remove preview warning for marketplace API
    • ๐Ÿšš #1041 Remove marketplace preview warnings (we mean it, this time)
    • ๐Ÿšš #1042 Remove preview warning for Repository Invitations API
    • ๐Ÿ‘ #1047 Rework request review API to support team reviewers

    ๐Ÿ‘Œ Support for new endpoints

    • #1044 Implement Topics API
    • #990 Implement delete a pull request review request

    ๐Ÿ›  Bugfixes

    • #1025 Fix contributors endpoint for empty repos
    • #1034 Duplicate option to prevent mutating original
    • #1018 Convert OCTOKIT_SSL_VERIFY_MODE environment variable to integer

    โœจ Enhancements

    • #1021 Add Faraday retry middleware
    • #1032 Use auto pagination when retrieving statuses