mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-03 23:38:07 +08:00
2.6 KiB
2.6 KiB
Kubo changelog v0.32
v0.32.0
Overview
🔦 Highlights
🎯 AutoTLS: Automatic Certificates for libp2p WebSockets via libp2p.direct
This release introduces an experimental feature that significantly improves how browsers can connect to Kubo node. Opt-in configuration allows Kubo nodes to obtain CA-signed TLS certificates for libp2p Secure WebSocket (WSS) connections automatically.
See AutoTLS configuration for details how to enable it. We appreciate you testing and providing an early feedback in kubo#10560.
📦️ Dependency updates
- update
ipfs-webuito v4.4.0 - update
boxoto v0.24.1 + v0.24.2 + v0.24.3- This includes a number of fixes and bitswap improvements, and support for filtering from IPIP-484 in delegated HTTP routing and IPNI queries.
- 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
p2p-forge/clientto v0.0.2 - removed
go-homedir- The
github.com/mitchellh/go-homedirrepo is archived, no longer needed, and no longer maintained. homedir.Diris replaced by the stdlibos.UserHomeDirhomedir.Expandis replaced byfsutil.ExpandHomein thegithub.com/ipfs/kubo/misc/fsutilpackage.- The new
github.com/ipfs/kubo/misc/fsutilpackage contains file utility code previously located elsewhere in kubo.
- The