Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs/js-ipfs-unixfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ipfs-unixfs-importer-v15.1.8
Choose a base ref
...
head repository: ipfs/js-ipfs-unixfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ipfs-unixfs-importer-v15.2.0
Choose a head ref
  • 4 commits
  • 14 files changed
  • 4 contributors

Commits on Aug 24, 2023

  1. chore(release): 13.1.7 [skip ci]

    ## [ipfs-unixfs-exporter-v13.1.7](ipfs-unixfs-exporter-v13.1.6...ipfs-unixfs-exporter-v13.1.7) (2023-08-24)
    
    ### Dependencies
    
    * bump multiformats from 11.0.2 to 12.0.1 ([#337](#337)) ([b8b17d9](b8b17d9))
    * **dev:** bump @types/readable-stream from 2.3.15 to 4.0.1 ([#352](#352)) ([61c2db6](61c2db6))
    * **dev:** bump aegir from 39.0.13 to 40.0.11 ([#353](#353)) ([a61c620](a61c620))
    semantic-release-bot committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    beeb0a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. feat: add a shardFanoutBits option to the importer (#355)

    Adds a `shardFanoutBits` option to the importer to allow configuring
    the number of bytes used for the HAMT prefix, also a test.
    
    Use the UnixFS `fanout` value to slice off the correct number of characters from `Name` in HAMTs.
    
    Fixes exporting the HAMT from https://github.com/ipld/ipld/blob/master/specs/transport/trustless-pathing/fixtures/unixfs_20m_variety.car (which has a small fanout to force collisions).
    
    refs ipld/ipld#296 (comment)
    
    ---------
    
    Co-authored-by: Alex Potsides <[email protected]>
    Co-authored-by: Rod Vagg <[email protected]>
    3 people authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    da18ea6 View commit details
    Browse the repository at this point in the history
  2. chore(release): 11.1.0 [skip ci]

    ## [ipfs-unixfs-v11.1.0](ipfs-unixfs-v11.0.2...ipfs-unixfs-v11.1.0) (2023-08-25)
    
    ### Features
    
    * add a shardFanoutBits option to the importer ([#355](#355)) ([da18ea6](da18ea6)), closes [/github.com/ipld/ipld/pull/296#issuecomment-1691532242](https://github.com/ipfs//github.com/ipld/ipld/pull/296/issues/issuecomment-1691532242)
    semantic-release-bot committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    2e93d2d View commit details
    Browse the repository at this point in the history
  3. chore(release): 15.2.0 [skip ci]

    ## [ipfs-unixfs-importer-v15.2.0](ipfs-unixfs-importer-v15.1.8...ipfs-unixfs-importer-v15.2.0) (2023-08-25)
    
    ### Features
    
    * add a shardFanoutBits option to the importer ([#355](#355)) ([da18ea6](da18ea6)), closes [/github.com/ipld/ipld/pull/296#issuecomment-1691532242](https://github.com/ipfs//github.com/ipld/ipld/pull/296/issues/issuecomment-1691532242)
    semantic-release-bot committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3eb0390 View commit details
    Browse the repository at this point in the history
Loading