Skip to content

go-gh 0.1.0

Compare
Choose a tag to compare
@mislav mislav released this 10 Aug 15:36
· 82 commits to trunk since this release
4446353

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