0.24.2¶ ↑
Improvements¶ ↑
-
besides an array,
:resolver_optionscan now receive a hash for:nameserver, which must be indexed by IP family (Socket::AF_INET6orSocket::AF_INET); each group of nameservers will be used for emitting DNS queries of that iP family. -
:authenticationplugin: Added bearer_auth helper, which receives a token, and sets it as"Bearer $TOKENin the"authorization"header. -
faradayadapter: now implements build_connection and close, will now interact withfaradaynative timeouts (:read,:writeand:connect).
Bugfixes¶ ↑
-
fixed native resolver bug when queries involving intermediate alias would be kept after the original query and mess with re-queries.