Thanks to visit codestin.com
Credit goes to github.com

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-repo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ipfs-repo-v15.0.2
Choose a base ref
...
head repository: ipfs/js-ipfs-repo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ipfs-repo-v15.0.3
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 21, 2022

  1. fix: OOM on large DAGs (#410)

    Storing a set of seen CIDs to short-cut DAG traversal while ensuring we have all the blocks in a DAG in the blockstore can cause OOMs for very large DAGs so replace the unbounded `Set` with a `LRU` cache with a configurable maximum size.
    achingbrain authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    336d0b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7b34eb View commit details
    Browse the repository at this point in the history
  3. chore(release): 13.0.3 [skip ci]

    ## [ipfs-repo-migrations-v13.0.3](ipfs-repo-migrations-v13.0.2...ipfs-repo-migrations-v13.0.3) (2022-09-21)
    
    ### Bug Fixes
    
    * OOM on large DAGs ([#410](#410)) ([336d0b9](336d0b9))
    
    ### Dependencies
    
    * update @multiformats/multiaddr to 11.0.0 ([#411](#411)) ([f7b34eb](f7b34eb))
    semantic-release-bot committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    277f4cb View commit details
    Browse the repository at this point in the history
  4. chore(release): 15.0.3 [skip ci]

    ## [ipfs-repo-v15.0.3](ipfs-repo-v15.0.2...ipfs-repo-v15.0.3) (2022-09-21)
    
    ### Bug Fixes
    
    * OOM on large DAGs ([#410](#410)) ([336d0b9](336d0b9))
    semantic-release-bot committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    0bb4ed7 View commit details
    Browse the repository at this point in the history
Loading