In the year since the release of v1.4.3 the majority of changes have been small incremental improvements/fixes. One notable change is that Go v1.20+ is now required (due to PR #646).
What's Changed
- Wrap connection network errors by @adriansmares in #646
- Clarify use of token.WaitTimeout by @MattBrittan in #659
- fix (#661): Add NewClientOptionsReader for mocking purposes. by @avmunm in #662
- fix: fix keep-alive timeouts on small intervals by @lefinal in #667
- Replace the time.After with the timer for efficiency. by @DVasselli in #671
- fix: deprecation warnings for ioutil by @vruge in #665
- fix: issue 675:goroutine leak when connectionUp(true) return error by @kiqi007 in #678
- Update dependencies by @MattBrittan in #683
New Contributors
- @adriansmares made their first contribution in #646
- @avmunm made their first contribution in #662
- @lefinal made their first contribution in #667
- @DVasselli made their first contribution in #671
- @vruge made their first contribution in #665
- @kiqi007 made their first contribution in #678
Full Changelog: v1.4.3...v1.5.0