Releases: ipfs/go-ipfs-config
Releases · ipfs/go-ipfs-config
v0.8.0
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
Restrict config permissions to prevent group access. Shouldn't be an issue on most machines, but still a good idea.
v0.7.1
Add an experimental option for configuring security transports.
v0.7.0
Adds a peering section to the config for the new peering service.
v0.6.1
Print out key size along with key algorithm on init.
v0.6.0
- 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
Disable AutoNAT service when in "lowpower" mode.
v0.5.1
Quick patch release to switch to a custom Duration type for the autonat rate-limiting interval.
v0.4.2
Quick release to back out of the private dht type.
v0.4.0
Removes the PreferTLS experiment as we are switching to TLS by default.