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-stores
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: datastore-fs-v9.1.0
Choose a base ref
...
head repository: ipfs/js-stores
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: datastore-fs-v9.1.1
Choose a head ref
  • 16 commits
  • 45 files changed
  • 3 contributors

Commits on Mar 23, 2023

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

    ## [datastore-level-v10.1.0](datastore-level-v10.0.2...datastore-level-v10.1.0) (2023-03-23)
    
    ### Features
    
    * add all blockstore and datastore implementations ([#197](#197)) ([0d85128](0d85128))
    semantic-release-bot committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    b500ee8 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. chore: rename master to main (#200)

    Updates config to build from main instead of master.
    achingbrain authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    f85d719 View commit details
    Browse the repository at this point in the history
  2. fix!: encode/decode blockstore-s3 keys in base32upper (#201)

    For consistency with blockstore-fs and to avoid problems with casing
    encode/decode all CID keys as base32upper
    
    BREAKING CHANGE: s3 filenames are now all base32upper
    achingbrain authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    513fd9c View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.0.0 [skip ci]

    ## [blockstore-s3-v1.0.0](blockstore-s3-v0.1.0...blockstore-s3-v1.0.0) (2023-03-24)
    
    ### ⚠ BREAKING CHANGES
    
    * s3 filenames are now all base32upper
    
    ### Bug Fixes
    
    * encode/decode blockstore-s3 keys in base32upper ([#201](#201)) ([513fd9c](513fd9c))
    
    ### Trivial Changes
    
    * rename master to main ([#200](#200)) ([f85d719](f85d719))
    semantic-release-bot committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    405250f View commit details
    Browse the repository at this point in the history
  4. fix: add sharding to s3 blockstore (#202)

    To avoid non-obvious performance footguns shard by default
    achingbrain authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    e1324a1 View commit details
    Browse the repository at this point in the history
  5. chore(release): 1.0.1 [skip ci]

    ## [blockstore-s3-v1.0.1](blockstore-s3-v1.0.0...blockstore-s3-v1.0.1) (2023-03-24)
    
    ### Bug Fixes
    
    * add sharding to s3 blockstore ([#202](#202)) ([e1324a1](e1324a1))
    semantic-release-bot committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    8dfe4e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

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

Commits on Mar 31, 2023

  1. deps: update all it-* deps (#213)

    Updates all `it-*` deps to the latest versions
    achingbrain authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    e963497 View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.1.1 [skip ci]

    ## [interface-datastore-tests-v5.1.1](interface-datastore-tests-v5.1.0...interface-datastore-tests-v5.1.1) (2023-03-31)
    
    ### Trivial Changes
    
    * rename master to main ([#200](#200)) ([f85d719](f85d719))
    
    ### Dependencies
    
    * update all it-* deps ([#213](#213)) ([e963497](e963497))
    semantic-release-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    146bc5c View commit details
    Browse the repository at this point in the history
  3. chore(release): 9.1.1 [skip ci]

    ## [datastore-core-v9.1.1](datastore-core-v9.1.0...datastore-core-v9.1.1) (2023-03-31)
    
    ### Trivial Changes
    
    * rename master to main ([#200](#200)) ([f85d719](f85d719))
    
    ### Dependencies
    
    * update all it-* deps ([#213](#213)) ([e963497](e963497))
    semantic-release-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    aa3a63f View commit details
    Browse the repository at this point in the history
  4. chore(release): 11.1.1 [skip ci]

    ## [datastore-s3-v11.1.1](datastore-s3-v11.1.0...datastore-s3-v11.1.1) (2023-03-31)
    
    ### Trivial Changes
    
    * rename master to main ([#200](#200)) ([f85d719](f85d719))
    
    ### Dependencies
    
    * update all it-* deps ([#213](#213)) ([e963497](e963497))
    semantic-release-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    5f60f27 View commit details
    Browse the repository at this point in the history
  5. chore(release): 2.1.1 [skip ci]

    ## [datastore-idb-v2.1.1](datastore-idb-v2.1.0...datastore-idb-v2.1.1) (2023-03-31)
    
    ### Trivial Changes
    
    * rename master to main ([#200](#200)) ([f85d719](f85d719))
    
    ### Dependencies
    
    * update all it-* deps ([#213](#213)) ([e963497](e963497))
    semantic-release-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    351c496 View commit details
    Browse the repository at this point in the history
  6. chore(release): 6.1.1 [skip ci]

    ## [interface-blockstore-tests-v6.1.1](interface-blockstore-tests-v6.1.0...interface-blockstore-tests-v6.1.1) (2023-03-31)
    
    ### Trivial Changes
    
    * rename master to main ([#200](#200)) ([f85d719](f85d719))
    
    ### Dependencies
    
    * update all it-* deps ([#213](#213)) ([e963497](e963497))
    semantic-release-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    d3c1041 View commit details
    Browse the repository at this point in the history
  7. chore(release): 1.1.1 [skip ci]

    ## [blockstore-fs-v1.1.1](blockstore-fs-v1.1.0...blockstore-fs-v1.1.1) (2023-03-31)
    
    ### Trivial Changes
    
    * rename master to main ([#200](#200)) ([f85d719](f85d719))
    
    ### Dependencies
    
    * update all it-* deps ([#213](#213)) ([e963497](e963497))
    semantic-release-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    2ec12ba View commit details
    Browse the repository at this point in the history
  8. chore(release): 1.0.2 [skip ci]

    ## [blockstore-s3-v1.0.2](blockstore-s3-v1.0.1...blockstore-s3-v1.0.2) (2023-03-31)
    
    ### Dependencies
    
    * update all it-* deps ([#213](#213)) ([e963497](e963497))
    semantic-release-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    642c41f View commit details
    Browse the repository at this point in the history
  9. chore(release): 9.1.1 [skip ci]

    ## [datastore-fs-v9.1.1](datastore-fs-v9.1.0...datastore-fs-v9.1.1) (2023-03-31)
    
    ### Trivial Changes
    
    * rename master to main ([#200](#200)) ([f85d719](f85d719))
    
    ### Dependencies
    
    * update all it-* deps ([#213](#213)) ([e963497](e963497))
    semantic-release-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    7c7f97a View commit details
    Browse the repository at this point in the history
Loading