Skip to content

Commit 10137fc

Browse files
committed
Add CHANGELOG item for 2.0.0
1 parent 86770b5 commit 10137fc

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
## Unreleased
44

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+
526
## v1.0.0
627

728
- Replaced the unmaintained [docopt](https://github.com/docopt/docopt.go) package

0 commit comments

Comments
 (0)