Releases: projectdiscovery/retryablehttp-go
Releases · projectdiscovery/retryablehttp-go
Release v1.0.11
1.0.11 (2023-02-09)
What's Changed
- fix double url encoding in path by @tarunKoyalwar in #51
Full Changelog: v1.0.10...v1.0.11
Release v1.0.10
1.0.10 (2023-01-29)
Release v1.0.9
1.0.9 (2023-01-22)
Release v1.0.8
1.0.8 (2023-01-08)
Release v1.0.7
1.0.7 (2022-12-11)
v1.0.6
Merge pull request #35 from projectdiscovery/no-adjust-timeout Added optional no-adjust-timeout flag to control timeout
Release v1.0.5
1.0.5 (2022-12-04)
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