Releases: projectdiscovery/retryablehttp-go
Releases · projectdiscovery/retryablehttp-go
Release v1.0.4
1.0.4 (2022-11-26)
What's Changed
- Reverting faulty changes in policy by @Mzack9999 in #31
Full Changelog: v1.0.3...v1.0.4
Release v1.0.3
1.0.3 (2022-11-15)
What's Changed
- Added usage docs in README by @Ice3man543 in #12
- Added workflows by @ehsandeep in #13
- Added support for retry-max override by @Mzack9999 in #18
- Added support for digest authentication by @Mzack9999 in #17
- Added Client TLS1.0 by @Mzack9999 in #19
- Added a retry policy to retry for HTTP Error codes >= 500 and refactor by @jdk2588 in #26
- Added release automation by @ehsandeep in #27
- Fixed linting issues by @LuitelSamikshya in #15
New Contributors
- @ehsandeep made their first contribution in #13
- @LuitelSamikshya made their first contribution in #15
- @jdk2588 made their first contribution in #26
- @dependabot made their first contribution in #28
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Merge pull request #8 from projectdiscovery/idle-conns-infrequent Don't close idle conns frequently, only per 100 request