Skip to content

Releases: octokit/octokit.rb

v3.7.1

13 Feb 14:39
Compare
Choose a tag to compare
  • #543 Properly paginate PR comments - @gylaz
  • #544 New Octokit::AbuseDetected error for some 403 responses - @bhuga
  • #553 Make sure owner/repo string is properly formatted - @joeyw
  • #555 Remove some hardcoding from tests - @sm11963
  • #558 Separate constants for Octokit::VERSION parts - @jacobbednarz
  • #562 Properly encode spaces in Labels API paths

v3.7.0

03 Dec 20:43
Compare
Choose a tag to compare

Support for the Org Hooks API Preview #539

v3.6.1

03 Dec 14:41
Compare
Choose a tag to compare

Fixes a bug when creating an Issue without labels #538 @djreimer

v3.6.0

02 Dec 17:05
Compare
Choose a tag to compare
  • Deployments API is now final #537
  • Fix bug with negative resets_in values for rate limiting #536 @markphelps
  • Client#update_issue now acts like a PATCH #531 @djreimer
  • Bumps Sawyer to support Sawyer::Resource#each lostisland/sawyer#33
  • Various docs typo fixes

v3.5.2

28 Oct 03:32
Compare
Choose a tag to compare

Supports auto pagination in Octokit::Client#pull_requests_comments - #526 @gylaz

v3.4.2

17 Oct 01:48
Compare
Choose a tag to compare

Compatibility updates for v0.8.0 of netrc gem - #522

v3.4.1

15 Oct 19:19
Compare
Choose a tag to compare
  • Removes preview warnings for Team Membership API methods - #518 // @afeld

v3.4.0

30 Sep 01:58
Compare
Choose a tag to compare

v3.3.1

18 Aug 23:20
Compare
Choose a tag to compare

Fixes a bug where not sending the appropriate Content-Type request header would result in a 500 error from the API.

v3.3.0

18 Aug 23:19
Compare
Choose a tag to compare

Support for new Team Memberships API