Skip to content

Commit 3a160b5

Browse files
committed
Release v0.2.
1 parent e43612e commit 3a160b5

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
11
# Changelog
22

3-
## Next version
4-
5-
- Calls to `publish` a message on `wakunode2` now `await` instead of `discard` dispatched [`WakuRelay`](https://github.com/vacp2p/specs/blob/master/specs/waku/v2/waku-relay.md) procedures
6-
- Added JSON-RPC Admin API to retrieve information about peers registered on the `wakunode2`
7-
- `StrictNoSign` enabled.
8-
- Added JSON-RPC Private API to enable using symmetric or asymmetric cryptography to encrypt/decrypt message payloads
3+
## 2021-01-05 v0.2
4+
5+
This release contains the following changes:
6+
7+
- Calls to `publish` a message on `wakunode2` now `await` instead of `discard` dispatched [`WakuRelay`](https://github.com/vacp2p/specs/blob/master/specs/waku/v2/waku-relay.md) procedures.
8+
- [`StrictNoSign`](https://github.com/libp2p/specs/tree/master/pubsub#message-signing) enabled.
9+
- Add JSON-RPC API for external access to `wakunode2` functionality:
10+
- Admin API retrieves information about peers registered on the `wakunode2`.
11+
- Debug API exposes debug information about a `wakunode2`.
12+
- Filter API saves bandwidth by allowing light nodes to filter for specific content.
13+
- Private API enables symmetric or asymmetric cryptography to encrypt/decrypt message payloads.
14+
- Relay API allows basic pub/sub functionality.
15+
- Store API retrieves historical messages.
16+
- Add tutorial on how to use JSON-RPC API.
917
- Refactor: Move `waku_filter` protocol into its own module.
1018

19+
The Waku v2 implementation, and [most protocols it consist of](https://specs.vac.dev/specs/waku/),
20+
are still in a draft/beta state. The Waku v1 implementation is stable but not under active development.
21+
1122
## 2020-11-30 v0.1
1223

1324
Initial beta release.

0 commit comments

Comments
 (0)