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: 3eb0390
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: df6d725
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Aug 25, 2023

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

    ## [ipfs-unixfs-exporter-v13.2.0](ipfs-unixfs-exporter-v13.1.7...ipfs-unixfs-exporter-v13.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
    f2fc563 View commit details
    Browse the repository at this point in the history
  2. fix: add cross-impl shard test, fix path cleaner (#358)

    Ref: ipfs/go-unixfsnode#66
    
    The material change in here is the path cleaner/splitter; it's a bit too aggressive. It doesn't allow `\` as a file name and the `.trim()` discounts valid file names. Otherwise this is a match for ipfs/go-unixfsnode#66 and gets the same CID on importer, and tests the exporter can read the same data.
    rvagg authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    00293b3 View commit details
    Browse the repository at this point in the history
  3. chore(release): 15.2.1 [skip ci]

    ## [ipfs-unixfs-importer-v15.2.1](ipfs-unixfs-importer-v15.2.0...ipfs-unixfs-importer-v15.2.1) (2023-08-25)
    
    ### Bug Fixes
    
    * add cross-impl shard test, fix path cleaner ([#358](#358)) ([00293b3](00293b3))
    semantic-release-bot committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    df6d725 View commit details
    Browse the repository at this point in the history
Loading