Merge pull request #9848 from ipfs/merge-release-v0.19.2

Merge Release: v0.19.2
This commit is contained in:
Henrique Dias 2023-05-03 14:15:14 +02:00 committed by GitHub
commit f606b97ae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,33 @@
<!-- omit in toc -->
# Kubo changelog v0.19
## v0.19.2
### Highlights
#### FullRT DHT HTTP Routers
The default HTTP routers are now used when the FullRT DHT client is used. This fixes
the issue where cid.contact is not being queried by default when the accelerated
DHT client was enabled. Read more in ([ipfs/kubo#9841](https://github.com/ipfs/kubo/pull/9841)).
### Changelog
<details><summary>Full Changelog</summary>
- github.com/ipfs/kubo:
- fix: use default HTTP routers when FullRT DHT client is used (#9841) ([ipfs/kubo#9841](https://github.com/ipfs/kubo/pull/9841))
- chore: update version
</details>
### Contributors
| Contributor | Commits | Lines ± | Files Changed |
|-------------|---------|---------|---------------|
| Gus Eggert | 1 | +65/-53 | 4 |
| Henrique Dias | 1 | +1/-1 | 1 |
## v0.19.1
### 🔦 Highlights