Skip to content

v4.1.0

Compare
Choose a tag to compare
@hannesm hannesm released this 01 Nov 18:13
· 382 commits to main since this release
6c895bc

CHANGES:

  • new sublibrary dns.cache providing an LRU cache, mostly copied from resolver
  • it uses a LRU cache now (defaults to 32 entries) from dns.cache
    • since #195 a mutable LRU.M.t
  • tests were added
  • Dns_client_flow has been migrated to Dns_client
  • various code cleanups (extracted functions), better naming, improved docstrings
  • Uflow is now known as Transport
  • requires a monotonic clock on creation