2023-07-15 12:53:10 by Benny Siegert | Files touched by this commit (151) | |
Log message:
Revbump all Go packages after go120 update
|
2023-05-07 12:06:12 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
kubo: update to 0.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).
|
2023-05-05 21:37:45 by Benny Siegert | Files touched by this commit (134) | |
Log message:
Revbump all Go packages after go120 security update
|
2023-04-09 09:36:04 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
kubo: update to 0.19.1.
## 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, 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.
### Changelog
- github.com/ipfs/kubo:
- chore: update version
- fix: remove timeout on default DHT operations (#9783)
- chore: update version
- github.com/ipfs/go-blockservice (v0.5.0 -> v0.5.1):
- chore: release v0.5.1
- fix: remove busyloop in getBlocks by removing batching
- github.com/libp2p/go-libp2p (v0.26.3 -> v0.26.4):
- release v0.26.4
- autorelay: fix busy loop bug and flaky tests in relay finder (#2208)
- github.com/libp2p/go-libp2p-routing-helpers (v0.6.1 -> v0.6.2):
- Release v0.6.2 (#73)
- feat: zero timeout on composed routers should disable timeout (#72)
|
2023-04-05 22:48:01 by Benny Siegert | Files touched by this commit (140) | |
Log message:
Revbump all Go packages after yesterday's go120 security update
|
2023-03-30 20:17:02 by Benny Siegert | Files touched by this commit (3) | |
Log message:
kubo: update to 0.19.0
This builds fine with the current Go version, so remove the various overrides.
- Improve the libp2p resource management integration
- PubSub message caching improvements
Gateways:
- Signed IPNS Record response format
- Example fetch and inspect IPNS record
- Addition of "autoclient" router type
- Deprecation of the ipfs pubsub commands and matching HTTP endpoints
|
2023-03-09 10:19:59 by Thomas Klausner | Files touched by this commit (1) |
Log message:
kubo: restrict to go 1.19 due to quic-go
|
2023-03-08 14:39:00 by Benny Siegert | Files touched by this commit (131) | |
Log message:
Revbump all Go packages after go119 security update
|
2023-02-16 16:02:10 by Benny Siegert | Files touched by this commit (129) | |
Log message:
Revbump all Go packages after go119 update
|
2023-01-11 18:28:38 by Benny Siegert | Files touched by this commit (123) | |
Log message:
Revbump all Go packages after go119 update
|