Skip to content

Releases: net2share/vaydns

v0.2.8

10 Apr 21:44
a0ff701

Choose a tag to compare

0.2.8 (2026-04-10)

Features

  • add -v flag for printing version (#71) (3533148)
  • add NULL and CAA record type support and fix server EDNS mtu advertisement (#70) (8354db2)

v0.2.7

01 Apr 20:27
280e389

Choose a tag to compare

0.2.7 (2026-04-01)

Features

  • tune session defaults and hide session-check-interval flag (24bdc6c)

Bug Fixes

  • client: make max streams unlimited by default (#63) (4cc8228)
  • server: clarify server accept session/stream warning logs (#57) (654b2f1)

v0.2.6

29 Mar 23:35
90f4bd5

Choose a tag to compare

0.2.6 (2026-03-29)

Features

  • add -queue-overflow flag with drop (default) and block modes (#55) (28b139d)
  • make transport queue and KCP window sizes configurable (#54) (068f348)

Bug Fixes

  • client: propagate fatal send errors to trigger reconnect (#52) (79f8b78)
  • logging: default to info and rate-limit forged DNS logs with milestone summaries (#50) (a0af00e)
  • server: add deadline to server-side Noise handshake (#56) (607aefe)

v0.2.5

29 Mar 03:22
766e200

Choose a tag to compare

0.2.5 (2026-03-29)

Bug Fixes

  • ci: filter download-artifact to vaydns-* pattern (01b38c0)
  • clean worker shutdown on transport close (#47) (13c9317)
  • rebuild transport stack on reconnect (#44) (9594ab7)

Performance Improvements

  • increase default packet queue size from 128 to 512 (92bee04)

v0.2.4

27 Mar 00:44
a4d8d13

Choose a tag to compare

0.2.4 (2026-03-26)

Features

  • support multiple DNS record types for tunnel data (#37) (efdc838)

Bug Fixes

  • improve connection recovery in censored networks (#38) (5a2c442)
  • lower KCP MTU minimum from 50 to 25 (3cbb488)

v0.2.3

26 Mar 03:39
f8bb10a

Choose a tag to compare

0.2.3 (2026-03-26)

Bug Fixes

  • revert per-query UDP deadline reset after forged responses (2936897)

v0.2.2

26 Mar 02:02
ffc6268

Choose a tag to compare

0.2.2 (2026-03-26)

Bug Fixes

  • clarify -udp-shared-socket and -udp-accept-errors behavior (b0299b6)

v0.2.1

26 Mar 01:11
cccf547

Choose a tag to compare

0.2.1 (2026-03-26)

Features

  • tune default timeouts for censored networks (579b45c)

Bug Fixes

  • improve MTU too small error message with actionable hints (051ad56)
  • reset UDP deadline after forged responses and unify forged logging (cb63edb)

v0.2.0

22 Mar 21:12
f5bcbd6

Choose a tag to compare

0.2.0 (2026-03-22)

⚠ BREAKING CHANGES

Features

  • extract client library package and rename Go module (4b28bea)

v0.1.2

22 Mar 16:22
ce258a4

Choose a tag to compare

0.1.2 (2026-03-22)

Features

  • add -dnstt-compat flag for wire protocol compatibility (#16) (e371e0c)

Bug Fixes

  • override server timeout defaults in -dnstt-compat mode (cce9866)