Skip to content

Releases: palantir/go-githubapp

v0.9.2

21 Sep 14:13
062be96
Compare
Choose a tag to compare
  • 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

23 Aug 09:53
9aaeeac
Compare
Choose a tag to compare
  • Support remote references in default appconfig repositories (#99)

v0.9.0

12 Aug 00:05
1ca1ce1
Compare
Choose a tag to compare
  • Update google/go-github to v38 (#96)

v0.8.1

03 Aug 16:34
69cf8c8
Compare
Choose a tag to compare
  • Improve remote reference handling in the appconfig package (#94, #95)

v0.8.0

29 Jul 23:51
86e86c5
Compare
Choose a tag to compare
  • 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

27 Apr 18:03
e1bd32a
Compare
Choose a tag to compare
  • Update google/go-github to v35 (#81)

v0.6.0

14 Dec 17:41
a174477
Compare
Choose a tag to compare
  • Update google/go-github to v33 (#63)
  • Add InstallationsService#GetByRepository (#61)

v0.5.1

09 Sep 16:45
f58a60f
Compare
Choose a tag to compare
  • Apply caching middleware for token client (#57)

v0.5.0

07 Aug 18:07
d8a2c92
Compare
Choose a tag to compare
  • 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

16 Jul 14:21
5da3030
Compare
Choose a tag to compare
  • Update google/go-github to v32 (#43)
  • Add ability to configure Timeout for http.Client (#48)