Skip to content

Releases: octokit/octokit.rb

v6.0.1

23 Nov 22:30
Compare
Choose a tag to compare

What's Changed

Dependencies

Housekeeping

Bug fixes

New Contributors

Full Changelog: v6.0.0...v6.0.1

v6.0.0

20 Oct 22:32
deb9547
Compare
Choose a tag to compare

We're releasing v6.0.0 because #1494 and #1495 are technically breaking changes although the APIs that underlie this functionalilty have been not operational for some time.

What's Changed

New Contributors

Full Changelog: v5.6.1...v6.0.0

v5.6.1

14 Sep 13:17
afe2722
Compare
Choose a tag to compare

What's Changed

  • Update regex to raise Octokit::TooLargeContent when relevant error messages are returned by GitHub (by @goldstar611 in #1484)
  • Correct documentation URL for #artifact_download_url (by @timrogers in #1483)

New Contributors

Full Changelog: v5.6.0...v5.6.1

v5.6.0

14 Sep 10:58
17d2f86
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.5.0...v5.6.0

v5.5.0

12 Sep 11:37
15be725
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.4.0...v5.5.0

v5.4.0

30 Aug 11:48
70e55c2
Compare
Choose a tag to compare

What's Changed

  • Add support for "Check team permissions for a repository" API (GET /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}) with #team_permissions_for_repo by @juanmrad in #1474

New Contributors

Full Changelog: v5.3.0...v5.4.0

v5.3.0

24 Aug 11:16
2bb819a
Compare
Choose a tag to compare

Features

New Contributors

Full Changelog: v5.2.0...v5.3.0

v5.2.0

01 Aug 21:18
Compare
Choose a tag to compare

Advisories and Breaking Changes

With this release, all preview logic and header implementations have been removed. GitHub REST API previews were promoted in October 2021. With this change, the headers no longer need to be passed to the GitHub REST API. This means you will no longer need to manually pass in preview headers (for any reason) to benefit from the API changes behind the preview logic.

Housekeeping

  • Removes REST API previews logic from the SDK now that all previews have been promoted by @nickfloyd in #1464

CI/Build

Dependencies

Full Changelog: v5.1.0...v5.2.0

v5.1.0

13 Jul 11:20
9f96e5a
Compare
Choose a tag to compare

Features

  • Add support for the "Search topics" (GET /search/topics) API with .search_topics (@juanluis-garrote)
  • Add support for the "Disable a workflow" (PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable) GitHub Actions API with .workflow_disable (@Fryguy)
  • Add support for the "Enable a workflow" (PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable) GitHub Actions API with .workflow_enable (@Fryguy)
  • Add support for the "Get workflow run usage" (GET /repos/{owner}/{repo}/actions/runs/{run_id}/timing) GitHub Actions API with .workflow_run_usage (@mathroule)
  • Add support for the "Get a job for a workflow run" (GET /repos/{owner}/{repo}/actions/jobs/{job_id}) GitHub Actions API with .workflow_run_job (@mathroule)
  • Add support for the "Download job logs for a workflow run" (GET /repos/{owner}/{repo}/actions/jobs/{job_id}/logs) GitHub Actions API with .workflow_run_job_logs (@mathroule)
  • Add support for the "List jobs for a workflow run attempt" (GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs) GitHub Actions API with .workflow_run_attempt_jobs (@mathroule)
  • Add support for the "List jobs for a workflow run" (GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs) GitHub Actions API with .workflow_run_jobs (@mathroule)

Gem development

v5.0.0

12 Jul 15:26
9bb6362
Compare
Choose a tag to compare
  • Drop support for Ruby versions 2.0, 2.1, 2.2, 2.3, 2.4, 2.5 and 2.6, which have all reached end-of-life (i.e. they aren't maintained anymore) (@timrogers)