Gojek Heimdall Versions Save

An enhanced HTTP client for Go

v7.0.0

3 years ago

Existing releases uses the outdated GitHub URL gojektech. This release is to fix the outdated dependency on gojektech and move them to gojek.

v6.1.0

3 years ago
  • Expose Hystrix metrics to statsd

v6.0.1

3 years ago
  • Fix algorithm for calculating exponential backoff
  • Build library in go1.14

v5.1.0

4 years ago

v5.0.2

5 years ago

v4.0.0

5 years ago
  • Functional Options support for both http and hystrix clients

v3.0.0

6 years ago

Changelog

  • Support for Jitter in both Constant and Exponential backoffs when retrying
  • Accept time.Duration at almost all places instead of int
  • Add support for configuring fallbackFn in Hystrix client
  • Code cleanup and refactoring