js-waku/packages/sdk/CHANGELOG.md

9.5 KiB

Changelog

All notable changes to this project will be documented in this file.

The file is maintained by Release Please based on Conventional Commits specification, and this project adheres to Semantic Versioning.

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/dns-discovery bumped from 0.0.8 to 0.0.9

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/core bumped from 0.0.14 to 0.0.15

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/core bumped from 0.0.16 to 0.0.17
      • @waku/dns-discovery bumped from 0.0.10 to 0.0.11
    • devDependencies
      • @waku/interfaces bumped from 0.0.11 to 0.0.12

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/utils bumped from 0.0.9 to 0.0.10
      • @waku/relay bumped from 0.0.4 to 0.0.5
      • @waku/core bumped from 0.0.21 to 0.0.22
      • @waku/interfaces bumped from 0.0.16 to 0.0.17
      • @waku/dns-discovery bumped from 0.0.15 to 0.0.16

0.0.19 (2023-09-11)

⚠ BREAKING CHANGES

  • set peer-exchange with default bootstrap (#1469)

Features

  • Set peer-exchange with default bootstrap (#1469) (81a52a8)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/utils bumped from 0.0.10 to 0.0.11
      • @waku/relay bumped from 0.0.5 to 0.0.6
      • @waku/core bumped from 0.0.22 to 0.0.23
      • @waku/dns-discovery bumped from 0.0.16 to 0.0.17
      • @waku/interfaces bumped from 0.0.17 to 0.0.18
      • @waku/peer-exchange bumped from ^0.0.15 to ^0.0.16

0.0.17 (2023-07-26)

⚠ BREAKING CHANGES

Features

Miscellaneous Chores

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/utils bumped from 0.0.8 to 0.0.9
      • @waku/relay bumped from 0.0.3 to 0.0.4
      • @waku/core bumped from 0.0.20 to 0.0.21
      • @waku/interfaces bumped from 0.0.15 to 0.0.16
      • @waku/dns-discovery bumped from 0.0.14 to 0.0.15

0.0.16 (2023-06-08)

⚠ BREAKING CHANGES

  • rename package from @waku/create to @waku/sdk (#1386)

Features

  • Allow passing of multiple ENR URLs to DNS Discovery & dial multiple peers in parallel (#1379) (f32d7d9)
  • Rename package from @waku/create to @waku/sdk (#1386) (951ebda)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/utils bumped from * to 0.0.8
      • @waku/relay bumped from 0.0.2 to 0.0.3
      • @waku/core bumped from 0.0.19 to 0.0.20
      • @waku/dns-discovery bumped from 0.0.13 to 0.0.14
    • devDependencies
      • @waku/interfaces bumped from 0.0.14 to 0.0.15

0.0.15 (2023-05-26)

⚠ BREAKING CHANGES

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/relay bumped from 0.0.1 to 0.0.2
      • @waku/core bumped from 0.0.18 to 0.0.19
      • @waku/dns-discovery bumped from 0.0.12 to 0.0.13
    • devDependencies
      • @waku/interfaces bumped from 0.0.13 to 0.0.14

0.0.14 (2023-05-18)

⚠ BREAKING CHANGES

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/relay bumped from * to 0.0.1
      • @waku/core bumped from * to 0.0.18
      • @waku/dns-discovery bumped from * to 0.0.12
    • devDependencies
      • @waku/interfaces bumped from * to 0.0.13

0.0.12 (2023-04-03)

⚠ BREAKING CHANGES

  • add and implement IReceiver (#1219)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/core bumped from 0.0.15 to 0.0.16
      • @waku/dns-discovery bumped from 0.0.9 to 0.0.10
    • devDependencies
      • @waku/interfaces bumped from 0.0.10 to 0.0.11

0.0.9 (2023-03-24)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/core bumped from 0.0.12 to 0.0.13
      • @waku/dns-discovery bumped from 0.0.7 to 0.0.8
    • devDependencies
      • @waku/interfaces bumped from 0.0.9 to 0.0.10

0.0.8 (2023-03-23)

Bug Fixes

  • @waku/create should not depend on @waku/peer-exchange (f0ac886)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/core bumped from 0.0.11 to 0.0.12
      • @waku/dns-discovery bumped from 0.0.6 to 0.0.7
    • devDependencies
      • @waku/interfaces bumped from 0.0.8 to 0.0.9

0.0.7 (2023-03-16)

⚠ BREAKING CHANGES

  • bump typescript
  • bump libp2p dependencies

Features

  • DNS discovery as default bootstrap discovery (#1114) (11819fc)

Bug Fixes

  • Prettier and cspell ignore CHANGELOG (#1235) (4d7b3e3)
  • Remove initialising peer-exchange while creating a node (#1158) (1b41569)

Miscellaneous Chores

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/core bumped from * to 0.0.11
      • @waku/dns-discovery bumped from * to 0.0.6
      • @waku/peer-exchange bumped from * to 0.0.4
    • devDependencies
      • @waku/interfaces bumped from * to 0.0.8

Unreleased

Fixed

  • Documentation links.

0.0.6 - 2022-12-19

Fixed

  • Missing dependency declarations.

0.0.5 - 2022-12-15

Changed

  • Renamed createPrivacyNode to createRelayNode.

0.0.4 - 2022-11-18

Added

  • Alpha version of @waku/create.