Skip to content

Releases: yanet-platform/netip

v0.3.0

14 Apr 10:44

Choose a tag to compare

What's Changed

  • feat: intersection operations for IPv4 by @3Hren in #2
  • feat: intersection operations for IPv6 and IP network by @3Hren in #3
  • perf: replace is_contiguous with pure bitwise check by @3Hren in #4
  • docs: math book for networking nerds, part 1 by @3Hren in #5
  • docs: add masks section to the book by @3Hren in #6
  • docs: minor clarification by @3Hren in #7
  • chore: do not build Rust on only docs changes by @3Hren in #8
  • refactor: simplify *::is_contiguous by @3Hren in #9
  • docs(book): extend intro by @3Hren in #10
  • chore: ci perf by @3Hren in #11
  • docs(book): rewrite by @3Hren in #12
  • docs(book): part 2 - structure by @3Hren in #13
  • fix: images paths by @3Hren in #14
  • feat: IPv4 + IPv6 difference operation by @3Hren in #15
  • fix: supernet_for uses mask intersection instead of common prefix by @3Hren in #16
  • feat: IPv4/IPv6 network merge by @3Hren in #17
  • docs(book): chapter 2.2 - contiguous networks as intervals by @3Hren in #18
  • docs(book): z-curve chapter by @3Hren in #19
  • docs(book): notation by @3Hren in #20
  • docs(book): preface by @3Hren in #21
  • feat: IPv4/IPv6 aggregation by @3Hren in #22
  • fix: clippy by @3Hren in #23
  • perf: replace *::from_be_bytes with *.to_bits by @3Hren in #24
  • feat: count specialization for addrs iterators by @3Hren in #25
  • feat: IPv4/IPv6 adjacent by @3Hren in #26
  • feat: complete core API, I think by @3Hren in #27
  • chore: readme by @3Hren in #28
  • version: bump - 0.3.0 by @3Hren in #29

Full Changelog: v0.2.0...v0.3.0

v0.2.0

04 Apr 15:49

Choose a tag to compare

version: bump - 0.2.0