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-11.1.3
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-11.1.4
Choose a head ref
  • 12 commits
  • 24 files changed
  • 5 contributors

Commits on Jan 19, 2024

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

    ## ipfs-unixfs-importer [15.2.4](ipfs-unixfs-importer-15.2.3...ipfs-unixfs-importer-15.2.4) (2024-01-19)
    
    ### Trivial Changes
    
    * update project config ([125f4d7](125f4d7))
    
    ### Dependencies
    
    * **dev:** bump aegir from 41.3.5 to 42.2.2 ([#399](#399)) ([9d6c7cb](9d6c7cb))
    
    ### Dependencies
    
    * **ipfs-unixfs:** upgraded to 11.1.3
    semantic-release-bot committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    cc2e741 View commit details
    Browse the repository at this point in the history
  2. chore(release): 13.3.1 [skip ci]

    ## ipfs-unixfs-exporter [13.3.1](ipfs-unixfs-exporter-13.3.0...ipfs-unixfs-exporter-13.3.1) (2024-01-19)
    
    ### Trivial Changes
    
    * update project config ([125f4d7](125f4d7))
    
    ### Dependencies
    
    * **dev:** bump aegir from 41.3.5 to 42.2.2 ([#399](#399)) ([9d6c7cb](9d6c7cb))
    
    ### Dependencies
    
    * **ipfs-unixfs:** upgraded to 11.1.3
    * **ipfs-unixfs-importer:** upgraded to 15.2.4
    semantic-release-bot committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    eb358b2 View commit details
    Browse the repository at this point in the history
  3. 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
  4. 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

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    6fd12b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. feat: add json resolver (#400)

    The json codec is included in the multiformats module so no extra
    deps are needed.
    
    Similar to #397
    achingbrain authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    81e85c8 View commit details
    Browse the repository at this point in the history
  2. chore(release): 13.5.0 [skip ci]

    ## ipfs-unixfs-exporter [13.5.0](ipfs-unixfs-exporter-13.4.0...ipfs-unixfs-exporter-13.5.0) (2024-02-02)
    
    ### Features
    
    * add json resolver ([#400](#400)) ([81e85c8](81e85c8)), closes [#397](#397)
    semantic-release-bot committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7c67710 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cdfcd6 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    4749d9a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. ci: uci/copy-templates (#401)

    * chore: add or force update .github/workflows/js-test-and-release.yml
    
    * chore: add or force update .github/workflows/js-test-and-release.yml
    
    * chore: add or force update .github/workflows/js-test-and-release.yml
    web3-bot authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    cdc7efd View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    aea58c4 View commit details
    Browse the repository at this point in the history
  2. chore(release): 11.1.4 [skip ci]

    ## ipfs-unixfs [11.1.4](ipfs-unixfs-11.1.3...ipfs-unixfs-11.1.4) (2024-04-05)
    
    ### Bug Fixes
    
    * add sideEffects false to package.json to enable tree shaking ([#402](#402)) ([aea58c4](aea58c4))
    
    ### Trivial Changes
    
    * rename master to main ([0cdfcd6](0cdfcd6))
    semantic-release-bot committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    9b99ccf View commit details
    Browse the repository at this point in the history
Loading