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-ipns
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.7
Choose a base ref
...
head repository: ipfs/js-ipns
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.0
Choose a head ref
  • 2 commits
  • 20 files changed
  • 4 contributors

Commits on Sep 15, 2023

  1. feat!: opt-in V2-only records, IPIP-428 verification (#234)

    Adds a `v1Compatible` option when creating IPNS records that will cause the V1 signature
    to be added to the record.  This option defaults to true, in the future it will be changed to
    false.
    
    The value types have also been updated to make it harder to create invalid records.  It now
    accepts only CIDs, PeerIds, or arbitrary path strings prefixed with `"/"`.
    
    BREAKING CHANGE: all /ipns/* keys are now encoded as base36 encoded CIDv1 libp2p-cid
    
    Closes #217
    
    ---------
    
    Co-authored-by: Marcin Rataj <lidel@lidel.org>
    Co-authored-by: Alex Potsides <alex@achingbrain.net>
    3 people authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    df71fed View commit details
    Browse the repository at this point in the history
  2. chore(release): 7.0.0 [skip ci]

    ## [7.0.0](v6.0.7...v7.0.0) (2023-09-15)
    
    ### ⚠ BREAKING CHANGES
    
    * all /ipns/* keys are now encoded as base36 encoded CIDv1 libp2p-cid
    
    ### Features
    
    * opt-in V2-only records, IPIP-428 verification ([#234](#234)) ([df71fed](df71fed)), closes [#217](#217)
    semantic-release-bot committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    6bca19a View commit details
    Browse the repository at this point in the history
Loading