Skip to content

Latest commit

 

History

History
330 lines (163 loc) · 16.3 KB

CHANGELOG.md

File metadata and controls

330 lines (163 loc) · 16.3 KB

5.0.4 (2023-06-15)

Trivial Changes

  • Update .github/workflows/semantic-pull-request.yml [skip ci] (10f3201)
  • Update .github/workflows/stale.yml [skip ci] (0bd8e9d)

Dependencies

  • dev: bump aegir from 38.1.8 to 39.0.10 (#64) (ba3ac38)

6.0.3 (2023-08-14)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/crypto bumped from ^2.0.2 to ^2.0.3
      • @libp2p/interface bumped from ^0.1.1 to ^0.1.2
      • @libp2p/peer-id bumped from ^3.0.1 to ^3.0.2
      • @libp2p/utils bumped from ^4.0.1 to ^4.0.2
    • devDependencies
      • @libp2p/peer-id-factory bumped from ^3.0.2 to ^3.0.3

6.0.2 (2023-08-05)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/crypto bumped from ^2.0.1 to ^2.0.2
      • @libp2p/interface bumped from ^0.1.0 to ^0.1.1
      • @libp2p/peer-id bumped from ^3.0.0 to ^3.0.1
      • @libp2p/utils bumped from ^4.0.0 to ^4.0.1
    • devDependencies
      • @libp2p/peer-id-factory bumped from ^3.0.1 to ^3.0.2

6.0.1 (2023-08-04)

Dependencies

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

6.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/crypto bumped from ^1.0.0 to ^2.0.0
      • @libp2p/interface bumped from ~0.0.1 to ^0.1.0
      • @libp2p/peer-id bumped from ^2.0.0 to ^3.0.0
      • @libp2p/utils bumped from ^3.0.0 to ^4.0.0
    • devDependencies
      • @libp2p/peer-id-factory bumped from ^2.0.0 to ^3.0.0

5.0.3 (2023-03-17)

Dependencies

  • bump @multiformats/multiaddr from 11.6.1 to 12.0.0 (#55) (edc67ec)

5.0.2 (2023-03-13)

Bug Fixes

5.0.1 (2023-03-10)

Trivial Changes

  • replace err-code with CodeError (#42) (b76d07f), closes js-libp2p#1269
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (157d49d)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (920dfd3)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (1ef05ef)
  • upgrade aegir to 38.1.2 (#48) (e0fd5e3)

Dependencies

  • bump protons-runtime from 4.0.2 to 5.0.0 (#45) (83958a5)

5.0.0 (2023-01-06)

⚠ BREAKING CHANGES

  • update multiformats to 11.x.x (#41)

Bug Fixes

Dependencies

4.0.5 (2022-12-16)

Dependencies

Documentation

4.0.4 (2022-10-12)

Dependencies

  • bump uint8arrays, protons and multiformats (#29) (04bf67d)

4.0.3 (2022-09-21)

Trivial Changes

  • Update .github/workflows/stale.yml [skip ci] (11230eb)
  • update project config (#25) (cca2319)

Dependencies

  • update @multiformats/multiaddr to 11.0.0 (#26) (9b6f719)

4.0.2 (2022-08-12)

Dependencies

  • bump interface-datastore from 6.1.1 to 7.0.0 (#22) (f516cf0)

4.0.1 (2022-08-11)

Dependencies

4.0.0 (2022-08-03)

⚠ BREAKING CHANGES

  • update interface deps to use byte lists (#16)

Trivial Changes

Dependencies

  • update interface deps to use byte lists (#16) (878f0ca)

3.0.0 (2022-06-27)

⚠ BREAKING CHANGES

  • deps: Bump @libp2p/utils from 2.0.0 to 3.0.0 (#10)

Trivial Changes

  • deps: Bump @libp2p/utils from 2.0.0 to 3.0.0 (#10) (17bca9f)

2.0.2 (2022-06-17)

Trivial Changes

2.0.1 (2022-06-17)

Trivial Changes

  • deps: bump @libp2p/logger from 1.1.6 to 2.0.0 (#6) (74c21d1)
  • deps: bump @libp2p/utils from 1.0.10 to 2.0.0 (#7) (a50d068)

2.0.0 (2022-06-15)

⚠ BREAKING CHANGES

  • uses new single-issue libp2p interface modules

Features

Bug Fixes

Bug Fixes

Trivial Changes

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

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)

Bug Fixes

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

Bug Fixes

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

Bug Fixes

Bug Fixes

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

Features

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