docs: changelog v0.21 fixes (#10037)
Co-authored-by: Jorropo <jorropo.pgm@gmail.com>
Marcin Rataj committed
Jul 27, 2023 at 20:14 UTC
afa891b0edf13333580e8b8a2aba6be624d63ad9
1 file changed
+3
-3
docs/changelogs/v0.21.md
+3
-3
@@ -109,7 +109,7 @@ Rationale can be found in [kubo#9913](https://github.com/ipfs/kubo/pull/9913).
109
110
The gateway now supports optional CAR export parameters
111
`dag-scope=block|entity|all` and `entity-bytes=from:to` as specified in
112
-[IPIP-402](https://github.com/ipfs/specs/pull/402).
112
+[IPIP-402](https://specs.ipfs.tech/ipips/ipip-0402/).
113
114
Batch block retrieval minimizes round trips, catering to the requirements of
115
light HTTP clients for directory enumeration, range requests, and content path
@@ -144,7 +144,7 @@ By trading some upfront DHT caching and increased memory usage,
144
one gets provider throughput improvements up to 6 millions times bigger dataset.
145
See [the docs](docs/config.md#routingaccelerateddhtclient) for more info.
146
147
-The `Experimental.AcceleratedDHTClient` flag moved to `[Routing.AcceleratedDHTClient](docs/config.md#routingaccelerateddhtclient)`.
147
+The `Experimental.AcceleratedDHTClient` flag moved to [`Routing.AcceleratedDHTClient`](/docs/config.md#routingaccelerateddhtclient).
148
A config migration has been added to handle this automatically.
149
150
A new tracker estimates the providing speed and warns users if they
@@ -228,7 +228,7 @@ should be using AcceleratedDHTClient because they are falling behind.
228
- v0.2.1 ([ipfs/go-ipld-legacy#15](https://github.com/ipfs/go-ipld-legacy/pull/15))
229
- Expose a constructor for making a decoder with an existing link system ([ipfs/go-ipld-legacy#14](https://github.com/ipfs/go-ipld-legacy/pull/14))
230
- Update to v0.2.0 ([ipfs/go-ipld-legacy#13](https://github.com/ipfs/go-ipld-legacy/pull/13))
231
- - Remove global variable
([ipfs/go-ipld-legacy#12](https://github.com/ipfs/go-ipld-legacy/pull/12))
231
+ - Remove global variable ([ipfs/go-ipld-legacy#12](https://github.com/ipfs/go-ipld-legacy/pull/12))
232
- sync: update CI config files (#8) ([ipfs/go-ipld-legacy#8](https://github.com/ipfs/go-ipld-legacy/pull/8))
233
- github.com/ipfs/go-unixfsnode (v1.6.0 -> v1.7.1):
234
- chore: bump to v1.7.1