-
Notifications
You must be signed in to change notification settings - Fork 37
Comparing changes
Open a pull request
base repository: ipfs/js-ipfs-unixfs
base: ipfs-unixfs-11.1.3
head repository: ipfs/js-ipfs-unixfs
compare: ipfs-unixfs-11.1.4
- 12 commits
- 24 files changed
- 5 contributors
Commits on Jan 19, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for cc2e741 - Browse repository at this point
Copy the full SHA cc2e741View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for eb358b2 - Browse repository at this point
Copy the full SHA eb358b2View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 295077e - Browse repository at this point
Copy the full SHA 295077eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6291817 - Browse repository at this point
Copy the full SHA 6291817View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6fd12b9 - Browse repository at this point
Copy the full SHA 6fd12b9View commit details
Commits on Feb 2, 2024
-
feat: add json resolver (#400)
The json codec is included in the multiformats module so no extra deps are needed. Similar to #397
Configuration menu - View commit details
-
Copy full SHA for 81e85c8 - Browse repository at this point
Copy the full SHA 81e85c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c67710 - Browse repository at this point
Copy the full SHA 7c67710View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cdfcd6 - Browse repository at this point
Copy the full SHA 0cdfcd6View commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4749d9a - Browse repository at this point
Copy the full SHA 4749d9aView commit details
Commits on Mar 21, 2024
-
* 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
Configuration menu - View commit details
-
Copy full SHA for cdc7efd - Browse repository at this point
Copy the full SHA cdc7efdView commit details
Commits on Apr 5, 2024
-
fix: add sideEffects false to package.json to enable tree shaking (#402)
Also updates project config
Configuration menu - View commit details
-
Copy full SHA for aea58c4 - Browse repository at this point
Copy the full SHA aea58c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b99ccf - Browse repository at this point
Copy the full SHA 9b99ccfView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff ipfs-unixfs-11.1.3...ipfs-unixfs-11.1.4