Skip to content

Releases: whosonfirst/go-reader-github

0.6.7

07 Jul 20:53
6ebdfaa

Choose a tag to compare

What's Changed

  • Bump google.golang.org/grpc from 1.51.0 to 1.53.0 by @dependabot in #5

Full Changelog: v0.6.6...v0.6.7

0.6.6

01 Mar 21:23

Choose a tag to compare

  • Remove errant debugging output
  • Update vendor deps

0.6.5

27 Feb 18:15
cf3c37f

Choose a tag to compare

What's Changed

  • Bump golang.org/x/net from 0.0.0-20220802222814-0bcc04d9c69b to 0.7.0 by @dependabot in #4

Full Changelog: v0.6.4...v0.6.5

0.6.4

27 Feb 18:03
b9214fa

Choose a tag to compare

What's Changed

  • Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #3

New Contributors

Full Changelog: v0.6.3...v0.6.4

0.6.3

10 Dec 01:21

Choose a tag to compare

  • Update to use google/go-github/v48

0.6.2

16 Nov 21:08

Choose a tag to compare

  • Update EnsureGitHubAccessToken to expand "{access_token}" values in findinaid:// reader uri query parameters
  • Fix URI in api_test.go
  • Update to use whosonfirst/go-reader v1.0.2
  • Update vendor deps

0.6.1

09 Aug 17:20

Choose a tag to compare

  • Add code to try and fetch contents from rsp.DownloadURL if rsp.Content is empty (in api.go)

0.6.0

09 Aug 01:11

Choose a tag to compare

  • Bug fix: Ensure ref (for branch) is passed when calling Repositories.GetContents
  • Add EnsureGitHubAccessToken method
  • Improved error reporting

0.5.0

08 Aug 19:25

Choose a tag to compare

  • Bug fix: Do not hardcode "data" prefix in HTTP URIs
  • Add ?prefix= option to HTTP constructor URIs
  • Update vendor deps
  • This release is not backwards compatible

0.4.3

07 Jun 21:17

Choose a tag to compare

  • Update vendor deps