Skip to content

Commit f666a50

Browse files
committed
chore: move cid inspect changelog to v0.41
1 parent 26bd05d commit f666a50

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

β€Ždocs/changelogs/v0.41.mdβ€Ž

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

4767
IPFS Web UI has been updated to [v4.12.0](https://github.com/ipfs/ipfs-webui/releases/tag/v4.12.0).

β€Ždocs/changelogs/v0.42.mdβ€Ž

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,13 @@ This release was brought to you by the [Shipyard](https://ipshipyard.com/) team.
1010

1111
- [Overview](#overview)
1212
- [πŸ”¦ Highlights](#-highlights)
13-
- [✨ New `ipfs cid inspect` command](#-new-ipfs-cid-inspect-command)
1413
- [πŸ“ Changelog](#-changelog)
1514
- [πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Contributors](#-contributors)
1615

1716
### Overview
1817

1918
### πŸ”¦ Highlights
2019

21-
#### ✨ New `ipfs cid inspect` command
22-
23-
New subcommand for breaking down a CID into its components. Works offline, supports `--enc=json`.
24-
25-
```console
26-
$ ipfs cid inspect bafybeigdyrzt5sfp7udm7hu76uh7y26nf3efuylqabf3oclgtqy55fbzdi
27-
CID: bafybeigdyrzt5sfp7udm7hu76uh7y26nf3efuylqabf3oclgtqy55fbzdi
28-
Version: 1
29-
Multibase: base32 (b)
30-
Multicodec: dag-pb (0x70)
31-
Multihash: sha2-256 (0x12)
32-
Length: 32 bytes
33-
Digest: 0xC3C4733EC8AFFD06CF9E9FF50FFC6BCD2EC85A6170004BB709669C31DE94391A
34-
CIDv0: QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR
35-
CIDv1: bafybeigdyrzt5sfp7udm7hu76uh7y26nf3efuylqabf3oclgtqy55fbzdi
36-
```
37-
38-
Thanks to @jolo18 for this quality of life improvement ([#11241](https://github.com/ipfs/kubo/pull/11241)).
39-
4020
### πŸ“ Changelog
4121

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

0 commit comments

Comments
Β (0)