github ipfs/kubo v0.29.0

20 days ago
  • πŸ’¬ Discuss
  • πŸ”¦ Highlights
    • Add search functionality for pin names
    • Customizing ipfs add defaults
  • πŸ“ Changelog
  • πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Contributors

Overview

πŸ”¦ Highlights

Add search functionality for pin names

It is now possible to search for pins by name via ipfs pin ls --name "SomeName".
The search is case-sensitive and will return all pins that contain the specified substring in their name.

Tip

The ipfs pin ls -n is now a shorthand for ipfs pin ls --name, mirroring the behavior of ipfs pin add.
See ipfs pin ls --help for more information.

Customizing ipfs add defaults

This release supports overriding global data ingestion defaults used by commands like ipfs add via user-defined Import.* configuration options.
The hash function, CID version, or UnixFS raw leaves and chunker behaviors can be set once, and used as the new implicit default for ipfs add.

Tip

As a convenience, two CID profiles are provided: legacy-cid-v0 and test-cid-v1.
A test profile that defaults to modern CIDv1 can be applied via ipfs config profile apply test-cid-v1.
We encourage users to try it and report any issues in kubo#4143.

πŸ“ Changelog

Full Changelog

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

Contributor Commits Lines Β± Files Changed
Henrique Dias 33 +4994/-579 115
Rod Vagg 29 +3781/-1367 90
sukun 12 +2026/-1215 39
Marco Munizaga 18 +1482/-382 47
Will 5 +769/-213 17
Steven Allen 5 +540/-115 24
Sukun 4 +274/-194 11
Michael MurΓ© 7 +372/-55 16
Marten Seemann 1 +243/-141 10
Marcin Rataj 7 +244/-134 13
hannahhoward 1 +277/-0 2
Will Scott 5 +54/-38 9
Hector Sanjuan 3 +68/-20 5
Jorropo 5 +34/-47 15
Andrew Gillis 2 +67/-7 3
IGP 1 +59/-8 5
Adin Schmahmann 2 +50/-0 3
Laurent Senta 1 +40/-4 2
Brad Fitzpatrick 1 +42/-2 2
Fabio Bozzo 1 +36/-1 3
Yolan Romailler 1 +15/-19 4
Hlib Kanunnikov 2 +14/-14 6
Andreas Penzkofer 1 +22/-2 3
Matthias Fasching 1 +8/-10 1
gopherfarm 2 +16/-1 2
Dreamacro 1 +1/-10 1
web3-bot 2 +7/-3 4
RafaΕ‚ Leszko 1 +4/-4 1
Oleg Kovalov 1 +4/-4 3
dbeal 1 +5/-1 1
Antonio Navarro Perez 1 +4/-1 1
dozyio 1 +3/-0 1
zhiqiangxu 1 +1/-1 1
the harder the luckier 1 +1/-1 1
LukÑő LukÑč 1 +1/-1 1
Steve Loeppky 1 +1/-0 1

Don't miss a new kubo release

NewReleases is sending notifications on new releases.