Releases: szmarczak/cacheable-lookup
Releases · szmarczak/cacheable-lookup
v6.0.3
- Fix a regression introduced in #43 (see #48)
v6.0.2
- Fallback to dns.lookup for IPv4 & IPv6 separately (#43) fdf9532
v6.0.0
- Fix #36 (Allow fallbackDuration = 0 without disabling fallback) 41f6229
v5.0.4
- Fix promise not being removed from queue on fallback query (#34) da10b58
- Update Node.js dependency version (#33) dffb612
v5.0.3
- Do not
dns.lookup()
in background to prevent memory leaks ae7c02f
v5.0.2
- Wait for lookup if no entries received from the server 8abe315