Releases: palantir/go-githubapp
Releases · palantir/go-githubapp
v0.9.2
- Add WithTransport option to set TLS config (#102, #105)
- Update ghinstallation to v2 (#100)
- Update go-github to v39 (#106)
- Manage go module dependencies (#98)
v0.9.1
- Support remote references in default
appconfig
repositories (#99)
v0.9.0
- Update google/go-github to v38 (#96)
v0.8.1
- Improve remote reference handling in the
appconfig
package (#94, #95)
v0.8.0
- Update
google/go-github
to v37 (#88)
- Add support for refreshable tokens via
NewTokenSourceClient
(#92)
- Add experimental
appconfig
package for loading application configuration from repositories (#89)
v0.7.0
- Update
google/go-github
to v35
(#81)
v0.6.0
- Update
google/go-github
to v33
(#63)
- Add
InstallationsService#GetByRepository
(#61)
v0.5.1
- Apply caching middleware for token client (#57)
v0.5.0
- Add cache status to GitHub request logs (#50)
- Add
github.event.dropped
and github.event.age
metrics for the QueueAsyncScheduler
(#52)
- Add error callback implementations that emit metrics (#53). This required a minor breaking change to the
AsyncErrorCallback
type.
v0.4.0
- Update
google/go-github
to v32
(#43)
- Add ability to configure
Timeout
for http.Client
(#48)