Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
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: libp2p/js-libp2p-peer-store
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.2
Choose a base ref
...
head repository: libp2p/js-libp2p-peer-store
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.0
Choose a head ref
  • 2 commits
  • 30 files changed
  • 2 contributors

Commits on Apr 24, 2023

  1. feat!: make peerstore atomic (#75)

    Instead of having separate books for addresses, protocols etc, just
    have simple save/merge/patch methods for updating peer data.
    
    This means we can update peer data in one call instead of needing to
    make multiple async calls.
    achingbrain committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    4e89d3b View commit details
    Browse the repository at this point in the history
  2. chore(release): 8.0.0 [skip ci]

    ## [8.0.0](v7.0.2...v8.0.0) (2023-04-24)
    
    ### ⚠ BREAKING CHANGES
    
    * make peerstore atomic (#75)
    
    ### Features
    
    * make peerstore atomic ([#75](#75)) ([4e89d3b](4e89d3b))
    semantic-release-bot committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    d6c3314 View commit details
    Browse the repository at this point in the history
Loading