What's Changed
🐞 Bugs Fixes
- Fixed goroutine leak issue within the limiter logic by @awerqo in #1253
- Fixed unspecified IP version scanning, ensuring it only scans specified IP versions by @mcamou in #1235
Other Changes
- Removed redundant rate limit take function call by @Mzack9999 in #1183
- Added
not implemented
warning message for service discovery by @dogancanbakir in #1197 - Made ICMP listen non-fatal by @Mzack9999 in #1243
- Introduced a confidence level for IPs skipped because the threshold was exceeded by @dogancanbakir in #1045
- Brought GitHub actions up to date with the latest versions by @thomasmerz in #1242
- Used
apk add --no-cache
in Docker image to prevent cache retention by @PeterDaveHello in #1112 - Replaced abandoned google/gopacket with gopacket/gopacket by @dogancanbakir in #1083
New Contributors
- @PeterDaveHello made their first contribution in #1112
- @mcamou made their first contribution in #1235
- @thomasmerz made their first contribution in #1242
- @awerqo made their first contribution in #1253
Full Changelog: v2.3.1...v2.3.2