Skip to content

Releases: nickjfree/goose

v0.2.3

29 Apr 16:16
Compare
Choose a tag to compare
  1. Users can now configure bootstrap peers directly through the command line using the -b argument
  2. Fix iptables Rules Handling

Full Changelog: v0.2.0...v0.2.3

v0.2.0

26 Aug 06:06
Compare
Choose a tag to compare

Full Changelog: v0.1.14...v0.2.0

v0.1.14

17 Jun 14:49
Compare
Choose a tag to compare
  1. DNS Resolution: Now you can access a node's IP address using its name

  2. Packet Filter Middleware: Apply custom filters to control network traffic, enforcing security policies or prioritizing specific packets.

Full Changelog: v0.1.13...v0.1.14

v0.1.13

04 May 12:53
Compare
Choose a tag to compare

Full Changelog: v0.1.12...v0.1.13

Improved TCP MSS optimization

27 Mar 14:03
Compare
Choose a tag to compare

Updated the rule to optimize TCP MSS value based on MTU size, improving connection performance

Full Changelog: v0.1.9...v0.1.12

v0.1.9

20 Mar 16:13
Compare
Choose a tag to compare

Goose can now detect and resolve IP conflicts automatically, making it even easier to set up and use.

v0.1.8

11 Mar 05:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.8

v0.1.5

15 Dec 16:13
9999bd3
Compare
Choose a tag to compare

What's Changed

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

v0.1.4

14 Dec 15:10
Compare
Choose a tag to compare

Optimizations that allow peers to more easily connect with each other

  • Add peers to the allowlist of the libp2p resource manager. This allows for better resource management and ensures that connections are established more efficiently.

v0.1.3

24 Nov 15:18
Compare
Choose a tag to compare
  • routing with rtt