Skip to content

Releases: ungoldman/gh-release

v5.0.0

16 Jan 21:24
v5.0.0
04e4fe8
Compare
Choose a tag to compare
  • A release of 4.0.5-beta.0 as a breaking change
  • BREAKING CHANGE: new underlying request library (@octokit/rest) in use to fix edge case where releases would time out.
  • No API changes, it should be safe to upgrade, but there is a risk of new bugs. Please update at your convenience.

v4.0.5-beta.0

04 Dec 17:11
440f2cc
Compare
Choose a tag to compare
v4.0.5-beta.0 Pre-release
Pre-release
  • Replace simple-get with @octokit/rest. This should fix some spurious timeout bugs.
  • Republish on correct npm channel.

v4.0.4

04 Dec 17:01
a83075e
Compare
Choose a tag to compare
  • Republish of 4.0.3 due to a bad beta version publish on the latest npm tag.

v4.0.4-beta.0

04 Dec 16:57
18de4ed
Compare
Choose a tag to compare
v4.0.4-beta.0 Pre-release
Pre-release
  • Replace simple-get with @octokit/rest. This should fix some spurious timeout bugs.

v4.0.3

30 Sep 15:16
bf4e6b3
Compare
Choose a tag to compare
  • update-notifier version 5.0.0 (drops old node, and bugfixes)

v4.0.2

15 Sep 22:49
33e7dc4
Compare
Choose a tag to compare
  • Fix bad import path.

v4.0.1

15 Sep 22:50
7ff16a1
Compare
Choose a tag to compare
  • Replace request with simple-get.
  • Roll back gauge version due to upstream bug.
  • Yargs updates.
  • gh-release-assets 2.0.0
  • Switch back to unforked ghauth.

(THIS RELEASE HAS A BUG, USE v4.0.2 or newer.)

v4.0.0

13 Sep 17:19
dc6e2b2
Compare
Choose a tag to compare

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.

v3.5.0

14 Feb 20:24
Compare
Choose a tag to compare

Features

v3.4.0

10 Oct 16:47
Compare
Choose a tag to compare

Features