This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
Releases: ipfs/go-ipfs-config
Releases · ipfs/go-ipfs-config
v0.19.0
v0.18.0
What's Changed
- chore: omitempty Experimental.ShardingEnabled by @lidel in #158
- feat: omitempty Swarm.EnableRelayHop for circuit v1 migration by @marten-seemann in #157
- feat: add Addresses.AppendAnnounce by @Jorropo in #135
- Release v0.18.0 by @lidel in #159
New Contributors
Full Changelog: v0.17.0...v0.18.0
v0.17.0
What's Changed
- feat: add an OptionalDuration type by @marten-seemann in #148
- feat: pubsub and ipns pubsub flags by @jwh in #145
- feat: OptionalString and UnixFSShardingSizeThreshold by @aschmahmann in #149
- sync: update CI config files by @web3-bot in #152
- fix: String method on the OptionalString by @marten-seemann in #153
- feat: Swarm.RelayService (circuit v2) by @marten-seemann in #146
- improve AutoRelay configuration, add config option for static relays by @marten-seemann in #154
- add a flag to enable the hole punching service by @marten-seemann in #155
- Release v0.17.0 by @aschmahmann in #156
New Contributors
Full Changelog: v0.16.0...v0.17.0
v0.16.0
- Updated CI and bumped minimum Go version to 1.16
- Added OptionalInteger config option type
- Added Internal and Internal.Bitswap config sections. The Internal section is for experimental/unstable options
v0.15.0
v0.14.0
Added Experiments.AcceleratedDHTClient option
v0.12.0
- Added support for remote pinning policies
- Added support for MFS remote pinning policy
- Changed
Pinning.RemoteServices.*.Api
->Pinning.RemoteServices.*.API
to match existing format
v0.11.0
- Removed badger2ds profile
- Added support for pinning services
v0.10.0
- Added badger2ds profile
- Updated minimum supported version of Go and dependencies