Skip to content

Latest commit

 

History

History
252 lines (118 loc) · 12.9 KB

CHANGELOG.md

File metadata and controls

252 lines (118 loc) · 12.9 KB

3.1.9 (2023-06-15)

Trivial Changes

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

Dependencies

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

4.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
      • @libp2p/logger bumped from ^3.0.1 to ^3.0.2

4.0.1 (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

4.0.0 (2023-07-31)

⚠ BREAKING CHANGES

  • the .close, closeRead and closeWrite methods on the Stream interface are now asynchronous
  • 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

3.1.8 (2023-04-19)

Dependencies

  • update abortable iterator to 5.x.x (#61) (5bc4293)

3.1.7 (2023-04-18)

Bug Fixes

  • specify protocol stream sink return type (#60) (12d6b9c)

3.1.6 (2023-04-18)

Dependencies

  • bump it-stream-types from 1.0.5 to 2.0.1 (#58) (0b0ebca)

3.1.5 (2023-04-17)

Bug Fixes

  • use trace logging for happy paths (#59) (184ef21)

3.1.4 (2023-04-03)

Dependencies

  • update all it-* deps to the latest versions (#57) (cf9133a)

3.1.3 (2023-03-31)

Trivial Changes

  • replace err-code with CodeError (#36) (fc2aefd), closes js-libp2p#1269
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (1861a94)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (0f312c0)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (6a277a6)

Dependencies

  • bump it-merge from 2.0.1 to 3.0.0 (#51) (129166b)
  • dev: bump it-all from 2.0.1 to 3.0.1 (#50) (d8420a0)

3.1.2 (2022-12-16)

Trivial Changes

Documentation

3.1.1 (2022-10-31)

Bug Fixes

Trivial Changes

3.1.0 (2022-10-12)

Features

Trivial Changes

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

Dependencies

  • bump uint8arrays from 3.x.x to 4.x.x (#22) (cfb887b)

3.0.0 (2022-08-06)

⚠ BREAKING CHANGES

  • the single-method Listener and Dialer classes have been removed and their methods exported instead

Bug Fixes

2.0.2 (2022-07-31)

Trivial Changes

Dependencies

  • update it-length-prefixed deps to support no-copy ops (#16) (2946064)

2.0.1 (2022-06-17)

Trivial Changes

2.0.0 (2022-06-15)

⚠ BREAKING CHANGES

  • updates to single-issue libp2p interfaces and ls has been removed

Features

  • update interfaces, remove ls (#3) (1e6f3cd), closes #2

Bug Fixes

Bug Fixes

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)

Bug Fixes

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

@libp2p/multistream-select-v1.0.0 (2022-02-17)

Bug Fixes

  • add multistream-select and update pubsub types (#170) (b9ecb2b)