Skip to content

Releases: octokit/app.js

v11.1.0

26 Mar 22:28
0fc1c1e
Compare
Choose a tag to compare

11.1.0 (2021-03-26)

Features

v11.0.0

24 Mar 04:44
8941307
Compare
Choose a tag to compare

BREAKING CHANGES

  • getNodeMiddleware() export has been removed. Use createNodeMiddleware() instead
  • const { token, scopes } = app.oauth.createToken(options) is now const { authentication: { token, scopes } } = app.oauth.createToken(options)
  • const url = app.oauth.getAuthorizationUrl() is now const { url } = app.oauth.getWebFlowAuthorizationUrl();
  • before_delete action removed for token and authorization OAuth events. We could add them back, but it would require an additional request, we'd like to see if there are people why actually use these events.

Features

  • app.oauth.getUserOctokit()
  • app.oauth.refreshToken()
  • app.oauth.scopeToken()
  • app.oauth.createToken() now supports the device flow

v10.3.0

24 Mar 00:57
f11dc1e
Compare
Choose a tag to compare

10.3.0 (2021-03-24)

Features

  • createNodeMiddleware(). Deprecates getNodeMiddleware() (#217) (f11dc1e)

v10.2.2

19 Feb 21:01
7dd1a9c
Compare
Choose a tag to compare

10.2.2 (2021-02-19)

Bug Fixes

v10.2.1

19 Feb 05:33
e1bc8fe
Compare
Choose a tag to compare

10.2.1 (2021-02-19)

Bug Fixes

  • deps: update dependency @octokit/auth-app to v3 (#207) (e1bc8fe)

v10.2.0

19 Feb 02:18
e77bcb7
Compare
Choose a tag to compare

10.2.0 (2021-02-19)

Features

  • typescript: options.oauth.allowSignup is optional and boolean (#206) (e77bcb7)

v10.1.2

17 Feb 01:26
460bf2e
Compare
Choose a tag to compare

10.1.2 (2021-02-17)

Bug Fixes

  • types: add explicit return type to webhooks() function (#201) (460bf2e)

v10.1.1

15 Feb 15:44
33f3cb7
Compare
Choose a tag to compare

10.1.1 (2021-02-15)

Bug Fixes

  • update dependency @octokit/webhooks to v8. Pass unauthenticated octokit instance to webhook event handler in case the event payload has no "installation" key (#199) (0490b7b)

v10.1.0

25 Jan 20:34
8d47c87
Compare
Choose a tag to compare

10.1.0 (2021-01-25)

Features

v10.0.3

25 Jan 17:45
efd63f3
Compare
Choose a tag to compare

10.0.3 (2021-01-25)

Bug Fixes

  • deps: lock file maintenance (efd63f3)