Skip to content

Releases: cli/go-gh

go-gh 0.1.1

28 Sep 14:54
13c66f3
Compare
Choose a tag to compare

What's New

What's Changed

  • Unconditionally resolve "ssh.github.com" to "github.com" by @samcoe in #68
  • Return correct error on config read by @samcoe in #70
  • Bump GraphQL library and other dependencies for CVE fix by @mislav in #78
  • Change tests to use t.Setenv instead of os.Setenv by @samcoe in #65
  • Add govulncheck action by @samcoe in #71

Full Changelog: v0.1.0...v0.1.1

go-gh 0.1.0

10 Aug 15:36
4446353
Compare
Choose a tag to compare

New features

  • Add repository.ParseWithHost by @samcoe in #41
  • New packages:
  • API client improvements:
    • Export GraphQL error types by @heaths in #35
    • Add support for http_unix_socket by @samcoe in #30
    • Add additional API functionality by @samcoe in #39
    • Improvements to API package for use in cli by @samcoe in #49
    • Add context for GraphQL and REST clients by @mszostok in #50
    • Add support for localhost by @samcoe in #51
    • Allow skipping option and header resolution for api clients by @samcoe in #56

What's Changed

  • Migrate from httpmock to gock by @samcoe in #31
  • Add default host as known host when environment auth token exists by @samcoe in #36
  • Commit go mod tidy changes by @samcoe in #37
  • Update test and lint workflow files by @samcoe in #38
  • Fix up bad merge where error headers got lost by @samcoe in #43
  • Update yaml.v3 to version v3.0.1 by @koozz in #46
  • Refactor config package and add functionality by @samcoe in #44
  • Turn config into a singleton by @samcoe in #45
  • Pass correct host to gql client by @samcoe in #52
  • Do not return an error when blank config files are read by @samcoe in #55
  • Example of how to download a release asset by @samcoe in #57
  • Correctly determine IANA Time Zone name by @mislav in #58
  • Use Go 1.18 for linting by @mislav in #63
  • Update to go 1.18 by @samcoe in #64

New Contributors

Full Changelog: v0.0.3...v0.1.0

go-gh 0.0.3

27 Jan 07:56
c41a127
Compare
Choose a tag to compare

What's Changed

  • Add some basic tests for exported client functions by @samcoe in #19
  • Fix regression caused by resolveOptions by @chelnak in #18

Full Changelog: v0.0.2...v0.0.3

go-gh 0.0.2

26 Jan 06:47
8a70c8a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1...v.0.0.2

go-gh 0.0.1

18 Nov 22:40
f152363
Compare
Choose a tag to compare