Skip to content

Latest commit

 

History

History
377 lines (171 loc) · 16.4 KB

CHANGELOG.md

File metadata and controls

377 lines (171 loc) · 16.4 KB

3.0.12 (2023-06-15)

Trivial Changes

  • Update .github/workflows/semantic-pull-request.yml [skip ci] (2c91adc)
  • Update .github/workflows/stale.yml [skip ci] (e5fbee9)

Dependencies

  • dev: bump aegir from 38.1.8 to 39.0.10 (#100) (da6547c)

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.0.11 (2023-04-24)

Dependencies

  • bump @libp2p/interface-peer-store from 1.2.9 to 2.0.0 (#91) (c7569d7)

3.0.10 (2023-04-18)

Dependencies

  • bump it-stream-types from 1.0.5 to 2.0.1 (#89) (0de4a85)

3.0.9 (2023-04-18)

Dependencies

  • dev: bump it-all from 2.0.1 to 3.0.1 (#85) (b029517)
  • dev: bump it-map from 2.0.1 to 3.0.2 (#88) (6e24d5a)

3.0.8 (2023-04-12)

Dependencies

  • bump @libp2p/interface-connection from 3.1.1 to 4.0.0 (#90) (d140507)

3.0.7 (2023-03-31)

Dependencies

  • dev: bump it-pipe from 2.0.5 to 3.0.0 (#87) (fc28634)

3.0.6 (2023-03-27)

Bug Fixes

  • handle non ip4/ip6/dns addresses in isPrivate (#84) (af2c222)

3.0.5 (2023-03-17)

Trivial Changes

  • replace err-code with CodeError (#70) (beb252d), closes js-libp2p#1269
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (acad1fe)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (1b96837)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (10d6e7a)

Dependencies

  • bump @multiformats/multiaddr from 11.6.1 to 12.0.0 (#83) (3eeeeba)
  • dev: bump aegir from 37.12.1 to 38.1.7 (#80) (2c262ba)

3.0.4 (2022-12-16)

Documentation

3.0.3 (2022-12-07)

Bug Fixes

Dependencies

3.0.2 (2022-09-21)

Trivial Changes

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

Dependencies

  • update @multiformats/multiaddr to 11.0.0 (#59) (46bff23)

3.0.1 (2022-08-10)

Bug Fixes

3.0.0 (2022-06-27)

⚠ BREAKING CHANGES

  • deps: the API of the returned MultiaddrConnection has changed

Trivial Changes

  • deps: bump @libp2p/interface-connection from 1.0.1 to 2.1.0 (#51) (0f99bf8)

2.0.1 (2022-06-27)

Trivial Changes

2.0.0 (2022-06-15)

⚠ BREAKING CHANGES

  • uses new single-issue libp2p interface modules

Features

1.0.10 (2022-04-07)

Trivial Changes

1.0.9 (2022-03-15)

Bug Fixes

  • refactor address sort to be a regular sort function (#35) (8d4e3d6)

1.0.8 (2022-03-03)

Bug Fixes

  • correct update path for stream-to-ma-conn (#34) (90cc6f5)

1.0.7 (2022-03-02)

Bug Fixes

  • pass duplex to stream-to-ma-conn not stream (#33) (ebc5c60)

1.0.6 (2022-02-10)

Bug Fixes

1.0.5 (2022-01-15)

Bug Fixes

  • update it-* deps to typed versions (#30) (b65ae5c)

1.0.4 (2022-01-15)

Trivial Changes

1.0.3 (2022-01-14)

Trivial Changes

1.0.2 (2022-01-08)

Trivial Changes

0.4.1 (2021-07-08)

0.4.0 (2021-07-07)

chore

BREAKING CHANGES

  • updates multiaddr which uses the new CID class

0.3.1 (2021-04-12)

0.3.0 (2021-04-08)

Features

0.2.3 (2020-11-30)

0.2.2 (2020-11-16)

Features

0.2.1 (2020-10-08)

Chores

Features

  • is multiaddr private and loopback (#10) (d7fa562)

BREAKING CHANGES

    • The multiaddr dep of this module uses Uint8Arrays and may not be compatible with previous versions
  • chore: remove gh url

0.2.0 (2020-08-07)

Chores

BREAKING CHANGES

    • The multiaddr dep of this module uses Uint8Arrays and may not be compatible with previous versions
  • chore: remove gh url

0.1.3 (2020-07-15)

Features

  • arrayEquals for non primitive types with equals function (80668ff)

0.1.2 (2020-02-15)

Features

  • stream to multiaddr connection converter (#2) (6220631)

0.1.1 (2020-02-13)

0.1.0 (2019-09-23)

Features