Skip to content

Releases: octokit/openapi

v11.1.2

11 May 12:17
b5fb653
Compare
Choose a tag to compare

11.1.2 (2023-05-11)

Bug Fixes

  • remove "empty object" type from schema (#353) (b5fb653)

v11.1.1

05 May 18:14
b6f1340
Compare
Choose a tag to compare

11.1.1 (2023-05-05)

Bug Fixes

v11.1.0

28 Apr 17:57
ebf3d42
Compare
Choose a tag to compare

11.1.0 (2023-04-28)

Features

  • new deployment protection rule endpoints, new private reporting of security vulnerability endpoint, (#347) (ebf3d42)

v11.0.0

19 Apr 23:35
c91eaf5
Compare
Choose a tag to compare

11.0.0 (2023-04-19)

Features

BREAKING CHANGES

  • Remove GHES 3.4

v10.0.0

19 Jan 23:11
dca2ecb
Compare
Choose a tag to compare

10.0.0 (2023-01-19)

  • BREAKING CHANGE: GitHub OpenAPI Update deprecates GHES 3.3 (#327) (dca2ecb), closes #327

BREAKING CHANGES

  • WIP: schema updates

Co-authored-by: Octokit Bot [email protected]

v9.0.0

18 Jan 23:50
fd13fab
Compare
Choose a tag to compare

9.0.0 (2023-01-18)

Features

  • add GHES 3.7 schemas, and many unreleased OpenAPI updates (#320) (fd13fab)

BREAKING CHANGES

  • Remove support for GHES 3.2
    feat: add GHES 3.7 schemas

v8.0.1

12 Oct 21:51
a89750d
Compare
Choose a tag to compare

8.0.1 (2022-10-12)

Bug Fixes

  • delete obsolete *diff-to-api.github.com* files (#307) (a89750d)

v8.0.0

22 Sep 21:56
630cd36
Compare
Choose a tag to compare

8.0.0 (2022-09-22)

BREAKING CHANGES

  • Any API operations only available to GitHub Enterprise Cloud (GHEC) customers will no longer appear in the api.github.com OpenAPI specifications. These will only appear in a new GHEC-specific (ghec) OpenAPI specifications.

Other changes

  • feat: add new "Get a Dependabot alert" API (GET /repos/{owner}/{repo}/dependabot/alerts/{alert_number})
  • feat: add new "Update a Dependabot alert" API (PATCH /repos/{owner}/{repo}/dependabot/alerts/{alert_number})
  • feat: add new "List Dependabot alerts for a repository" API (GET /repos/{owner}/{repo}/dependabot/alerts)
  • fix: document 404 Not Found status returned by labels-related APIs
  • fix: mark recently-added "List CodeQL databases for a repository" API (GET /repos/{owner}/{repo}/code-scanning/codeql/databases) and Get a CodeQL database for a repository" API (GET /repos/{owner}/{repo}/code-scanning/codeql/databases/{language}) as available for non-GitHub Enterprise Cloud customers
  • fix: document that APIs can return 422 errors when an endpoint has been spammed with many requests
  • fix: document 301 status returned by labels-related APIs if the repo has been renamed or moved
  • fix: document that "Delete a GitHub Pages site" (DELETE /repos/{owner}/{repo}/pages) and "Update information about a GitHub Pages site" (PUT /repos/{owner}/{repo}/pages) APIs return 409 if the repo is archived

v7.14.0

16 Sep 14:30
c3e6e0e
Compare
Choose a tag to compare

7.14.0 (2022-09-16)

Features

  • add new display_title attribute returned on workflow runs in the API (e.g. in GET /repos/{owner}/{repo}/actions/runs) (#295) (c3e6e0e)

v7.13.0

15 Sep 12:58
f75148d
Compare
Choose a tag to compare

7.13.0 (2022-09-15)

  • feat: add new "List CodeQL databases for a repository" API (GET /repos/{owner}/{repo}/code-scanning/codeql/databases)
  • feat: add new "Get a CodeQL database for a repository" API (GET /repos/{owner}/{repo}/code-scanning/codeql/databases/{language})
  • fix: update descriptions for "Create or update file contents" (PUT /repos/{owner}/{repo}/contents/{path}) and "Delete a file" (DELETE /repos/{owner}/{repo}/contents/{path}) APIs to clarify that calling them in parallel may lead to conflicts
  • fix: correct casing of github advanced security to GitHub Advanced Security in descriptions