Releases: ipld/go-car
Releases · ipld/go-car
v2.6.0
What's Changed
- docs: Update commands list by @ajnavarro in #340
- Add a debugging form for car files. by @willscott in #341
- Update install instructions in README.md by @gammazero in #352
- cleanup readme a bit to make the cli more discoverable by @willscott in #353
- feat: upgrade from go-block-format to go-libipfs/blocks by @hacdias in #356
- feat: add release-binaries workflow by @rvagg in #355
- chore: update deps by @rvagg in #359
New Contributors
- @ajnavarro made their first contribution in #340
- @gammazero made their first contribution in #352
- @hacdias made their first contribution in #356
- @leszko made their first contribution in #357
Full Changelog: v2.5.1...v2.6.0
v0.6.0
What's Changed
Binaries in releases!
- docs: Update commands list by @ajnavarro in #340
- Add a debugging form for car files. by @willscott in #341
- Update install instructions in README.md by @gammazero in #352
- cleanup readme a bit to make the cli more discoverable by @willscott in #353
- feat: upgrade from go-block-format to go-libipfs/blocks by @hacdias in #356
- Allow using WalkOption in WriteCar function by @leszko in #357
- feat: add release-binaries workflow by @rvagg in #355
- chore: update deps by @rvagg in #359
New Contributors
- @ajnavarro made their first contribution in #340
- @gammazero made their first contribution in #352
- @hacdias made their first contribution in #356
- @leszko made their first contribution in #357
Full Changelog: v0.5.0...v0.6.0
v2.5.0
What's Changed
- [
02d658faa7] - feat: Has() and Get() will respect StoreIdentityCIDs option (Rod Vagg) - [
9be1c2e7e0] - fix: remove use of ioutil (Rod Vagg) - [
a18b68d3ea] - bump go.mod to Go 1.18 (web3-bot)
v2.4.1
v2.4.0
What's Changed
- Fix malformed CAR panics and excessive memory usage #312
See security advisoryGHSA-9x4h-8wgm-8xfg
Full Changelog: v2.3.0...v2.4.0
v0.4.0
- Fix malformed CAR panics and excessive memory usage #312
See security advisoryGHSA-9x4h-8wgm-8xfg
Full Changelog: v0.3.3...v0.4.0
v2.3.0
v2.2.0
v2.1.1
- Iterate in deterministic order in
IterableIndex.ForEach#258 - Fix bug where
blockstore.ReadOnlyfails if given CARv1 payload and no initial index #267 - Add the ability to traverse CAR content using IPLD selectors #269
- Produce CAR files by selectively traversing a DAG stored in an
ipld.LinkSystem. - Contains breaking change in
index.IndexAPI
- Produce CAR files by selectively traversing a DAG stored in an
- Add the ability to supply context in
blockstoreAPIs #275- Contains breaking changes in
blockstore.ReadOnlyandblockstore.ReadWriteAPIs.
- Contains breaking changes in
Full Changelog: v2.1.0...v2.1.1