Skip to content

Commit c5b64cf

Browse files
committed
docs: test-cid-v1-2025-v35
placeholder name based on year and kubo release
1 parent 9cd4dab commit c5b64cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/profile.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ fetching may be degraded.
280280
},
281281
},
282282
"legacy-cid-v1": {
283-
Description: `Makes UnixFS import produce legacy CIDv1 with the same suboptimal settings as legacy-cid-v0, but with CIDv1 and raw leaves. Use only if legacy behavior is required.`,
283+
Description: `Makes UnixFS import produce legacy CIDv1 with the same suboptimal settings as legacy-cid-v0, but with 1MiB file chunk, CIDv1 and raw leaves. Use only if legacy behavior is required.`,
284284
Transform: func(c *Config) error {
285285
c.Import.CidVersion = *NewOptionalInteger(1)
286286
c.Import.UnixFSRawLeaves = True
@@ -293,7 +293,7 @@ fetching may be degraded.
293293
return nil
294294
},
295295
},
296-
"test-cid-v1-2025q2": {
296+
"test-cid-v1-2025-v35": {
297297
Description: `Makes UnixFS import produce modern CIDv1 with raw leaves, sha2-256 and 1 MiB chunks and wider file DAGs (1024 links per level).`,
298298
Transform: func(c *Config) error {
299299
c.Import.CidVersion = *NewOptionalInteger(1)

docs/changelogs/v0.35.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ You can set default values for these options using the following configuration s
7171

7272
The release updated configuration [profiles](https://github.com/ipfs/kubo/blob/master/docs/config.md#profile) to incorporate these new `Import.*` settings:
7373
- Renamed Profile: `test-cid-v1` is now `legacy-cid-v1`. This profile locks in current defaults, ensuring stability for users who prefer unchanged behavior in future releases.
74-
- New Profile: `test-cid-v1-2025q2` adopts modern defaults, increasing the maximum file DAG width from 174 to 1024 and raising the HAMT directory sharding threshold from 256KiB to 1MiB, aligning with 1MiB file chunks.
74+
- New Profile: `test-cid-v1-2025-v35` adopts modern defaults, increasing the maximum file DAG width from 174 to 1024 and raising the HAMT directory sharding threshold from 256KiB to 1MiB, aligning with 1MiB file chunks.
7575
- Benefits: Larger blocks (256KiB to 1MiB) enable up to 4x faster Amino DHT announcements and lookups.
7676
- Status: This profile is a candidate for future default settings.
7777
- Feedback: Try it out and share your thoughts at [discuss.ipfs.tech/t/should-we-profile-cids](https://discuss.ipfs.tech/t/should-we-profile-cids/18507) or [ipfs/specs#499](https://github.com/ipfs/specs/pull/499).
7878

7979
> [!TIP]
80-
> Apply the modern CIDv1 test profile with `ipfs config profile apply test-cid-v1-2025q2`.
80+
> Apply the modern CIDv1 test profile with `ipfs config profile apply test-cid-v1-2025-v35`.
8181
8282
#### 📦️ Important dependency updates
8383

0 commit comments

Comments
 (0)