0_21_1.md

doc/release_notes/0_21_1.md
Last Update: 2024-04-03 14:03:54 +0000

0.21.1

Bugfixes

  • fix: protecting tcp connect phase against low-level syscall errors

  • such as network unreachable, which can happen if connectivity is lost meanwhile.

  • native resolver: fix for nameserver switch not happening in case of DNS timeout.

  • when more than a nameserver was advertised by the system.

Chore

  • Removing usage of deprecated Random::DEFAULT.rand (using Random.rand instead)-