Skip to content

Latest commit

 

History

History
326 lines (149 loc) · 16 KB

CHANGELOG.md

File metadata and controls

326 lines (149 loc) · 16 KB

11.0.0 (2024-09-11)

⚠ BREAKING CHANGES

Bug Fixes

10.0.3 (2024-09-11)

Trivial Changes

  • Update .github/pull_request_template.md [skip ci] (877be59)
  • Update .github/pull_request_template.md [skip ci] (8ad191b)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (39754ad)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (8e49d5d)
  • Update .github/workflows/stale.yml [skip ci] (0effa29)
  • Update .github/workflows/stale.yml [skip ci] (3462224)

Dependencies

  • bump uint8arrays from 4.0.10 to 5.0.2 (#142) (ce9e82d)
  • dev: bump aegir from 41.3.5 to 42.2.5 (#144) (eb5dd7d)

10.0.2 (2023-12-04)

Bug Fixes

10.0.1 (2023-12-04)

Bug Fixes

  • only emit event when there are topic peers (#129) (dfe4fed)

10.0.0 (2023-12-04)

⚠ BREAKING CHANGES

  • requires libp2p v1 or later

Trivial Changes

Documentation

Dependencies

9.0.2 (2023-10-24)

Dependencies

  • dev: bump sinon from 16.1.3 to 17.0.0 (#116) (0f8d53a)

9.0.1 (2023-10-24)

Trivial Changes

  • Update .github/pull_request_template.md [skip ci] (e177577)

Dependencies

  • dev: bump aegir from 40.0.13 to 41.0.5 (#115) (3fa647b)

9.0.0 (2023-09-18)

⚠ BREAKING CHANGES

Dependencies

8.0.6 (2023-09-18)

Dependencies

  • bump @libp2p/interface-peer-discovery from 1.1.1 to 2.0.0 (#96) (4e3766a)

8.0.5 (2023-09-18)

Trivial Changes

  • add or force update .github/workflows/js-test-and-release.yml (#108) (a1b0c2a)
  • delete templates [skip ci] (#107) (fef95f6)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (719b878)
  • Update .github/workflows/stale.yml [skip ci] (b036800)
  • Update .github/workflows/stale.yml [skip ci] (29d5e68)
  • Update CODEOWNERS [skip ci] (654a2db)

Dependencies

  • dev: bump aegir from 38.1.8 to 40.0.0 (#104) (0342dd9)

8.0.4 (2023-04-24)

Dependencies

  • dev: bump @libp2p/interface-address-manager from 2.0.5 to 3.0.0 (#91) (6c74790)

8.0.3 (2023-04-19)

Dependencies

  • bump @libp2p/interface-pubsub from 3.0.7 to 4.0.0 (#90) (412b338)
  • bump protons-runtime from 4.0.2 to 5.0.0 (#72) (e75d936)

8.0.2 (2023-03-21)

Dependencies

  • bump @multiformats/multiaddr from 11.6.1 to 12.0.0 (#87) (31ce222)

8.0.1 (2023-03-20)

Trivial Changes

  • Update .github/workflows/semantic-pull-request.yml [skip ci] (740b797)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (0d8e5d2)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (1e7f66e)

Dependencies

  • dev: bump protons from 6.1.3 to 7.0.2 (#77) (4eb7e64)

8.0.0 (2023-01-06)

⚠ BREAKING CHANGES

  • update multiformats to v11 (#70)

Bug Fixes

7.0.1 (2022-12-16)

Bug Fixes

Documentation

7.0.0 (2022-10-12)

⚠ BREAKING CHANGES

  • modules no longer implement Initializable instead switching to constructor injection

Bug Fixes

Trivial Changes

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

6.0.2 (2022-08-31)

Bug Fixes

  • peers were not published on pubsub, updated dependencies (#49) (a4b9a69)

6.0.1 (2022-08-03)

Trivial Changes

Dependencies

  • update deps for no-copy operations (#43) (90f4d38)

6.0.0 (2022-06-15)

⚠ BREAKING CHANGES

  • uses new single-issue libp2p interface modules

Features

5.0.4 (2022-05-23)

Bug Fixes

5.0.3 (2022-05-06)

Bug Fixes

5.0.2 (2022-05-04)

Bug Fixes

5.0.1 (2022-03-22)

Bug Fixes

  • do pubsub operations after start (#13) (ae53cc9)

5.0.0 (2022-03-21)

⚠ BREAKING CHANGES

  • this module now only has named exports and is ESM only

Features

4.0.0 (2021-05-26)

Bug Fixes

  • add support for multiaddrs 8.0.0 (#8) (af65502)

chore

  • update dependencies and use protobufjs (#10) (7e3f6b3)

BREAKING CHANGES

  • uses new multiaddr
  • emitted peer multiaddrs changed to Uint8Arrays

3.0.0 (2020-10-07)

Bug Fixes

  • add support for multiaddrs 8.0.0 (#8) (af65502)

BREAKING CHANGES

  • emitted peer multiaddrs changed to Uint8Arrays

2.0.1 (2020-04-29)

2.0.0 (2020-04-21)

Chores

  • peer-discovery not using peer-info (#5) (ca0bdff)

BREAKING CHANGES

  • peer event emits an object with id and multiaddr instead of a peer-info

  • chore: address review

1.0.0 (2020-04-08)

Features