Skip to content

Latest commit

 

History

History
363 lines (153 loc) · 17.1 KB

CHANGELOG.md

File metadata and controls

363 lines (153 loc) · 17.1 KB

3.0.4 (2022-08-01)

Trivial Changes

Dependencies

  • update it-length-prefixed and uint8arraylists deps (#91) (f295fce)

3.0.3 (2022-06-30)

Trivial Changes

  • deps: bump @libp2p/peer-collections from 1.0.3 to 2.0.0 (#79) (c066676)

3.0.2 (2022-06-23)

Bug Fixes

  • do not unsubscribe after publish (#78) (760594e)

3.0.1 (2022-06-17)

Bug Fixes

3.0.0 (2022-06-16)

⚠ BREAKING CHANGES

  • update to simpler connection api

Trivial Changes

2.0.0 (2022-06-15)

⚠ BREAKING CHANGES

  • uses new single-issue libp2p interface modules

Co-authored-by: achingbrain [email protected]

Features

  • update to latest libp2p interfaces (#74) (fe38340)

Features

  • expose utility methods to convert bigint to bytes and back (#213) (3d2e59c)

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

  • 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)

Trivial Changes

Bug Fixes

Bug Fixes

  • add keychain types, fix bigint types (#193) (9ceadf9)

Bug Fixes

Trivial Changes

Bug Fixes

Bug Fixes

Bug Fixes

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

Bug Fixes

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

Bug Fixes

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

Bug Fixes

Bug Fixes

Bug Fixes

Features

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

Features

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)

chore

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

Features

BREAKING CHANGES

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

0.9.1 (2022-01-02)

Note: Version bump only for package libp2p-pubsub

0.9.0 (2022-01-02)

Features

0.8.0 (2021-12-02)

chore

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

BREAKING CHANGES

  • requires node 15+

0.7.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