What's Changed
V8 changes by @chopraanmol1 in #163
- Use github.com/gojek/hystrix-go forked library
- Update minimum go version to 1.25
- Remove deprecated method hystrix.WithStatsDCollector
- Accepts time.Duration instead of int for hystrix.WithSleepWindow
- use fmt.Errorf instead of github.com/pkg/errors.Wrap for http.NewRequest failures
- Update default SleepWindow to 500ms
Full Changelog: v7.3.1...v8.0.0