mirror of https://github.com/waku-org/nwaku.git
19 lines
647 B
Markdown
19 lines
647 B
Markdown
|
# Changelog
|
||
|
|
||
|
## 2020-11-30 v0.1
|
||
|
|
||
|
Initial beta release.
|
||
|
|
||
|
This release contains:
|
||
|
|
||
|
- A Nim implementation of the [Waku v1 protocol](https://specs.vac.dev/waku/waku.html).
|
||
|
- A Nim implementation of the [Waku v2 protocol](https://specs.vac.dev/specs/waku/v2/waku-v2.html).
|
||
|
- CLI applications `wakunode` and `wakunode2` that allows you to run a Waku v1 or v2 node.
|
||
|
- Examples of Waku v1 and v2 usage.
|
||
|
- Various tests of above.
|
||
|
|
||
|
Currenty the Waku v2 implementation, and [most protocols it consist of](https://specs.vac.dev/specs/waku/),
|
||
|
are in a draft/beta state. The Waku v1 implementation is stable but not under active development.
|
||
|
|
||
|
Feedback welcome!
|