Skip to content

Latest commit

 

History

History
277 lines (137 loc) · 9.83 KB

CHANGELOG.md

File metadata and controls

277 lines (137 loc) · 9.83 KB

2.0.1 (2023-06-15)

Trivial Changes

  • Update .github/workflows/semantic-pull-request.yml [skip ci] (7fd8023)
  • Update .github/workflows/stale.yml [skip ci] (c185b0d)

Dependencies

  • dev: bump aegir from 38.1.8 to 39.0.10 (#70) (4da4a08)

3.0.3 (2023-08-14)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/crypto bumped from ^2.0.2 to ^2.0.3
      • @libp2p/interface bumped from ^0.1.1 to ^0.1.2
      • @libp2p/logger bumped from ^3.0.1 to ^3.0.2
      • @libp2p/peer-id bumped from ^3.0.1 to ^3.0.2
    • devDependencies
      • @libp2p/peer-id-factory bumped from ^3.0.2 to ^3.0.3

3.0.2 (2023-08-05)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/crypto bumped from ^2.0.1 to ^2.0.2
      • @libp2p/interface bumped from ^0.1.0 to ^0.1.1
      • @libp2p/logger bumped from ^3.0.0 to ^3.0.1
      • @libp2p/peer-id bumped from ^3.0.0 to ^3.0.1
    • devDependencies
      • @libp2p/peer-id-factory bumped from ^3.0.1 to ^3.0.2

3.0.1 (2023-08-04)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/crypto bumped from ^2.0.0 to ^2.0.1
    • devDependencies
      • @libp2p/peer-id-factory bumped from ^3.0.0 to ^3.0.1

3.0.0 (2023-07-31)

⚠ BREAKING CHANGES

  • stream.stat.* and conn.stat.* properties are now accessed via stream.* and conn.*
  • consolidate interface modules (#1833)

Features

  • merge stat properties into stream/connection objects (#1856) (e9cafd3), closes #1849

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/crypto bumped from ^1.0.0 to ^2.0.0
      • @libp2p/interface bumped from ~0.0.1 to ^0.1.0
      • @libp2p/logger bumped from ^2.0.0 to ^3.0.0
      • @libp2p/peer-id bumped from ^2.0.0 to ^3.0.0
    • devDependencies
      • @libp2p/peer-id-factory bumped from ^2.0.0 to ^3.0.0

2.0.0 (2023-03-13)

⚠ BREAKING CHANGES

  • requires most recent datastore implementation

Bug Fixes

1.0.1 (2023-03-13)

Bug Fixes

Trivial Changes

  • Update .github/workflows/semantic-pull-request.yml [skip ci] (f3985cc)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (d8b81ff)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (a0a6972)
  • Update .github/workflows/stale.yml [skip ci] (b2cf129)

1.0.0 (2023-01-27)

⚠ BREAKING CHANGES

  • this module is now typescript and does not store the self key on startup. cms operations have also been moved to @libp2p/cms

Features

Trivial Changes

0.6.1 (2020-06-09)

0.6.0 (2019-12-18)

0.5.4 (2019-12-18)

0.5.3 (2019-12-18)

0.5.2 (2019-12-02)

0.5.1 (2019-09-25)

0.5.0 (2019-08-16)

  • refactor: use async/await instead of callbacks (#37) (dda315a), closes #37

BREAKING CHANGES

  • The api now uses async/await instead of callbacks.

Co-Authored-By: Vasco Santos vasco.santos@moxy.studio

0.4.2 (2019-06-13)

Bug Fixes

  • throw errors with correct stack trace (#35) (7051b9c)

0.4.1 (2019-03-14)

0.4.0 (2019-02-26)

Features

  • adds support for ed25199 and secp256k1 (#31) (9eb11f4)

0.3.6 (2019-01-10)

Bug Fixes

0.3.5 (2019-01-10)

0.3.4 (2019-01-04)

0.3.3 (2018-10-25)

0.3.2 (2018-09-18)

Bug Fixes

  • validate createKey params properly (#26) (8dfaab1)

0.3.1 (2018-01-29)

0.3.0 (2018-01-29)

Bug Fixes

  • deepmerge 2.0.1 fails in browser, stay with 1.5.2 (2ce4444)

0.2.1 (2017-12-28)

Features

  • generate unique options for a key chain (#20) (89a451c)

0.2.0 (2017-12-20)

Bug Fixes

Features