mirror of https://github.com/waku-org/js-waku.git
5.2 KiB
5.2 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.
0.0.10 (2023-03-24)
Bug Fixes
0.0.9 (2023-03-23)
⚠ BREAKING CHANGES
- use ISender and deprecate Light Push .push (#1217)
Features
- Add getActiveSubscriptions method (#1249) (45284db)
- Use ISender and deprecate Light Push .push (#1217) (0f6a594)
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)
Unreleased
Added
multicodec
property on protocol interfaces.
0.0.7 - 2023-01-18
Added
IPeerExchange
interface.IEnr
interface.
0.0.6 - 2022-12-15
Changed
- Add
I
prefix to protocol and messages interfaces. - Renamed node interfaces to include
Node
. - Renamed
WakuPrivacy
toRelayNode
.
0.0.5 - 2022-11-18
Added
- Alpha version of
@waku/interfaces
.