Skip to content

Latest commit

 

History

History
521 lines (254 loc) · 23.8 KB

CHANGELOG.md

File metadata and controls

521 lines (254 loc) · 23.8 KB

8.2.1 (2023-06-15)

Trivial Changes

  • Update .github/workflows/semantic-pull-request.yml [skip ci] (d38eaf8)
  • Update .github/workflows/stale.yml [skip ci] (9fe80a2)

Dependencies

  • dev: bump p-event from 5.0.1 to 6.0.0 (#89) (9d96700)

9.0.7 (2023-10-25)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.3 to ^0.1.4
      • @libp2p/logger bumped from ^3.0.3 to ^3.0.4
      • @libp2p/peer-collections bumped from ^4.0.5 to ^4.0.6
      • @libp2p/peer-id bumped from ^3.0.3 to ^3.0.4
      • @libp2p/peer-id-factory bumped from ^3.0.5 to ^3.0.6
      • @libp2p/peer-record bumped from ^6.0.6 to ^6.0.7

9.0.6 (2023-10-06)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.2 to ^0.1.3
      • @libp2p/logger bumped from ^3.0.2 to ^3.0.3
      • @libp2p/peer-collections bumped from ^4.0.4 to ^4.0.5
      • @libp2p/peer-id bumped from ^3.0.2 to ^3.0.3
      • @libp2p/peer-id-factory bumped from ^3.0.4 to ^3.0.5
      • @libp2p/peer-record bumped from ^6.0.5 to ^6.0.6

9.0.5 (2023-09-15)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/peer-collections bumped from ^4.0.3 to ^4.0.4
      • @libp2p/peer-id-factory bumped from ^3.0.3 to ^3.0.4
      • @libp2p/peer-record bumped from ^6.0.4 to ^6.0.5

9.0.4 (2023-09-10)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/peer-record bumped from ^6.0.3 to ^6.0.4

9.0.3 (2023-08-14)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.1 to ^0.1.2
      • @libp2p/logger bumped from ^3.0.1 to ^3.0.2
      • @libp2p/peer-collections bumped from ^4.0.2 to ^4.0.3
      • @libp2p/peer-id bumped from ^3.0.1 to ^3.0.2
      • @libp2p/peer-id-factory bumped from ^3.0.2 to ^3.0.3
      • @libp2p/peer-record bumped from ^6.0.2 to ^6.0.3

9.0.2 (2023-08-05)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.0 to ^0.1.1
      • @libp2p/logger bumped from ^3.0.0 to ^3.0.1
      • @libp2p/peer-collections bumped from ^4.0.1 to ^4.0.2
      • @libp2p/peer-id bumped from ^3.0.0 to ^3.0.1
      • @libp2p/peer-id-factory bumped from ^3.0.1 to ^3.0.2
      • @libp2p/peer-record bumped from ^6.0.1 to ^6.0.2

9.0.1 (2023-08-04)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/peer-collections bumped from ^4.0.0 to ^4.0.1
      • @libp2p/peer-id-factory bumped from ^3.0.0 to ^3.0.1
      • @libp2p/peer-record bumped from ^6.0.0 to ^6.0.1

9.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
      • @libp2p/logger bumped from ^2.0.0 to ^3.0.0
      • @libp2p/peer-collections bumped from ^3.0.0 to ^4.0.0
      • @libp2p/peer-id bumped from ^2.0.0 to ^3.0.0
      • @libp2p/peer-id-factory bumped from ^2.0.0 to ^3.0.0
      • @libp2p/peer-record bumped from ^5.0.0 to ^6.0.0

8.2.0 (2023-06-11)

Features

8.1.4 (2023-06-03)

Tests

  • add tests for patching and merging protocols (#87) (3e51962)

8.1.3 (2023-06-03)

Dependencies

8.1.2 (2023-05-10)

Dependencies

  • dev: bump aegir from 38.1.8 to 39.0.5 (#81) (9c8c655)

8.1.1 (2023-05-10)

Dependencies

  • bump @libp2p/interface from 2.0.0 to 3.1.0 (#83) (9a8d6c6)

8.1.0 (2023-05-10)

Features

8.0.0 (2023-04-24)

⚠ BREAKING CHANGES

  • make peerstore atomic (#75)

Features

7.0.2 (2023-04-11)

Bug Fixes

  • dispatch peer event on adding new addresses as well as set (#74) (f6d7658)

7.0.1 (2023-03-17)

Dependencies

  • bump @multiformats/multiaddr from 11.6.1 to 12.0.0 (#73) (8ef9aa1)

7.0.0 (2023-03-13)

⚠ BREAKING CHANGES

  • update interface-datastore to 8.x.x (#70)

Trivial Changes

  • Update .github/workflows/semantic-pull-request.yml [skip ci] (d2b7c22)

Dependencies

  • update interface-datastore to 8.x.x (#70) (864bd19)

6.0.4 (2023-03-02)

Bug Fixes

6.0.3 (2023-03-02)

Dependencies

  • dev: bump aegir from 37.12.1 to 38.1.6 (#66) (df47658)

6.0.2 (2023-03-02)

Bug Fixes

Trivial Changes

  • Update .github/workflows/semantic-pull-request.yml [skip ci] (e1271cf)

Dependencies

  • dev: bump protons from 6.1.3 to 7.0.2 (#60) (0b5e25f)

6.0.1 (2023-02-28)

Trivial Changes

Documentation

6.0.0 (2023-01-06)

⚠ BREAKING CHANGES

  • bump multiformats from 10.0.3 to 11.0.0 (#52)

Dependencies

  • bump multiformats from 10.0.3 to 11.0.0 (#52) (0b1335c)

5.0.1 (2022-12-16)

Documentation

5.0.0 (2022-10-12)

⚠ BREAKING CHANGES

  • modules no longer implement Initializable instead switching to constructor injection

Bug Fixes

4.0.0 (2022-10-07)

⚠ BREAKING CHANGES

  • bump @libp2p/components from 2.1.1 to 3.0.0 (#36)

Dependencies

  • bump @libp2p/components from 2.1.1 to 3.0.0 (#36) (8c76da7)

3.1.5 (2022-09-21)

Bug Fixes

Dependencies

  • update @multiformats/multiaddr to 11.0.0 (#35) (49aa018)

3.1.4 (2022-09-20)

Bug Fixes

  • wrong letter in multiaddrs of README.md (#33) (487c059)

Trivial Changes

  • Update .github/workflows/stale.yml [skip ci] (7a48e4d)

3.1.3 (2022-08-12)

Dependencies

3.1.2 (2022-08-11)

Dependencies

3.1.1 (2022-08-03)

Trivial Changes

Dependencies

  • update uint8arraylist and interface deps (#21) (f693e84)

3.1.0 (2022-06-24)

Features

3.0.0 (2022-06-16)

⚠ BREAKING CHANGES

  • registrar API has changed

Trivial Changes

2.0.0 (2022-06-15)

⚠ BREAKING CHANGES

  • uses new single-issue libp2p interface modules

Co-authored-by: Alex Potsides alex@achingbrain.net

Features

1.0.17 (2022-06-09)

Trivial Changes

  • use correct module name in readme (#1) (4f8377d)

Bug Fixes

Bug Fixes

Trivial Changes

  • deps: bump sinon from 13.0.2 to 14.0.0 (#211) (8859f70)

Bug Fixes

Bug Fixes

  • move startable and events interfaces (#209) (8ce8a08)

Bug Fixes

  • move connection manager mock to connection manager module (#205) (a367375)

Bug Fixes

Bug Fixes

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

Bug Fixes

Trivial Changes

Bug Fixes

Bug Fixes

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

Bug Fixes

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

Bug Fixes

  • update package config and add connection gater interface (#178) (c6079a6)

Bug Fixes

  • hide implementations behind factory methods (#167) (2fba080)

Bug Fixes

Bug Fixes

@libp2p/peer-store-v1.0.0 (2022-02-09)

Features

  • add peer store/records, and streams are just streams (#160) (8860a0c)