Skip to content

Releases: deploymenttheory/go-api-http-client

v0.0.69

23 Feb 16:15
931c4fe
Compare
Choose a tag to compare

v0.0.69

What's Changed

  • Dev by @ShocOne in #80
  • Refactor HTTP client request function to use logger.Logger interface by @ShocOne in #81

Full Changelog: v0.0.68...v0.0.69

v0.0.68

23 Feb 14:07
decad06
Compare
Choose a tag to compare

v0.0.68

What's Changed

New Contributors

Full Changelog: v0.0.67...v0.0.68

v0.0.67

23 Feb 11:16
aa5a9a4
Compare
Choose a tag to compare

v0.0.67

What's Changed

  • Fix console encoding separator in logger configuration by @ShocOne in #76

Full Changelog: v0.0.66...v0.0.67

v0.0.66

23 Feb 09:22
23b5213
Compare
Choose a tag to compare

v0.0.66

What's Changed

  • Update GitHub Actions workflow trigger by @ShocOne in #62
  • Dev by @ShocOne in #63
  • Update logger tests to use expected message variables by @ShocOne in #64
  • Refactor logger tests and add sub-test for Fatal method by @ShocOne in #65
  • Adjust delta for wait duration in rate limit handler test by @ShocOne in #66
  • Refactor rate limit header parsing and add test cases*** by @ShocOne in #67
  • Add skew buffer to expected wait time in rate limit test by @ShocOne in #68
  • Dev by @ShocOne in #69
  • Refactor backoff calculation in httpclient_rate_handler_test.go by @ShocOne in #70
  • Refactor logger tests and remove commented code by @ShocOne in #71
  • Remove unnecessary import and commented code by @ShocOne in #72
  • Add API handler methods to MockAPIHandler by @ShocOne in #73
  • Dev by @ShocOne in #75

Full Changelog: v0.0.65...v0.0.66