Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Releases: ipfs/go-ipfs-config

v0.8.0

16 Jun 22:14
9a18412
Compare
Choose a tag to compare

This release adds a transports section for configuring libp2p transports. It also removes the experimental feature for re-ordering security transports, as these can now be configured via the libp2p transports config block.

v0.7.2

03 Jun 19:45
72534c1
Compare
Choose a tag to compare

Restrict config permissions to prevent group access. Shouldn't be an issue on most machines, but still a good idea.

v0.7.1

26 May 06:13
5527ea0
Compare
Choose a tag to compare

Add an experimental option for configuring security transports.

v0.7.0

26 May 02:15
a5ce8d1
Compare
Choose a tag to compare

Adds a peering section to the config for the new peering service.

v0.6.1

22 May 23:40
ead2d6d
Compare
Choose a tag to compare

Print out key size along with key algorithm on init.

v0.6.0

22 May 03:06
af2cc2c
Compare
Choose a tag to compare
  • Remove experimental flags:
    • Remove QUIC flag.
    • Remove strict signing flag for pubsub
  • Add QUIC addresses for bootstrap peers.
  • Add a default QUIC listener.
  • Make it possible to initialize a config with an ed25519 key.

v0.5.2

15 Apr 03:30
3253f0d
Compare
Choose a tag to compare

Disable AutoNAT service when in "lowpower" mode.

v0.5.1

15 Apr 03:27
bca0225
Compare
Choose a tag to compare

Quick patch release to switch to a custom Duration type for the autonat rate-limiting interval.

v0.4.2

09 Apr 20:51
c01a738
Compare
Choose a tag to compare

Quick release to back out of the private dht type.

v0.4.0

30 Mar 01:55
29505dd
Compare
Choose a tag to compare

Removes the PreferTLS experiment as we are switching to TLS by default.