Skip to content

v0.8.5

Latest
Compare
Choose a tag to compare
@danfuzz danfuzz released this 06 Dec 21:21
· 15 commits to main since this release

Breaking changes:

  • loggy-intf:
    • Moved FormatUtils contents to net-util.EndpointAddress (see below).
  • net-util:
    • New classes EndpointAddress and InterfaceAddress which replace use of
      ad-hoc plain objects. Use sites updated across all modules.
    • Moved IP-address-related bits from HostUtil into EndpointAddress.
    • Moved interface-related bits from HostUtil into InterfaceAddress.

Other notable changes:

  • valvis:
    • BaseValueVisitor:
      • Added isInterned argument to _impl_visitSymbol().