Releases: ipld/go-car
v2.14.2
What's Changed
- chore(deps): bump github.com/ipld/go-car/v2 from 2.14.0 to 2.14.1 in /cmd by @dependabot in #539
- chore(deps): bump github.com/rogpeppe/go-internal from 1.12.0 to 1.13.1 in /cmd by @dependabot in #538
- chore(deps): bump github.com/ipfs/go-unixfsnode from 1.9.0 to 1.9.1 in /v2 by @dependabot in #530
- fix: goreleaser v2 compat, trigger release-binaries with workflow_run by @rvagg in #540
Full Changelog: v2.14.1...v2.14.2
v2.14.1
What's Changed
- chore(deps): bump github.com/ipld/go-car/v2 from 2.13.1 to 2.14.0 in /cmd by @dependabot in #533
- chore: downgrade golang.org/x/exp to avoid specific go versioning by @rvagg in #534
Full Changelog: v2.14.0...v2.14.1
v2.14.0
What's Changed
- chore(deps): bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #500
- chore(deps): bump github.com/ipld/go-car/v2 from 2.11.0 to 2.13.1 in /cmd by @dependabot in #499
- chore(deps): bump github.com/ipfs/go-unixfsnode from 1.8.0 to 1.8.1 in /v2 by @dependabot in #501
- chore(deps): bump github.com/ipfs/go-unixfsnode from 1.8.0 to 1.8.1 in /cmd by @dependabot in #502
- chore(deps): bump github.com/ipfs/go-unixfsnode from 1.8.1 to 1.9.0 in /v2 by @dependabot in #503
- chore(deps): bump github.com/ipfs/go-unixfsnode from 1.8.1 to 1.9.0 in /cmd by @dependabot in #504
- chore(deps): bump github.com/urfave/cli/v2 from 2.25.7 to 2.26.0 in /cmd by @dependabot in #505
- chore(deps): bump actions/setup-go from 4 to 5 by @dependabot in #506
- chore(deps): bump golang.org/x/crypto from 0.6.0 to 0.17.0 by @dependabot in #508
- chore(deps): bump golang.org/x/crypto from 0.7.0 to 0.17.0 in /cmd by @dependabot in #509
- chore(deps): bump github.com/rogpeppe/go-internal from 1.11.0 to 1.12.0 in /cmd by @dependabot in #507
- chore(deps): bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /v2 by @dependabot in #510
- chore(deps): bump github.com/urfave/cli/v2 from 2.26.0 to 2.27.1 in /cmd by @dependabot in #512
- Add a
car ls --unixfs-blocks
to render two-column output by @willscott in #514 - chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /v2 by @dependabot in #515
- chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #516
- ci: uci/update-go by @web3-bot in #517
- chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /cmd by @dependabot in #520
- chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 by @dependabot in #519
- chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 in /v2 by @dependabot in #518
- ci: uci/copy-templates by @web3-bot in #521
- chore(deps): bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 in /cmd by @dependabot in #522
- Re-factor cmd functions to library by @willscott in #524
- chore(deps): bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #525
- chore(deps): bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3 in /cmd by @dependabot in #526
- chore(deps): bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 in /cmd by @dependabot in #527
- ci: uci/update-go by @web3-bot in #528
- chore(deps): bump github.com/ipfs/go-unixfsnode from 1.9.0 to 1.9.1 in /cmd by @dependabot in #529
- fix(cmd): properly pick up --inverse and --cid-file args by @rvagg in #531
Full Changelog: v2.13.1...v2.14.0
v2.13.1
What's Changed
Addresses an erroneous change in behaviour introduced in v2.12.0 whereby the BlockMetadata
returned by BlockReader#SkipNext()
records Offset
for the block bytes rather than the CAR section byte offset. This release restores the original behaviour for CARv1 data and also includes the fix in v2.12.0 that brings CARv2 parsing behaviour into parity with CARv1 behaviour.
Full Changelog: v2.13.0...v2.13.1
v2.13.0
What's Changed
Added new github.com/ipld/go-car/v2/storage/deferred package with DeferredCarWriter
. Useful for cases where streaming a CAR that you don't want to begin until you know you've got data to write but need to set up a WritableStorage
early.
Full Changelog: v2.12.0...v2.13.0
v2.12.0
What's Changed
Dependency updates
- chore(deps): bump github.com/ipfs/go-unixfsnode from 1.7.4 to 1.8.0 in /cmd by @dependabot in #478
- chore(deps): bump github.com/ipld/go-car/v2 from 2.10.1 to 2.11.0 in /cmd by @dependabot in #479
- chore(deps): bump github.com/ipfs/go-ipld-cbor from 0.0.6 to 0.1.0 in /v2 by @dependabot in #488
- chore(deps): bump github.com/ipfs/go-block-format from 0.1.2 to 0.2.0 in /cmd by @dependabot in #480
- chore(deps): bump github.com/ipfs/go-block-format from 0.1.2 to 0.2.0 in /v2 by @dependabot in #485
- chore(deps): bump github.com/ipfs/go-ipld-format from 0.5.0 to 0.6.0 in /cmd by @dependabot in #481
- chore(deps): bump github.com/ipfs/go-ipld-format from 0.5.0 to 0.6.0 in /v2 by @dependabot in #486
- chore(deps): bump github.com/ipfs/go-unixfsnode from 1.7.4 to 1.8.0 in /v2 by @dependabot in #487
Full Changelog: v2.11.0...v2.12.0
v2.11.0
What's Changed
- Dependency updates
- go.mod bump to v1.20
- Add the options
--version
and--inverse
tocar filter
Commits:
- chore(deps): bump github.com/ipld/go-car/v2 from 2.10.1-0.20230613053002-4a5acd6d5622 to 2.10.1 in /cmd by @dependabot in #453
- chore(deps): bump github.com/ipld/go-car from 0.6.1-0.20230613053002-4a5acd6d5622 to 0.6.1 in /cmd by @dependabot in #452
- chore(deps): bump github.com/urfave/cli/v2 from 2.25.6 to 2.25.7 in /cmd by @dependabot in #455
- feat: add inverse and version to filter cmd by @laurentsenta in #457
- chore(deps): bump github.com/rogpeppe/go-internal from 1.10.0 to 1.11.0 in /cmd by @dependabot in #458
- chore(deps): bump github.com/ipfs/go-unixfsnode from 1.7.1 to 1.7.3 in /v2 by @dependabot in #462
- chore(deps): bump github.com/ipfs/go-unixfsnode from 1.7.1 to 1.7.3 in /cmd by @dependabot in #463
- chore(deps): bump github.com/ipld/go-car from 0.6.1 to 0.6.2 in /cmd by @dependabot in #465
- chore(deps): bump github.com/libp2p/go-libp2p from 0.25.1 to 0.27.8 in /cmd by @dependabot in #466
- chore(deps): bump github.com/ipld/go-ipld-prime from 0.20.0 to 0.21.0 in /v2 by @dependabot in #470
- chore(deps): bump github.com/ipfs/go-unixfsnode from 1.7.3 to 1.7.4 in /v2 by @dependabot in #471
- chore(deps): bump github.com/ipld/go-ipld-prime from 0.20.0 to 0.21.0 in /cmd by @dependabot in #472
- chore(deps): bump github.com/ipfs/go-unixfsnode from 1.7.3 to 1.7.4 in /cmd by @dependabot in #474
New Contributors
- @laurentsenta made their first contribution in #457
Full Changelog: v2.10.1...v2.11.0
v0.6.2
What's Changed
- chore(deps): bump codecov/codecov-action from 3.1.1 to 3.1.4 by @dependabot in #451
- chore(deps): bump actions/setup-go from 2 to 4 by @dependabot in #449
- chore(deps): bump github.com/ipld/go-car/v2 from 2.10.1-0.20230613053002-4a5acd6d5622 to 2.10.1 in /cmd by @dependabot in #453
- chore(deps): bump protocol/multiple-go-modules from 1.2 to 1.4 by @dependabot in #454
- chore(deps): bump github.com/ipld/go-car from 0.6.1-0.20230613053002-4a5acd6d5622 to 0.6.1 in /cmd by @dependabot in #452
- chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #456
- chore(deps): bump github.com/urfave/cli/v2 from 2.25.6 to 2.25.7 in /cmd by @dependabot in #455
- feat: add inverse and version to filter cmd by @laurentsenta in #457
- chore(deps): bump github.com/rogpeppe/go-internal from 1.10.0 to 1.11.0 in /cmd by @dependabot in #458
- chore(deps): bump github.com/ipfs/go-unixfsnode from 1.7.1 to 1.7.3 in /v2 by @dependabot in #462
- chore(deps): bump github.com/ipfs/go-unixfsnode from 1.7.1 to 1.7.3 in /cmd by @dependabot in #463
New Contributors
- @laurentsenta made their first contribution in #457
Full Changelog: v0.6.1...v0.6.2
v2.10.1
What's Changed
- chore(deps): bump github.com/ipld/go-car/v2 from 2.9.1-0.20230406035547-a06f8a9fdb4a to 2.10.0 in /cmd by @dependabot in #415
- chore(deps): bump github.com/multiformats/go-multicodec from 0.8.1 to 0.9.0 in /v2 by @dependabot in #417
- chore(deps): bump github.com/multiformats/go-multicodec from 0.8.1 to 0.9.0 in /cmd by @dependabot in #418
- chore(deps): bump github.com/urfave/cli/v2 from 2.25.1 to 2.25.3 in /cmd by @dependabot in #419
- chore(deps): bump github.com/ipfs/go-unixfsnode from 1.6.0 to 1.7.0 in /cmd by @dependabot in #424
- chore(deps): bump github.com/ipfs/go-unixfsnode from 1.6.0 to 1.7.0 in /v2 by @dependabot in #422
- chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 in /v2 by @dependabot in #423
- feat: expose index for StorageCar by @rvagg in #431
- fix: remove github.com/ipfs/go-ipfs-blockstore dependency by @rvagg in #430
- feat(cmd/car): add '--no-wrap' option to 'create' command by @hacdias in #432
- chore(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 in /v2 by @dependabot in #433
- chore(deps): bump github.com/ipfs/go-unixfsnode from 1.7.0 to 1.7.1 in /cmd by @dependabot in #436
- chore(deps): bump github.com/ipfs/go-unixfsnode from 1.7.0 to 1.7.1 in /v2 by @dependabot in #434
- Update usage of merkledag by go-car by @willscott in #437
- chore(deps): bump github.com/multiformats/go-multihash from 0.2.2 to 0.2.3 in /cmd by @dependabot in #446
- chore(deps): bump github.com/multiformats/go-multihash from 0.2.2 to 0.2.3 in /v2 by @dependabot in #441
- chore(deps): bump github.com/urfave/cli/v2 from 2.25.5 to 2.25.6 in /cmd by @dependabot in #445
- chore(deps): bump github.com/ipfs/go-ipld-format from 0.4.0 to 0.5.0 in /cmd by @dependabot in #444
New Contributors
Full Changelog: v2.10.0...v2.10.1
v0.6.1
What's Changed
- chore(deps): bump github.com/ipfs/go-cid from 0.4.0 to 0.4.1 by @dependabot in #412
- perf: reduce NewCarReader allocations by @bradfitz in #420
- chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #421
- chore(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #435
- Update usage of merkledag by go-car by @willscott in #437
- chore(deps): bump github.com/multiformats/go-multihash from 0.2.2 to 0.2.3 by @dependabot in #440
- v0.6.1 bump by @rvagg in #447
New Contributors
Full Changelog: v0.6.0...v0.6.1