Releases: palantir/go-githubapp
Releases · palantir/go-githubapp
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)
v0.3.0
- Upgrade
google/go-githhub
to v31 (#36)
- Add options for asynchronous processing to the event dispatcher (#37)
- Fix typos in the example and in error messages (#38, #40)