Releases: bradleyfalzon/ghinstallation
Releases · bradleyfalzon/ghinstallation
v2.2.0
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
What's Changed
- Update go-github to v43 by @asvoboda in #63
- Respect the http.RoundTripper contract by @CAFxX in #61
- Update go-github to v44 by @asvoboda in #69
- Add dependabot.yml by @asvoboda in #64
- Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 by @dependabot in #70
- Bump github.com/golang-jwt/jwt/v4 from 4.0.0 to 4.4.1 by @dependabot in #71
- Upgrade go-github to v45 by @asvoboda in #73
New Contributors
- @CAFxX made their first contribution in #61
- @dependabot made their first contribution in #70
Full Changelog: v2.0.4...v2.1.0
go-github from v39.0.0 to v41.0.0, trim trailing slashes from baseURL
Merge pull request #59 from asvoboda/as/go-github-v41 Update go-github to v41
v2.0.3: Move to golang-jwt/jwt
Move to golang-jwt/jwt
v2.0.2
v2.0.1: Merge pull request #47 from eandre/truncate-exp
Truncate issue and expiry times to whole seconds
jwt-go v4 and go-github from v30.0.0 to v35.1.0
Merge pull request #49 from andygrunwald/upgrade-deps Upgrade go-github from v30.0.0 to v35.1.0
v1.1.1
v1.1.0
- Added
NewAppsTransportFromPrivateKey
to allow creation ofAppsTransport
fromrsa.PrivateKey
type - Added
NewFromAppsTransport
to createTransport
from an existingAppsTransport
Thanks @suhaibmujahid for the contribution!
v1.0.0 - breaking stuff to look tough
- d37c8f2 added a context to Transport.Token, this was exported, but unlikely to be used by most use cases. See #21
- 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!