File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
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
+
5
14
Version 0.3.3
6
15
=============
7
16
Original file line number Diff line number Diff line change 7
7
services :
8
8
pyaleph :
9
9
restart : always
10
- image : alephim/pyaleph-node:v0.3.3
10
+ image : alephim/pyaleph-node:v0.4.0
11
11
command : --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
12
12
ports :
13
13
- " 127.0.0.1:8000:8000/tcp"
Original file line number Diff line number Diff line change 9
9
services :
10
10
pyaleph :
11
11
restart : always
12
- image : alephim/pyaleph-node:v0.3.3
12
+ image : alephim/pyaleph-node:v0.4.0
13
13
command : --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -vv
14
14
ports :
15
15
- " 127.0.0.1:8000:8000/tcp"
Original file line number Diff line number Diff line change 293
293
294
294
295
295
rst_epilog = """
296
- .. |pyaleph_version| replace:: v0.3.3
296
+ .. |pyaleph_version| replace:: v0.4.0
297
297
"""
You can’t perform that action at this time.
0 commit comments