Releases: Tantalor93/dnspyre
Releases · Tantalor93/dnspyre
v3.5.0
What's Changed
- bump doh-go by @Tantalor93 in #300
- doq-go bump by @Tantalor93 in #303
- refactor logic little bit by @Tantalor93 in #304
- simplify command defaults by @Tantalor93 in #307
- improve histogram plot and plot error propagation by @Tantalor93 in #308
Full Changelog: v3.4.1...v3.5.0
v3.4.1
Changelog
- 3ff0666 Bump golang.org/x/net from 0.28.0 to 0.30.0
- f59f0ae Bump goreleaser/goreleaser-action from 5 to 6 (#271)
- b6d2d7b Bump jekyll from 4.3.3 to 4.3.4 in /docs
- 9fa23da Bump just-the-docs from 0.8.2 to 0.10.0 in /docs (#291)
- 1e732ac Bump sigstore/cosign-installer from 3.6.0 to 3.7.0
- fec9701 Merge pull request #288 from Tantalor93/delayfix
- 3c8b64c Merge pull request #295 from Tantalor93/dependabot/go_modules/golang.org/x/net-0.30.0
- 8345e70 Merge pull request #297 from Tantalor93/dependabot/github_actions/sigstore/cosign-installer-3.7.0
- 8653dac Update jsonreporter.go (#298)
- 33ccf5e fix delay test
- 4cb6301 update goreelaser config
v3.4.0
v3.3.4
Full Changelog: v3.3.3...v3.3.4
v3.3.3
What's Changed
- Bump github.com/miekg/dns from 1.1.61 to 1.1.62 by @dependabot in #284
- test helpers by @Tantalor93 in #285
- document dnsbench package by @Tantalor93 in #286
- Bump golang.org/x/net from 0.27.0 to 0.28.0 by @dependabot in #281
Full Changelog: v3.3.2...v3.3.3
v3.3.2
Changelog
- e4c04c3 Bump github.com/miekg/dns from 1.1.59 to 1.1.61
- b3e81e3 Bump github.com/schollz/progressbar/v3 from 3.14.3 to 3.14.4
- a72c07d Bump github.com/schollz/progressbar/v3 from 3.14.4 to 3.14.5
- e639cbe Bump github.com/schollz/progressbar/v3 from 3.14.5 to 3.14.6
- 77c7741 Bump go-hep.org/x/hep from 0.34.1 to 0.35.0
- dad0109 Bump golang.org/x/net from 0.26.0 to 0.27.0
- 47daa95 Merge pull request #274 from Tantalor93/dependabot/go_modules/go-hep.org/x/hep-0.35.0
- 32d60f6 Merge pull request #276 from Tantalor93/dependabot/go_modules/golang.org/x/net-0.27.0
- 245d74d Merge pull request #280 from Tantalor93/cancel
- 8266fe0 do not record and log records after benchmark
v3.3.1
What's Changed
- use gif with 50fps by @Tantalor93 in #266
- do not share err variable between worker goroutines by @Tantalor93 in #267
Full Changelog: v3.3.0...v3.3.1
v3.3.0
What's Changed
- refactor the way benchmark query mechanism is initialized by @Tantalor93 in #249
- Bump golang.org/x/net from 0.24.0 to 0.25.0 by @dependabot in #251
- add option for forcing each worker to have separate connection by @Tantalor93 in #252
- split benchmark tests into suites by @Tantalor93 in #256
- Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #255
- Bump github.com/fatih/color from 1.16.0 to 1.17.0 by @dependabot in #254
- dependabot for doc pages by @Tantalor93 in #261
- Bump jekyll from 4.3.2 to 4.3.3 in /docs by @dependabot in #262
- Bump just-the-docs from 0.7.0 to 0.8.2 in /docs by @dependabot in #263
- Bump github.com/tantalor93/doq-go from 0.10.0 to 0.11.0 by @dependabot in #259
- Bump github.com/schollz/progressbar/v3 from 3.14.2 to 3.14.3 by @dependabot in #264
- simplify manpages by @Tantalor93 in #265
Full Changelog: v3.2.0...v3.3.0
v3.2.0
v3.1.0
Changelog
- 54377ca Bump github.com/miekg/dns from 1.1.58 to 1.1.59
- c688ef5 Merge pull request #236 from Tantalor93/godoclink2
- 8aeede5 Merge pull request #239 from Tantalor93/statuscode
- 4241a72 Merge pull request #240 from Tantalor93/merge
- 27f17a0 Merge pull request #241 from Tantalor93/failflag
- f2c467f add function for merging benchmark result stats
- 484a9c4 fix README godoc link
- 55312a6 introduce a fail flag controlling when dnspyre exits with non-zero code
- 9137e2a return non-zero exit code when benchmark fails to start or report