Skip to content

Releases: Tantalor93/dnspyre

v2.13.0

06 Jul 11:43
Compare
Choose a tag to compare

Changelog

  • e4712d9 Bump github.com/miekg/dns from 1.1.54 to 1.1.55
  • 066af33 Bump golang.org/x/net from 0.10.0 to 0.11.0
  • f88ee8e Merge pull request #118 from Tantalor93/dependabot/go_modules/golang.org/x/net-0.11.0
  • 14d7955 Merge pull request #119 from Tantalor93/dependabot/go_modules/github.com/miekg/dns-1.1.55
  • 63f3db8 fix DoQ length prefix generation and zero request ID for DoQ
  • 800d469 release using docker

v2.12.4

13 Jun 17:41
Compare
Choose a tag to compare

Changelog

v2.12.3

13 Jun 17:30
Compare
Choose a tag to compare

Changelog

  • ccf03f6 Bump github.com/montanaflynn/stats from 0.7.0 to 0.7.1
  • a682e0c Bump github.com/stretchr/testify from 1.8.2 to 1.8.3
  • 8805042 Bump github.com/stretchr/testify from 1.8.3 to 1.8.4
  • 155e960 Bump go-hep.org/x/hep from 0.32.1 to 0.33.0
  • f70860f Bump gonum.org/v1/plot from 0.12.0 to 0.13.0
  • d577891 Merge pull request #111 from Tantalor93/dependabot/go_modules/github.com/montanaflynn/stats-0.7.1
  • 2437d06 Merge pull request #112 from Tantalor93/dependabot/go_modules/go-hep.org/x/hep-0.33.0
  • 6607e26 Merge pull request #113 from Tantalor93/dependabot/go_modules/gonum.org/v1/plot-0.13.0
  • 3d9a21c Merge pull request #114 from Tantalor93/dependabot/go_modules/github.com/stretchr/testify-1.8.3
  • 61b8fea Merge pull request #115 from Tantalor93/dependabot/go_modules/github.com/stretchr/testify-1.8.4
  • 0a4712e Update issue templates
  • e05cc6e add logo
  • eeb4f94 adjust codecov action
  • 391892b adjust license name
  • e298310 bump kingpin dependency
  • 43387bd fix License badge
  • e600452 highlight datapoints number in stdout and refactor flags
  • d6565bc install completions during homebrew install
  • a93021b lint badge and run linter on master branch
  • 1c5951d refactoring, bump to go 1.20 and fix gocov action
  • 3ef0e9a refactoring: flatten cmd package
  • 0cb0595 use official golangci-lint action

v2.12.2

12 May 19:51
Compare
Choose a tag to compare

Changelog

  • 7518d56 Bump golang.org/x/net from 0.9.0 to 0.10.0
  • 5e77c8e Merge pull request #109 from Tantalor93/dependabot/go_modules/golang.org/x/net-0.10.0
  • c536ca7 enhance docs
  • c4d5cb0 enhance docs
  • 18f2fd8 enhance docs
  • 7742423 install CA certs in docker image

v2.12.1

07 May 19:02
Compare
Choose a tag to compare

Changelog

  • ae7abb1 Bump github.com/miekg/dns from 1.1.53 to 1.1.54
  • edf1d3c Merge pull request #108 from Tantalor93/dependabot/go_modules/github.com/miekg/dns-1.1.54
  • 0c2309b Update index.md
  • 261c22f enhance docs
  • 323ec75 enhance docs

v2.12.0

01 May 11:47
21c1c47
Compare
Choose a tag to compare

Changelog

v2.11.0

30 Apr 19:11
19f2ef4
Compare
Choose a tag to compare

Changelog

  • 39df015 Bump github.com/miekg/dns from 1.1.52 to 1.1.53
  • af52ab8 Bump golang.org/x/net from 0.8.0 to 0.9.0
  • 557e7c8 Merge pull request #100 from Tantalor93/doh3
  • 88cc7e5 Merge pull request #101 from Tantalor93/dependabot/go_modules/github.com/miekg/dns-1.1.53
  • 4598a0e Merge pull request #102 from Tantalor93/dependabot/go_modules/golang.org/x/net-0.9.0
  • 44fd227 Merge pull request #103 from Tantalor93/doh3example
  • 19f2ef4 Merge pull request #105 from Tantalor93/doq
  • dec6177 Update README.md
  • 8273f10 Update README.md
  • d394284 add doh/3 to examples and update workflows
  • 5fc78fb add support for DoH/3
  • 56751c3 support for doq

v2.10.0

28 Mar 11:52
3b4b196
Compare
Choose a tag to compare

Changelog

v2.9.0

15 Mar 22:04
3ee3dd1
Compare
Choose a tag to compare

Changelog

  • 3ee3dd1 Merge pull request #98 from Tantalor93/plotdir
  • 7efea66 use timestamp in RFC3339 format for plot dir naming

v2.8.0

14 Mar 10:28
72eb0a9
Compare
Choose a tag to compare

Changelog

  • 3e5c1d0 Bump github.com/fatih/color from 1.13.0 to 1.14.1
  • 206b4c9 Bump github.com/fatih/color from 1.14.1 to 1.15.0
  • e37c739 Bump github.com/miekg/dns from 1.1.50 to 1.1.51
  • 18ed601 Bump github.com/miekg/dns from 1.1.51 to 1.1.52
  • eeb0c5b Bump github.com/montanaflynn/stats from 0.6.6 to 0.7.0
  • 4591445 Bump github.com/olekukonko/tablewriter
  • fa43ce2 Bump github.com/stretchr/testify from 1.8.1 to 1.8.2
  • 9f96a7f Bump golang.org/x/net from 0.0.0-20220725212005-46097bf591d3 to 0.7.0
  • 0c2e4e6 Bump golang.org/x/net from 0.7.0 to 0.8.0
  • 5dd0e72 Merge pull request #85 from Tantalor93/dependabot/go_modules/github.com/montanaflynn/stats-0.7.0
  • f0af7d5 Merge pull request #86 from Tantalor93/cleanup2
  • 42d55b4 Merge pull request #87 from Tantalor93/dependabot/go_modules/github.com/fatih/color-1.14.1
  • 8a9692c Merge pull request #88 from Tantalor93/dependabot/go_modules/github.com/olekukonko/tablewriter-0.0.5
  • af53655 Merge pull request #89 from Tantalor93/dependabot/go_modules/github.com/stretchr/testify-1.8.2
  • 5ae56aa Merge pull request #90 from Tantalor93/dependabot/go_modules/golang.org/x/net-0.7.0
  • a89d282 Merge pull request #91 from Tantalor93/dependabot/go_modules/github.com/miekg/dns-1.1.51
  • f6448a9 Merge pull request #92 from Tantalor93/dependabot/go_modules/golang.org/x/net-0.8.0
  • ccfef87 Merge pull request #94 from Tantalor93/refactor
  • 72eb0a9 Merge pull request #95 from Tantalor93/dependabot/go_modules/github.com/fatih/color-1.15.0
  • bf5570b Merge pull request #96 from Tantalor93/dependabot/go_modules/github.com/miekg/dns-1.1.52
  • d07e046 Merge pull request #97 from Tantalor93/json
  • 4705df5 add support for JSON output
  • c54764f cleanup of gosec and update top-1m source
  • 151a815 refactor reporting