Skip to content

Releases: compscidr/knet

v0.1.7

21 Nov 21:14
043013a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.1.7

v0.1.6

12 Nov 19:54
0a7ca7c
Compare
Choose a tag to compare

What's Changed

  • Update dependency gradle to v8.11 by @renovate in #47
  • Added a parseStream function which parses multiple packets from a str… by @compscidr in #48

Full Changelog: v0.1.5...v0.1.6

v0.1.5

05 Nov 17:19
af1a8b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4

04 Nov 22:46
8f1bc9a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

04 Nov 21:47
7bf0516
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

01 Nov 19:35
d5a1805
Compare
Choose a tag to compare
  • changed default ipv4 address to 127.0.0.1 rather than Inet4address.getLocalhost()
  • moved some logging to be less verbose
    Full Changelog: v0.1.1...v0.1.2

v0.1.1

31 Oct 17:37
120f43e
Compare
Choose a tag to compare

v0.1.0

31 Oct 17:06
2441eef
Compare
Choose a tag to compare

What's Changed

Significant improvements to icmp with the dep update

  • Update actions/setup-java action to v4.5.0 by @renovate in #41
  • Update dependency ch.qos.logback:logback-classic to v1.5.12 by @renovate in #42
  • Update dependency com.jasonernst.icmp:icmp_common to v1 by @renovate in #43

Full Changelog: v0.0.14...v0.1.0

v0.0.14

24 Oct 00:09
368e318
Compare
Choose a tag to compare
  • readable Packet toString()

Full Changelog: v0.0.13...v0.0.14

v0.0.13

23 Oct 21:50
6c2b80b
Compare
Choose a tag to compare

What's Changed

  • Open interface for packet, add sentinel packet by @compscidr in #40

Full Changelog: v0.0.12...v0.0.13