szmarczak / cacheable-lookup

A cacheable dns.lookup(…) that respects TTL :tada:
MIT License
190 stars 29 forks source link

What are the breaking changes for version 6.0.0 #39

Closed astrolemonade closed 3 years ago

astrolemonade commented 3 years ago

Hello! I noticed the release of version 6.0.0, the release log doesn't seem to provide a description about what the breaking changes might be. Can you make it clearer please?

szmarczak commented 3 years ago

There is description in the release log:

https://github.com/szmarczak/cacheable-lookup/releases

Fix #36 (Allow fallbackDuration = 0 without disabling fallback) 41f6229

It isn't necessarily breaking, but might have the potential of unexpected action due to behavior change.