Skip to content

0.130.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Dec 16:35
· 15 commits to master since this release

Feature

  • Make ServiceInfo aware of question history (#1348) (b9aae1d)
  • Small speed up to ServiceInfo construction (#1346) (b329d99)
  • Significantly improve efficiency of the ServiceBrowser scheduler (#1335) (c65d869)
  • Small speed up to processing incoming records (#1345) (7de655b)
  • Small performance improvement for converting time (#1342) (73d3ab9)
  • Small performance improvement for ServiceInfo asking questions (#1341) (810a309)
  • Small performance improvement constructing outgoing questions (#1340) (157185f)

Fix

  • Scheduling race with the QueryScheduler (#1347) (cf40470)
  • Ensure question history suppresses duplicates (#1338) (6f23656)
  • Microsecond precision loss in the query handler (#1339) (6560fad)
  • Ensure IPv6 scoped address construction uses the string cache (#1336) (f78a196)

Traffic Reduction

This release resolves multiple long-standing issues that caused the library to generate excessive network traffic when a ServiceBrowser ran continuously.