Skip to content

Commit

Permalink
feat: add changelog entry for router timeouts for v0.19.1 (#9784)
Browse files Browse the repository at this point in the history
* feat: add changelog entry for router timeouts for v0.19.1

* Apply suggestions from code review

Co-authored-by: Steve Loeppky <biglep@protocol.ai>

---------

Co-authored-by: Steve Loeppky <biglep@protocol.ai>
  • Loading branch information
guseggert and BigLep authored Apr 3, 2023
1 parent d1713ca commit 68ee5e6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/changelogs/v0.19.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<!-- omit in toc -->
# Kubo changelog v0.19

## v0.19.1

### πŸ”¦ Highlights

#### DHT Timeouts
In v0.16.0, Kubo added the ability to configure custom content routers and DHTs with the `custom` router type, and as part of this added a default 5 minute timeout to all DHT operations. In some cases with large repos ([example](https://github.com/ipfs/kubo/issues/9722)), this can cause provide and reprovide operations to fail because the timeout is reached. This release removes these timeouts on DHT operations. If users desire these timeouts, they can be added back using [the `custom` router type](https://github.com/ipfs/kubo/blob/master/docs/config.md#routingrouters-parameters).

### πŸ“ Changelog

### πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Contributors

<!-- omit in toc -->
## v0.19.0

Expand Down

0 comments on commit 68ee5e6

Please sign in to comment.