Skip to content

Releases: signalsciences/ipv4

v1.4.0

18 May 14:53
Compare
Choose a tag to compare
  • Issue #5 - FromNetIP fails on small endian architectures
  • Issue #6 - CIDR2Range fails incorrectly on IPv6 inputs
  • Issue #7 - NewSet constructor function is missing

Along with general lint and code quality improvements.

v1.3.0

17 May 04:45
Compare
Choose a tag to compare
  • clean up ipv4.Set so it's just a type of []uint32 and not a struct
  • Add Set.AddAll for faster bulk setting

v1.2.0

14 May 04:28
Compare
Choose a tag to compare
  • Range2CIDRs -- improved, 10x faster, less allocations
  • ToDots -- improved, 10x faster, no allocations
  • Interval2CIDRs -- new!
  • SortUniqueUint32 -- new!

v1.1.0

12 May 00:14
Compare
Choose a tag to compare
  • Build improvements
  • FromDots improved to be faster and memory allocation free, along with more tests

v1.0.1

07 Nov 21:38
436dccd
Compare
Choose a tag to compare
Merge pull request #3 from signalsciences/sarah/gomods

add go mods