mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-07 01:08:08 +08:00
1.5 KiB
1.5 KiB
Kubo changelog v0.32
v0.32.0
Overview
🔦 Highlights
🎯 Opt-in /wss Certificates via libp2p.direct
This release introduces an experimental feature that significantly improves how browsers can connect to Kubo node. Opt-in configuration allows Kubo node to obtain trusted certificates for Secure WebSocket (WSS) connections without manual intervention.
See Swarm.AutoTLS for details how to enable it. We appreciate you testing and providing an early feedback.
go-libp2p updates
- update
go-libp2pto v0.37.0- This update required removal of
Swarm.RelayService.MaxReservationsPerPeerconfiguration option from Kubo. If you had it set, remove it from your configuration file.
- This update required removal of
- update
go-libp2p-kad-dhtto v0.27.0 - update
go-libp2p-pubsubto v0.12.0
Update Boxo
Update boxo to v0.24.2. This includes a number of fixes and bitswap improvements.