Version 1.3.0
- Increased minimum Golang version to 1.13.
- Fix a goroutine leak in
Deadline.Run()onErrTimeOut. - Add a
go.modfile to conform to more recent Golang version standards. - Use
errors.Iswhen classifying errors for theRetrier(thanks to Taufik Rama). - Add implementation of
LimitedExponentialBackofffor theRetrier(thanks to tukeJonny).