Skip to content

1.2.1

Latest

Choose a tag to compare

@ecnepsnai ecnepsnai released this 28 Sep 05:30
· 16 commits to main since this release
cda0a47

API Changes from 1.2.0:

  • Added the TransportOptions.useHttp2 property with a default value of true.

Changes

  • [PARTIAL FIX] The DNS over HTTPS client regains support for HTTP/2 servers as is recommended by the RFC. However, this is only a partial fix as HTTP/2 support is mutually exclusive with bootstrap IP support. If one or more bootstrap IPs are defined for a DoH query, HTTP/1.1 is used, despite a request to use HTTP2 with the useHttp2 property. (See #11 for more details including background and justification).
  • [FIXED] The WHOIS client would return a failure if it could not follow a redirect and get a result from that, even if it already had gotten at least one successful result.