Changelog History
Page 1
-
v4.19.0 Changes
October 20, 2020Code Improvements
- #1223 Ensure a boolean is returned for application_authenticated @zakallen
- โก๏ธ #1255 Update api paths in the organization api to take ids @hmharvey
- #1260 Fix last_response behavior after failures @JackTLi
- #1253 Ensure adapters set SSL options properly @tjwallace
- #1270 Add context around rate limit errors @jatindhankhar
๐ 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
- ๐ #1248 Fix documentation link for update a repository @spier
- ๐ #1269 Update some documentation param names @tarebyte
- ๐ #1276 Remove dangling phrase in CONTRIBUTING.md @igfoo
- #1278 Link related doc in CONTRIBUTING.md @igfoo
- #1279 Fix script typo in README.md @igfoo
- #1291 Fix typo in authorizations comments @ohbarye
โก๏ธ CI and dependency updates
-
v4.18.0 Changes
March 25, 2020๐ Documentation
- #1200 Fix an API link in the Search client @NickLaMuro
๐ 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
- #1200 Fix an API link in the Search client @NickLaMuro
๐ 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
- ๐ #1187 Support for Commit Branches @tgmachina
๐ Resolve deprecation warnings
๐ Documentation
- ๐ #1137 Clarify force parameter documentation @rmacklin
- #1186 Fix
team_by_name
example @steinbrueckri - #1190 Fix API links in the Apps client @ybiquitous
โก๏ธ 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 Fixversion
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 -
v4.14.0 Changes
March 29, 2019๐ Bug fixes
- ๐ Support auto pagination in org_projects #1090 (@mattr-)
- ๐ Support falsy values in configuration #1091 (@nickstanish)
- ๐ fixup ssl verify mode #1098 (@tnaoto)
Code cleanup
- Change the
raise_invalid_repository!
msg fromrepo/user
touser/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
- โ Add client methods for the Checks API #1101 (@laserlemon)
-
v4.13.0 Changes
October 11, 2018๐ Bug fixes
๐ Documentation
๐ Support for new preview headers
โ Testing fixes
-
v4.12.0 Changes
September 11, 2018 -
v4.11.0 Changes
August 30, 2018 -
v4.10.0 Changes
August 09, 2018Graduated 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
๐ 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