Skip to content

Commit

Permalink
docs(CHANGELOG): document breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Apr 27, 2022
1 parent f27dc6d commit f255dd5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
- `ipfs cid codecs` command
- it now lists codecs from https://github.com/multiformats/go-multicodec
- `ipfs cid codecs --supported` can be passed to only show codecs supported in various go-ipfs commands

- `Swarm` configuration
- Daemon will refuse to start if long-deprecated RelayV1 config key `Swarm.EnableAutoRelay` or `Swarm.DisableRelay` is set to `true`
- When `Swarm.Transports.Network.Relay` is disabled, `Swarm.RelayService` and `Swarm.RelayClient` are also disabled (unless user explicitly enabled them).
- If user enabled them manually, then we error on start and inform they require `Swarm.Transports.Network.Relay`

## v0.12.2 and v0.11.1 2022-04-08

Expand Down

0 comments on commit f255dd5

Please sign in to comment.