Skip to content

Releases: octokit/app-permissions

v2.1.0

03 Apr 19:09
98a600c
Compare
Choose a tag to compare

2.1.0 (2024-04-03)

Features

v2.0.0

01 Nov 18:46
a91488b
Compare
Choose a tag to compare

BREAKING CHANGES

  • several permissions have been renamed to match GitHub's OpenAPI spec. It's really just a fix, but in order to avoid friction we decided to release a breaking change for this one.

v1.10.1

13 Aug 22:16
c2e38b8
Compare
Choose a tag to compare

1.10.1 (2022-08-13)

Bug Fixes

  • GET /scim/v2/orgs/{org}/Users and GET /scim/v2/orgs/{org}/Users/{external_identity_guid} routes require members:write, not members:read (#119) (c2e38b8)

v1.10.0

29 Jul 18:10
618a9e6
Compare
Choose a tag to compare

1.10.0 (2022-07-29)

Features

  • POST /repos/{owner}/{repo}/pages/deployment requires pages:write permission (#115) (618a9e6)

v1.9.0

12 Jul 16:53
1678fa9
Compare
Choose a tag to compare

1.9.0 (2022-07-12)

Features

  • codespaces permission, dependabot_secrets permission, contents:read permission now includes GET /repos/{owner}/{repo}/codeowners/errors",contents:write permission now includes POST /repos/{owner}/{repo}/comments/{comment_id}/reactions and POST /repos/{owner}/{repo}/commits/{sha}/comments, organization_administration:read now includes GET /orgs/{org}/actions/cache/usage and GET /orgs/{org}/actions/cache/usage-by-repository, actions:read now includes GET /repos/{owner}/{repo}/actions/cache/usage, actions:administration now includes GET /repos/{owner}/{repo}/traffic/views and GET /repos/{owner}/{repo}/vulnerability-alerts. secret_scanning_alerts permission has been removed (#103) (1678fa9)

v1.8.0

06 Jun 18:35
8106bb1
Compare
Choose a tag to compare

1.8.0 (2022-06-06)

Features

  • adds GET /repos/{owner}/{repo}/actions/runners/{runner_id}/labels and a few other routes (#96) (8106bb1)

v1.7.0

27 May 18:17
Compare
Choose a tag to compare

1.7.0 (2021-05-27)

Features

  • GET /users/{username}/events/orgs/{org} requires organization_events:read permission (2934cc9)

v1.6.0

19 May 17:09
74391e5
Compare
Choose a tag to compare

1.6.0 (2021-05-19)

Features

  • GET /repos/{owner}/{repo}/events/issues requires meta read, GET /user/interaction-limits requires interaction_limits read, {PUT,DELETED} /user/interaction-limits requires interaction_limits write (#63) (74391e5)

v1.5.0

11 May 19:12
4953ab5
Compare
Choose a tag to compare

1.5.0 (2021-05-11)

Features

  • POST /repos/{owner}/{repo}/actions/runs/{run_id}/approve (requires actions:write permission) & PATCH /user (requires profile:write permission) (#60) (4953ab5)

v1.4.0

27 Apr 18:54
7bed052
Compare
Choose a tag to compare

1.4.0 (2021-04-27)

Features

  • GET /repos/{owner}/{repo}/pages/health requires pages permission with write access (#57) (7bed052)