Skip to content

Release 1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 May 18:58
7330ad9

1.1.0 (2026-05-14)

🪲 Bug Fixes

  • client: wrong constructor for cloudflare h3 and quic (99e3bbe)
  • domain_blacklist: use Skip instead of Continue with error (40b9e60)
  • could not open certificates and private key (37dd631)

👻 Code Refactoring

  • move none to zone_blacklist and split blacklist to domain_blacklist and default (518155c)

✨ Features

  • dns-resolve: add new binary for testing purpose (7ae3430)
  • server: add support to h3 server side (8f158a8)
  • client: add support to custom path (26e7d02)
  • add support to quic on server side (d9afb68)
  • add support to h3 and quic for resolvers (ca5df75)
  • add support to many deny/allow network files (c04a3a6)
  • upgrade to hickory 0.26 (fa2b023)
  • add support to --local-dns-file that support /etc/hosts like files (8f8a0a7)
  • cli: add support to denied and allowed networks (527cb35)
  • upgrade hickory 0.25+ (c925678)
  • IpRange: add new --rfc8215-ips option (a46ffdb)
  • IpRange: add ip filtering functions (bb8c82d)
  • use prefixed + mapped ipv6 for missing ipv4 (b91e114)
  • missing ipv6 will fallback on ipv4 converted (5f9d7f8)

🔧 Build

✔️ Tests

  • add some test for local_dns authority (f9c0e62)

📝 Documentation

  • add documentation about RUST_LOG (9a911db)

🚀 Continuous Integration

  • upgrade docker image from bookworm to trixie (29413d0)
  • add missing tags on docker images release (67fbfd2)