Skip to content

Releases: koenrh/s3enum

v1.1.0

14 Mar 20:53

Choose a tag to compare

Added

  • DNS connection pooling for improved throughput
  • Retry with exponential backoff on DNS failures
  • Run summary printed to stderr on completion

Changed

  • Renamed -threads flag to -workers
  • Increased default number of workers from 10 to 50
  • Bumped github.com/miekg/dns to v1.1.65
  • Bumped golang.org/x/net to v0.52.0

Fixed

  • Fixed nil pointer panic in DNS resolver #55
  • Fixed graceful shutdown on interrupt

Full Changelog: v1.0.0...v1.1.0

v1.0.0

12 Jul 16:08

Choose a tag to compare

Changed

Full Changelog: v0.2.0...v1.0.0

v0.2.0

14 Sep 13:41

Choose a tag to compare

  • Migrated CI from Travis CI to GitHub Actions #27
  • Added GolangCI-Lint #28
  • Added GitHub Actions release workflow #34
  • Updated github.com/miekg/dns to v1.1.17 #35