Skip to content

Releases: bradleyfalzon/ghinstallation

v2.2.0

02 Mar 05:26
3b8f8c5
Compare
Choose a tag to compare

What's Changed

  • Upgrade go-github to v47 by @asvoboda in #77
  • Bump github.com/golang-jwt/jwt/v4 from 4.4.1 to 4.4.2 by @dependabot in #74
  • Bump github.com/google/go-github/v47 from 47.0.0 to 47.1.0 by @dependabot in #79
  • Update go-github to v48 by @asvoboda in #83
  • Prevent adding Accept header when already one. by @Eclion in #81
  • Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.4.3 by @dependabot in #82
  • Add Transport.Expiry() to query token expiration by @wwade in #85
  • Update go-github to v50 by @asvoboda in #86
  • Bump github.com/golang-jwt/jwt/v4 from 4.4.3 to 4.5.0 by @dependabot in #88
  • Bump github.com/google/go-github/v50 from 50.0.0 to 50.1.0 by @dependabot in #89

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

12 Jul 17:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.1.0

go-github from v39.0.0 to v41.0.0, trim trailing slashes from baseURL

12 Jan 10:50
9d45eb0
Compare
Choose a tag to compare
Merge pull request #59 from asvoboda/as/go-github-v41

Update go-github to v41

v2.0.3: Move to golang-jwt/jwt

25 Sep 07:43
6aab955
Compare
Choose a tag to compare
Move to golang-jwt/jwt

v2.0.2

23 Aug 14:57
Compare
Choose a tag to compare

Fixes go get installation for v2 module.

v2.0.1: Merge pull request #47 from eandre/truncate-exp

08 May 09:26
3386a20
Compare
Choose a tag to compare
Truncate issue and expiry times to whole seconds

jwt-go v4 and go-github from v30.0.0 to v35.1.0

08 May 09:23
529b7c2
Compare
Choose a tag to compare
Merge pull request #49 from andygrunwald/upgrade-deps

Upgrade go-github from v30.0.0 to v35.1.0

v1.1.1

21 Jan 01:20
24e56b3
Compare
Choose a tag to compare
  • #34 Update go-github version from v28.1.1 to v29.0.2
  • #35 Match the BaseURL to the AppsTransport (only affects enterprise GitHub customers)

v1.1.0

02 Dec 15:33
545987a
Compare
Choose a tag to compare

Thanks @suhaibmujahid for the contribution!

v1.0.0 - breaking stuff to look tough

25 Oct 20:41
4690af9
Compare
Choose a tag to compare
  1. d37c8f2 added a context to Transport.Token, this was exported, but unlikely to be used by most use cases. See #21
  2. 344ce85 changed the AppID type from int to int64 to follow go-github's convention. See #27.

See #32

Thanks to all contributors @wlynch @emoryruscus @roboll @ricardochimal @kamontia @aidansteele @Philmod and the https://github.com/google/go-github team!