Releases: cli/go-gh
Releases · cli/go-gh
go-gh 0.1.1
What's New
- Add markdown renderer from gh by @samcoe in #66
- Extract export package from gh by @samcoe in #67
- Extract text package from gh by @samcoe in #69
- Add hyperlink template function by @heaths in #72
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
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
- @heaths made their first contribution in #35
- @koozz made their first contribution in #46
- @mszostok made their first contribution in #50
- @mislav made their first contribution in #58
Full Changelog: v0.0.3...v0.1.0
go-gh 0.0.3
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
What's Changed
- Update README.md by @vilmibm in #3
- Fix typos by @shawnps in #7
- Export api.HTTPError by @sridharavinash in #6
- Go get should not contain URL scheme by @devonhk in #11
- Add support for GH_HOST and expose repository.Parse by @samcoe in #12
- Expose a http.Client instance by @chelnak in #15
New Contributors
- @vilmibm made their first contribution in #3
- @shawnps made their first contribution in #7
- @sridharavinash made their first contribution in #6
- @devonhk made their first contribution in #11
- @samcoe made their first contribution in #12
- @chelnak made their first contribution in #15
Full Changelog: v0.0.1...v.0.0.2
go-gh 0.0.1
Full Changelog: https://github.com/cli/go-gh/commits/v0.0.1