Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Latest commit

 

History

History
530 lines (216 loc) · 28.7 KB

File metadata and controls

530 lines (216 loc) · 28.7 KB

Dependencies

Trivial Changes

Dependencies

Documentation

Bug Fixes

Bug Fixes

Trivial Changes

Trivial Changes

Trivial Changes

⚠ BREAKING CHANGES

  • most modules have been split out of the @libp2p/interfaces and @libp2p/interface-compliance-tests packages

Trivial Changes

Bug Fixes

Bug Fixes

Bug Fixes

  • make stream return types synchronous (#217) (2fe61b7)

⚠ BREAKING CHANGES

  • This adds closeWrite and closeRead checks in the tests, which will cause test failures for muxers that don't implement those

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

Bug Fixes

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

Bug Fixes

Bug Fixes

Bug Fixes

Bug Fixes

Bug Fixes

  • update pubsub interface in line with gossipsub (#199) (3f55596)

Bug Fixes

  • test PubSub interface and not PubSubBaseProtocol (#198) (96c15c9)

Bug Fixes

  • emit pubsub messages using 'message' event (#197) (df9b685)

Bug Fixes

Bug Fixes

Trivial Changes

Bug Fixes

Bug Fixes

Bug Fixes

Bug Fixes

  • use custom event instead of error event (#181) (71ab242)

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

Bug Fixes

  • update muxer to pass transport tests (#174) (466ed53)

Bug Fixes

Bug Fixes

Bug Fixes

Bug Fixes

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

Bug Fixes

Bug Fixes

  • return registered topologies in mock (#168) (1583019)

Bug Fixes

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

Bug Fixes

Bug Fixes

Bug Fixes

Bug Fixes

Features

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

Bug Fixes

Trivial Changes

  • deps: bump sinon from 12.0.1 to 13.0.0 (#154) (3fc8812)

Bug Fixes

Bug Fixes

Trivial Changes

Bug Fixes

Trivial Changes

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.2.0 (2022-01-04)

Features

3.1.1 (2022-01-02)

Bug Fixes

3.1.0 (2022-01-02)

Bug Fixes

Features

3.0.0 (2021-12-02)

chore

  • update libp2p-crypto and peer-id (c711e8b)

BREAKING CHANGES

  • requires node 15+

2.0.0 (2021-11-22)

Features

BREAKING CHANGES

  • not all fields from concrete classes have been added to the interfaces, some adjustment may be necessary as this gets rolled out

1.1.2 (2021-10-18)

Note: Version bump only for package libp2p-interfaces-compliance-tests

1.1.1 (2021-09-20)

Note: Version bump only for package libp2p-interfaces-compliance-tests

1.1.0 (2021-08-20)

Features

1.0.1 (2021-07-08)

Bug Fixes

1.0.0 (2021-07-07)

chore

  • monorepo separating interfaces and compliance tests (#97) (946348f)

BREAKING CHANGES

  • the tests now live in the libp2p-interfaces-compliance-tests module