Skip to content

v4.0.0

Compare
Choose a tag to compare
@bcomnes bcomnes released this 13 Sep 17:19
dc6e2b2

BREAKING CHANGES:

  • Remove support for Github basic (password) auth.
  • Add support for oAuth Device flow tokens.
  • Existing tokens should still work fine. Basic auth generated Personal Access tokens which will work as long as you don't revoke them.
  • Updated dependencies bring with it newer Node.js requirements. Run LTS or Latest.
  • The --endpoint flag only works on Github Enterprise now.
  • Github enterprise still uses basic auth, since it does not support the new device flow yet.