Releases: gojek/heimdall
Releases · gojek/heimdall
[v7.0.3] Reuse http connections improves performance
What's Changed
- adding change to reuse connections by @Matias-Barrios in #122
New Contributors
- @Matias-Barrios made their first contribution in #122
Full Changelog: v7.0.2...v7.0.3
Moving dependency from gojektech to gojek
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
- Expose Hystrix metrics to statsd
Fix Bug in Exponential Backoff strategy
- Fix algorithm for calculating exponential backoff
- Build library in go1.14
Add plugin support
Merge pull request #40 from gojek/plugins Add plugin support
v5.0.2
v4.0.0
Version 3.0.0 of Heimdall
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