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-exporter-13.3.1
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-exporter-13.4.0
Choose a head ref
  • 2 commits
  • 7 files changed
  • 3 contributors

Commits on Jan 19, 2024

  1. feat: add blockReadConcurrency option to exporter (#361)

    By default we attempt to load all siblings in a given layer of a
    DAG at once to allow slow/async loading routines extra time to fetch
    data before it is needed.
    
    Some blockstores (e.g. CAR files) require the exporter to only request
    the next sequential CID in a DAG.
    
    Add a `blockReadConcurrency` option (named similarly to the importer's
    `blockWriteConcurrency` option) to control this behaviour.
    
    Fixes #359
    
    ---------
    
    Co-authored-by: Rod Vagg <[email protected]>
    achingbrain and rvagg authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    295077e View commit details
    Browse the repository at this point in the history
  2. chore(release): 13.4.0 [skip ci]

    ## ipfs-unixfs-exporter [13.4.0](ipfs-unixfs-exporter-13.3.1...ipfs-unixfs-exporter-13.4.0) (2024-01-19)
    
    ### Features
    
    * add blockReadConcurrency option to exporter ([#361](#361)) ([295077e](295077e)), closes [#359](#359)
    semantic-release-bot committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    6291817 View commit details
    Browse the repository at this point in the history
Loading