Releases: projectdiscovery/fastdialer
Releases · projectdiscovery/fastdialer
Release v0.0.19
0.0.19 (2022-12-04)
Release v0.0.18
0.0.18 (2022-11-20)
What's Changed
- chore(deps): bump github.com/projectdiscovery/retryabledns from 1.0.15 to 1.0.17 by @dependabot in #63
- chore(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 by @dependabot in #62
- Dev => Master/Main by @Mzack9999 in #65
- Updating branch name by @Mzack9999 in #66
- Use utils helper libraries by @edoardottt in #69
- Removing fallback mechanism with custom ip by @Mzack9999 in #67
- chore(deps): bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 by @dependabot in #73
- add autorelease gh action by @tarunKoyalwar in #75
- Adds docs, example and more by @tarunKoyalwar in #76
New Contributors
- @edoardottt made their first contribution in #69
- @tarunKoyalwar made their first contribution in #75
Full Changelog: v0.0.17...v0.0.18
v0.0.17
Merge pull request #58 from projectdiscovery/dev Merge into main
v0.0.16
What's Changed
- Adding custom SNI name by @Mzack9999 in #35
- Idna dependency by @LuitelSamikshya in #36
- Generalizing ascii conversion by @Mzack9999 in #37
- Adding Client TLS1.0 by @Mzack9999 in #38
- Improving error message when all ips fail by @Mzack9999 in #40
- Adding on dial callback + Updating GitHub actions by @Mzack9999 in #47
- protect the cache from DNS responses that lack an Answer, add .gitign… by @mikerott in #51
- Bumping retryabledns version by @Mzack9999 in #53
New Contributors
- @dependabot made their first contribution in #34
- @LuitelSamikshya made their first contribution in #36
- @mikerott made their first contribution in #51
Full Changelog: v0.0.15...v0.0.16
v0.0.15
v0.0.14
What's Changed
- Added support for SNI hostname + custom dial ip by @Mzack9999 in #29
Full Changelog: v0.0.13...v0.0.14
v0.0.13
Merge pull request #27 from projectdiscovery/added-tls-setting Added tls setting to dialer
v0.0.12 - Fixing networkpolicy deny condition
Merge pull request #16 from projectdiscovery/bugfix-misc Updating deps
v0.0.11
v0.0.10
Merge pull request #10 from projectdiscovery/fix-fallback-issue Fixed fallback not triggering by error