kubo/docs/changelogs/v0.32.md
2024-10-28 19:24:12 +01:00

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-libp2p to v0.37.0
    • This update required removal of Swarm.RelayService.MaxReservationsPerPeer configuration option from Kubo. If you had it set, remove it from your configuration file.
  • update go-libp2p-kad-dht to v0.27.0
  • update go-libp2p-pubsub to v0.12.0

Update Boxo

Update boxo to v0.24.2. This includes a number of fixes and bitswap improvements.

📝 Changelog

👨‍👩‍👧‍👦 Contributors