Skip to content

Releases: waku-org/js-waku

enr: v0.0.7

23 Mar 23:16
9b6448b

Choose a tag to compare

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @waku/interfaces bumped from 0.0.8 to 0.0.9

dns-discovery: v0.0.7

23 Mar 23:16
9b6448b

Choose a tag to compare

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/enr bumped from 0.0.6 to 0.0.7
    • devDependencies
      • @waku/interfaces bumped from 0.0.8 to 0.0.9

create: v0.0.8

23 Mar 23:16
9b6448b

Choose a tag to compare

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

core: v0.0.12

23 Mar 23:16
9b6448b

Choose a tag to compare

0.0.12 (2023-03-23)

⚠ BREAKING CHANGES

  • use ISender and deprecate Light Push .push (#1217)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/interfaces bumped from 0.0.8 to 0.0.9

utils: v0.0.2

16 Mar 19:34
b3546ae

Choose a tag to compare

0.0.2 (2023-03-16)

⚠ BREAKING CHANGES

  • add exports map to @waku/utils (#1201)
  • directly convert from ENR to PeerInfo, remove unneeded utility
  • bump typescript
  • bump libp2p dependencies

Bug Fixes

Miscellaneous Chores

  • Add exports map to @waku/utils (#1201) (a30b2bd)
  • Bump libp2p dependencies (803ae7b)
  • Bump typescript (12d86e6)
  • Directly convert from ENR to PeerInfo, remove unneeded utility (6dbcde0)

proto: v0.0.3

16 Mar 19:34
b3546ae

Choose a tag to compare

0.0.3 (2023-03-16)

⚠ BREAKING CHANGES

  • enable encoding of meta field
  • update store.proto
  • update message.proto: payload and content topic are always defined
  • bump protons from 5.1.0 to 7.0.2
  • bump typescript
  • bump all prod dependencies

Features

  • Enable encoding of meta field (bd983ea)

Bug Fixes

Miscellaneous Chores

  • Bump all prod dependencies (88cc76d)
  • Bump protons from 5.1.0 to 7.0.2 (2f2d266)
  • Bump typescript (12d86e6)
  • Update message.proto: payload and content topic are always defined (5cf8ed2)
  • Update store.proto (967e6ff)

peer-exchange: v0.0.4

16 Mar 19:34
b3546ae

Choose a tag to compare

0.0.4 (2023-03-16)

⚠ BREAKING CHANGES

  • directly convert from ENR to PeerInfo, remove unneeded utility
  • extract decoder code
  • bump typescript
  • bump all prod dependencies
  • bump libp2p dependencies

Features

  • Codec as a property of the protocol implementations (a5ff788)
  • DNS discovery as default bootstrap discovery (#1114) (11819fc)

Bug Fixes

  • dns-discovery/peer-exchange: Check if peer is already tagged (952aadd)
  • Prettier and cspell ignore CHANGELOG (#1235) (4d7b3e3)
  • Remove initialising peer-exchange while creating a node (#1158) (1b41569)

Miscellaneous Chores

  • Bump all prod dependencies (88cc76d)
  • Bump libp2p dependencies (803ae7b)
  • Bump typescript (12d86e6)
  • Directly convert from ENR to PeerInfo, remove unneeded utility (6dbcde0)
  • Extract decoder code (130c49b)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/enr bumped from * to 0.0.6
      • @waku/proto bumped from * to 0.0.3
    • devDependencies
      • @waku/interfaces bumped from * to 0.0.8

message-encryption: v0.0.10

16 Mar 19:34
b3546ae

Choose a tag to compare

0.0.10 (2023-03-16)

⚠ BREAKING CHANGES

  • add exports map to @waku/utils (#1201)
  • enable encoding of meta field
  • expose pubsub topic in IDecodedMessage
  • update message.proto: payload and content topic are always defined
  • bump typescript

Features

  • Enable encoding of meta field (bd983ea)
  • Export Decoder, Encoder and DecodedMessage types from root (da1b18d), closes #1010
  • Expose pubsub topic in IDecodedMessage (628ac50), closes #1208

Bug Fixes

Miscellaneous Chores

  • Add exports map to @waku/utils (#1201) (a30b2bd)
  • Bump typescript (12d86e6)
  • Update message.proto: payload and content topic are always defined (5cf8ed2)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/core bumped from * to 0.0.11
      • @waku/interfaces bumped from * to 0.0.8
      • @waku/proto bumped from * to 0.0.3
      • @waku/utils bumped from * to 0.0.2

interfaces: v0.0.8

16 Mar 19:34
b3546ae

Choose a tag to compare

0.0.8 (2023-03-16)

⚠ BREAKING CHANGES

  • add custom events to Relay and make observers private (#1213)
  • enable encoding of meta field
  • expose pubsub topic in IDecodedMessage
  • directly convert from ENR to PeerInfo, remove unneeded utility
  • extract encoder code
  • update store.proto
  • update message.proto: payload and content topic are always defined
  • ConnectionManager and KeepAliveManager (#1135)
  • bump typescript
  • bump libp2p dependencies

Features

  • Add custom events to Relay and make observers private (#1213) (275b166)
  • Codec as a property of the protocol implementations (a5ff788)
  • ConnectionManager and KeepAliveManager (#1135) (24c24cc)
  • Enable encoding of meta field (bd983ea)
  • Expose pubsub topic in IDecodedMessage (628ac50), closes #1208

Bug Fixes

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

Miscellaneous Chores

  • Bump libp2p dependencies (803ae7b)
  • Bump typescript (12d86e6)
  • Directly convert from ENR to PeerInfo, remove unneeded utility (6dbcde0)
  • Extract encoder code (22ffcf5)
  • Update message.proto: payload and content topic are always defined (5cf8ed2)
  • Update store.proto (967e6ff)

enr: v0.0.6

16 Mar 19:34
b3546ae

Choose a tag to compare

0.0.6 (2023-03-16)

⚠ BREAKING CHANGES

  • add exports map to @waku/utils (#1201)
  • directly convert from ENR to PeerInfo, remove unneeded utility
  • extract encoder code
  • extract decoder code
  • bump typescript
  • bump all prod dependencies
  • bump libp2p dependencies

Bug Fixes

Miscellaneous Chores

  • Add exports map to @waku/utils (#1201) (a30b2bd)
  • Bump all prod dependencies (88cc76d)
  • Bump libp2p dependencies (803ae7b)
  • Bump typescript (12d86e6)
  • Directly convert from ENR to PeerInfo, remove unneeded utility (6dbcde0)
  • Extract decoder code (130c49b)
  • Extract encoder code (22ffcf5)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/utils bumped from * to 0.0.2
    • devDependencies
      • @waku/interfaces bumped from * to 0.0.8