Skip to content

Latest commit

 

History

History
237 lines (112 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

237 lines (112 loc) · 10.7 KB

2.1.1 (2023-06-02)

Bug Fixes

  • specify updated formatter for multiaddrs (#36) (abaefb4)

3.0.2 (2023-08-14)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.1 to ^0.1.2
    • devDependencies
      • @libp2p/peer-id bumped from ^3.0.1 to ^3.0.2

3.0.1 (2023-08-05)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.0 to ^0.1.1
    • devDependencies
      • @libp2p/peer-id 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/interface bumped from ~0.0.1 to ^0.1.0
    • devDependencies
      • @libp2p/peer-id bumped from ^2.0.0 to ^3.0.0

2.1.0 (2023-05-31)

Features

  • added multiaddr formatter to logging (#34) (1051708)

2.0.7 (2023-03-24)

Bug Fixes

  • disable trace logging by default (#32) (47915fe)

2.0.6 (2023-03-13)

Trivial Changes

  • Update .github/workflows/semantic-pull-request.yml [skip ci] (a24089e)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (36c0fe1)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (e73d815)

Dependencies

  • update interface-datastore and aegir (#29) (451d936)

2.0.5 (2023-01-06)

Documentation

2.0.4 (2023-01-06)

Dependencies

  • update @libp2p/interface-peer-id to 2.x.x (#17) (9107f4e)

2.0.3 (2023-01-06)

Dependencies

  • bump multiformats from 10.0.3 to 11.0.0 (#16) (892f906)

2.0.2 (2022-10-12)

Trivial Changes

  • Update .github/workflows/stale.yml [skip ci] (0d54ade)
  • update project config (#11) (e993132)

Dependencies

  • bump multiformats from 9.9.0 to 10.0.0 (#10) (1cbf8c9)

2.0.1 (2022-08-12)

Trivial Changes

  • deps: bump interface-datastore from 6.1.1 to 7.0.0 (#7) (13aac56)

2.0.0 (2022-06-15)

⚠ BREAKING CHANGES

  • uses new single-issue libp2p interface modules

Features

  • update to latest libp2p dependencies (#4) (7775b9b)

1.1.6 (2022-06-09)

Trivial Changes

Bug Fixes

Bug Fixes

  • add logger methods, fix peer id deserialization (#194) (f0e1fad)

Bug Fixes

Trivial Changes

Bug Fixes

  • simplify transport interface, update interfaces for use with libp2p (#180) (ec81622)

Bug Fixes

  • rename crypto to connection-encrypter (#179) (d197f55)

Features

Bug Fixes

Bug Fixes

Bug Fixes

Bug Fixes

@libp2p/logger-v1.0.0 (2022-02-07)

Features

@libp2p/tracked-map-v1.0.0 (2022-02-05)

Features