We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86770b5 commit 10137fcCopy full SHA for 10137fc
1 file changed
CHANGELOG.md
@@ -2,6 +2,27 @@
2
3
## Unreleased
4
5
+## v2.0.0
6
+
7
+### Breaking changes
8
9
+- Renamed `-threads` flag to `-workers`
10
11
+### Added
12
13
+- DNS connection pooling for improved throughput
14
+- Retry with exponential backoff on DNS failures
15
+- Run summary printed to stderr on completion
16
17
+### Changed
18
19
+- Increased default number of workers from 10 to 50
20
+- Bumped [github.com/miekg/dns](https://github.com/miekg/dns) to v1.1.65
21
22
+### Fixed
23
24
+- Fixed nil pointer panic in DNS resolver [\#55](https://github.com/koenrh/s3enum/issues/55)
25
26
## v1.0.0
27
28
- Replaced the unmaintained [docopt](https://github.com/docopt/docopt.go) package
0 commit comments