Skip to content

Releases: octokit/octokit.rb

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

v3.1.0

21 Apr 13:42
Compare
Choose a tag to compare

v3.0.0

21 Apr 13:36
Compare
Choose a tag to compare

v3.0.0 preview

06 Mar 18:10
Compare
Choose a tag to compare

v2.7.0

20 Dec 14:36
Compare
Choose a tag to compare

v2.6.3

07 Dec 04:15
Compare
Choose a tag to compare

v2.6.2

03 Dec 00:26
Compare
Choose a tag to compare

#349 - Fixes an issue with .netrc support when the .netrc file doesn't include a line for the client's .api_endpoint. - @catsby

v2.6.1

21 Nov 21:01
Compare
Choose a tag to compare

Redacts OAuth client secret and access tokens in error messages - #342 @catsby