Skip to content

Releases: gojek/heimdall

Moving dependency from gojektech to gojek

12 May 16:21
ca8c352
Compare
Choose a tag to compare

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

Expose hystrix metrics to StatsD collector

03 Jun 09:42
Compare
Choose a tag to compare
  • Expose Hystrix metrics to statsd

Fix Bug in Exponential Backoff strategy

01 Jun 14:57
Compare
Choose a tag to compare
  • Fix algorithm for calculating exponential backoff
  • Build library in go1.14

Add plugin support

21 Feb 06:27
1aedfb0
Compare
Choose a tag to compare
Merge pull request #40 from gojek/plugins

Add plugin support

v5.0.2

07 May 10:43
Compare
Choose a tag to compare
Fixes bug in passing timeout for hystrix

v4.0.0

16 Jul 09:51
Compare
Choose a tag to compare
  • Functional Options support for both http and hystrix clients

Version 3.0.0 of Heimdall

20 Mar 12:43
Compare
Choose a tag to compare

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