Skip to content

Latest commit

 

History

History
150 lines (71 loc) · 6.77 KB

CHANGELOG.md

File metadata and controls

150 lines (71 loc) · 6.77 KB

3.0.2 (2023-06-15)

Trivial Changes

  • Update .github/workflows/semantic-pull-request.yml [skip ci] (ceeba09)
  • Update .github/workflows/stale.yml [skip ci] (9190f64)

Dependencies

  • dev: bump aegir from 38.1.8 to 39.0.10 (#36) (9fa3de6)

4.0.1 (2023-08-04)

Dependencies

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

4.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/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

3.0.1 (2023-03-24)

Trivial Changes

  • Update .github/workflows/semantic-pull-request.yml [skip ci] (aece586)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (7cea5fc)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (67007a2)

Dependencies

  • dev: bump aegir from 37.12.1 to 38.1.8 (#28) (17b6e75)

3.0.0 (2023-01-06)

⚠ BREAKING CHANGES

  • update to multiformats 11 (#15)

Bug Fixes

2.2.2 (2022-12-16)

Documentation

  • document mapIterable method (5f2bc2c)

2.2.1 (2022-12-16)

Documentation

2.2.0 (2022-09-29)

Features

  • add set operations - intersection, difference, union (#9) (896ee1f)

2.1.0 (2022-09-29)

Features

  • accept Iterable in PeerList constructor (#8) (5596ede)

Trivial Changes

  • Update .github/workflows/stale.yml [skip ci] (615eacf)

2.0.0 (2022-06-28)

⚠ BREAKING CHANGES

  • uses new peer-id interface

Bug Fixes

Bug Fixes

Bug Fixes

Bug Fixes

Trivial Changes

@libp2p/peer-collections-v1.0.0 (2022-03-15)

Bug Fixes

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