docs: add changelog for v0.19.2
Henrique Dias committed
May 3, 2023 at 09:00 UTC
d2c578878faf63ec2633788c2424e5b24edfbbf4
1 file changed
+27
docs/changelogs/v0.19.md
+27
@@ -1,6 +1,33 @@
1
<!-- omit in toc -->
2
# Kubo changelog v0.19
3
4
+## v0.19.2
5
+
6
+### Highlights
7
+
8
+#### FullRT DHT HTTP Routers
9
+
10
+The default HTTP routers are now used when the FullRT DHT client is used. This fixes
11
+the issue where cid.contact is not being queried by default when the accelerated
12
+DHT client was enabled. Read more in ([ipfs/kubo#9841](https://github.com/ipfs/kubo/pull/9841)).
13
+
14
+### Changelog
15
+
16
+<details><summary>Full Changelog</summary>
17
+
18
+- github.com/ipfs/kubo:
19
+ - fix: use default HTTP routers when FullRT DHT client is used (#9841) ([ipfs/kubo#9841](https://github.com/ipfs/kubo/pull/9841))
20
+ - chore: update version
21
+
22
+</details>
23
+
24
+### Contributors
25
+
26
+| Contributor | Commits | Lines ± | Files Changed |
27
+|-------------|---------|---------|---------------|
28
+| Gus Eggert | 1 | +65/-53 | 4 |
29
+| Henrique Dias | 1 | +1/-1 | 1 |
30
+
31
## v0.19.1
32
33
### 🔦 Highlights