Skip to content

v1.3.1 wharf-api-client-go

Compare
Choose a tag to compare
@applejag applejag released this 30 Aug 06:00
· 30 commits to master since this release
v1.3.1
5aabb6f

Changes (since v1.3.0)

  • Added documentation to all exported methods. (#11)

  • Added dependency on github.com/iver-wharf/wharf-core v1.1.0. (#12, #13, #16)

  • Changed all logging via fmt.Print and sirupsen/logrus to instead use the new github.com/iver-wharf/wharf-core/pkg/logger. (#13)

  • Changed to use problem.Response from wharf-core instead of the wharfapi.Problem that was added in v1.3.0/#4. (#12, #14)

  • Removed wharfapi.ProblemError as the problem.Response type from the wharf-core module conforms to the error interface. (#14)

  • Removed dependency on github.com/sirupsen/logrus. (#13)