@cryptotaxi247 / kubo / commits / fbb496b62

docs(changelog): v0.14 rename and breaking changes

Marcin Rataj committed Jul 8, 2022 at 15:57 UTC fbb496b62346e8cf4de0f6a2955eb09782c1ced3
1 file changed +30 -2
docs/changelogs/v0.14.md
+30 -2
@@ -6,8 +6,21 @@
6
7 Below is an outline of all that is in this release, so you get a sense of all that's included.
8
9 -- [🔦 Highlights](#---highlights)
10 - * [🛣️ Delegated Routing](#---Delegated-Routing)
9 +- [🛠 BREAKING CHANGES](#-breaking-changes)
10 + - [Removed `mdns_legacy` implementation](#removed-mdns_legacy-implementation)
11 +- [🔦 Highlights](#-highlights)
12 + - [🛣️ Delegated Routing](#-delegated-routing)
13 + - [👥 Rename to Kubo](#-rename-to-kubo)
14 +
15 +### 🛠 BREAKING CHANGES
16 +
17 +#### Removed `mdns_legacy` implementation
18 +
19 +The modern DNS-SD compatible [zeroconf implementation](https://github.com/libp2p/zeroconf#readme)
20 +(based on [this specification](https://github.com/libp2p/specs/blob/master/discovery/mdns.md))
21 +has been running next to the `mdns_legacy` for a while (since v0.11). During
22 +this transitional period Kubo nodes were sending twice as many LAN packets,
23 +which ends with this release: we've [removed](https://github.com/ipfs/kubo/pull/9048) the legacy implementation.
24
25 ### 🔦 Highlights
26
@@ -29,3 +42,18 @@ ipfs config Routing.Routers.CidContact --json '{
42 }'
43
44 ```
45 +
46 +#### 👥 Rename to Kubo
47 +
48 +We've renamed Go-IPFS to Kubo ([details](https://github.com/ipfs/go-ipfs/issues/8959)).
49 +
50 +Published artifacts use `kubo` now, and are available at:
51 +
52 +- https://dist.ipfs.io/kubo/
53 +- https://hub.docker.com/r/ipfs/kubo/
54 +
55 +To minimize the impact on infrastructure that autoupdates on a new release,
56 +the same binaries are still published under the old name at:
57 +
58 +- https://dist.ipfs.io/go-ipfs/
59 +- https://hub.docker.com/r/ipfs/go-ipfs/