Skip to content

Latest commit

Β 

History

History
42 lines (26 loc) Β· 1.92 KB

File metadata and controls

42 lines (26 loc) Β· 1.92 KB

Kubo changelog v0.40

This release was brought to you by the Shipyard team.

v0.40.0

Overview

πŸ”¦ Highlights

Routing V1 HTTP API now exposed by default

The Routing V1 HTTP API is now exposed by default at http://127.0.0.1:8080/routing/v1. This allows light clients in browsers to use Kubo Gateway as a delegated routing backend instead of running a full DHT client. Support for IPIP-476: Delegated Routing DHT Closest Peers API is included. Can be disabled via Gateway.ExposeRoutingAPI.

Track total size when adding pins

Adds total size progress tracking of pinned nodes during ipfs pin add --progress. The output now shows the total size of the pinned dag.

Example output:

Fetched/Processed 336 nodes (83 MB)

Fixed ipfs dag stat block counting

Since Kubo v0.12.0, blocks are stored by multihash, so the same data is stored only once regardless of which CID references it. The dag stat command now reflects actual storage by deduplicating blocks by content hash (e.g., data referenced via both CIDv0 and CIDv1 is counted once). See ipfs dag stat --help for more details.

πŸ“ Changelog

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