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