Skip to content

Releases: octokit/octokit.rb

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

v3.2.0

24 Jun 03:18
Compare
Choose a tag to compare
  • Methods that take a repository :owner/:repo argument now accept an :id - #485 @joeyw
  • Methods that take a User or Org name argument now accept an :id - #485 @joeyw
  • Documentation type fixes - #488 #490 @abonas
  • Fix tests for console masking - #493 @frank-west-iii
  • Test improvements - #492
  • Deprecate SSH key, Deploy key update methods - #491

v3.1.2

11 Jun 18:20
Compare
Choose a tag to compare

No changes since v3.1.1. Bumping to fix a RubyGems issue.

v3.1.1

11 Jun 17:57
Compare
Choose a tag to compare
  • Octokit::Client#user_keys no longer requires authentication #474
  • RSS parser is only loaded as needed #484
  • Numerous documentation fixes