@cryptotaxi247 / kubo / commits / 2c52f7939

docs(CHANGELOG): custom 404 and base36

Marcin Rataj committed Jun 15, 2020 at 17:40 UTC 2c52f79398b08e21ce398ce9ed736788ab9079a8
1 file changed +14 -2
CHANGELOG.md
+14 -2
@@ -37,8 +37,20 @@ If you hit this performance issue on Linux, you should tune the `net.core.rmem_d
37
38 #### Gateway
39
40 -* Base36 support.
41 -* 404 pages
40 +##### Custom 404
41 +
42 +It is now possible to customize `404 Not Found` error response by including `ipfs-404.html`. When a requested file isn't found `ipfs-404.html` is looked for in the same directory, rolling up through any of its parents, and displayed (without immutable cache headers) if present.
43 +
44 +##### Support for Base36 and ED25519 in subdomains
45 +
46 +DNS label has a maximum length of 63 characters. This was a problem for users who opted into using inlined ED25519 keys for IPNS publishing. Support for CIDv1 in Base36 enables subdomain gateway to load websites published with those keys without the need for re-hashing.
47 +
48 +ED25519 key can be converted to Base36 via `ipfs cid` command:
49 +
50 +```sh
51 +$ ipfs cid format -v 1 --codec libp2p-key -b base36 bafzaajaiaejca4syrpdu6gdx4wsdnokxkprgzxf4wrstuc34gxw5k5jrag2so5gk
52 +k51qzi5uqu5dj16qyiq0tajolkojyl9qdkr254920wxv7ghtuwcz593tp69z9m
53 +```
54
55 #### Gossipsub Upgrade
56