Skip to content

ipaddress 0.5.1

Compare
Choose a tag to compare
@davidchall davidchall released this 12 Sep 23:09
  • Addition/subtraction of large integers is now much faster (#64)
  • ip_to_bytes() now returns a list of raw vectors instead of a blob object (#65)
    • Result can still be converted using blob::as_blob()
    • Removes excessive blob package dependency
  • Refactored C++ code to reduce dependence on Asio library (#64)
    • Package developers can now use LinkingTo: ipaddress without LinkingTo: AsioHeaders