Skip to content

Commit 949adeb

Browse files
authored
Release: v0.4.0 (#347)
1 parent fedd961 commit 949adeb

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Changelog
33
=========
44

5+
Version 0.4.0
6+
=============
7+
8+
* CCNs now use the Aleph.im P2P service for P2P communication instead of libp2p's P2P daemon.
9+
* Fixed a general 500 error on the posts GET endpoint.
10+
* Syntactically invalid pending messages are now dropped and not retried.
11+
* CCNs now support PROGRAM messages creating persistent VMs.
12+
* CCNs now use Pydantic models internally to validate and process messages.
13+
514
Version 0.3.3
615
=============
716

deployment/samples/docker-compose/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ volumes:
77
services:
88
pyaleph:
99
restart: always
10-
image: alephim/pyaleph-node:v0.3.3
10+
image: alephim/pyaleph-node:v0.4.0
1111
command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
1212
ports:
1313
- "127.0.0.1:8000:8000/tcp"

deployment/samples/docker-monitoring/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ volumes:
99
services:
1010
pyaleph:
1111
restart: always
12-
image: alephim/pyaleph-node:v0.3.3
12+
image: alephim/pyaleph-node:v0.4.0
1313
command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -vv
1414
ports:
1515
- "127.0.0.1:8000:8000/tcp"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,5 +293,5 @@
293293

294294

295295
rst_epilog = """
296-
.. |pyaleph_version| replace:: v0.3.3
296+
.. |pyaleph_version| replace:: v0.4.0
297297
"""

0 commit comments

Comments
 (0)