@@ -11,6 +11,7 @@ This release was brought to you by the [Shipyard](https://ipshipyard.com/) team.
1111- [ Overview] ( #overview )
1212- [ π¦ Highlights] ( #-highlights )
1313 - [ ποΈ Faster Provide Queue Disk Reclamation] ( #-faster-provide-queue-disk-reclamation )
14+ - [ β¨ New ` ipfs cid inspect ` command] ( #-new-ipfs-cid-inspect-command )
1415 - [ π₯οΈ WebUI Improvements] ( #-webui-improvements )
1516 - [ π§ Correct provider addresses for custom HTTP routing] ( #-correct-provider-addresses-for-custom-http-routing )
1617 - [ π¦οΈ Dependency updates] ( #-dependency-updates )
@@ -42,6 +43,25 @@ To learn more, see [kubo#11096](https://github.com/ipfs/kubo/issues/11096),
4243[ kubo #11198 ] ( https://github.com/ipfs/kubo/pull/11198 ) , and
4344[ go-libp2p-kad-dht #1233 ] ( https://github.com/libp2p/go-libp2p-kad-dht/pull/1233 ) .
4445
46+ #### β¨ New ` ipfs cid inspect ` command
47+
48+ New subcommand for breaking down a CID into its components. Works offline, supports ` --enc=json ` .
49+
50+ ``` console
51+ $ ipfs cid inspect bafybeigdyrzt5sfp7udm7hu76uh7y26nf3efuylqabf3oclgtqy55fbzdi
52+ CID: bafybeigdyrzt5sfp7udm7hu76uh7y26nf3efuylqabf3oclgtqy55fbzdi
53+ Version: 1
54+ Multibase: base32 (b)
55+ Multicodec: dag-pb (0x70)
56+ Multihash: sha2-256 (0x12)
57+ Length: 32 bytes
58+ Digest: 0xC3C4733EC8AFFD06CF9E9FF50FFC6BCD2EC85A6170004BB709669C31DE94391A
59+ CIDv0: QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR
60+ CIDv1: bafybeigdyrzt5sfp7udm7hu76uh7y26nf3efuylqabf3oclgtqy55fbzdi
61+ ```
62+
63+ See ` ipfs cid --help ` for all CID-related commands.
64+
4565#### π₯οΈ WebUI Improvements
4666
4767IPFS Web UI has been updated to [ v4.12.0] ( https://github.com/ipfs/ipfs-webui/releases/tag/v4.12.0 ) .
0 commit comments