File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Changelog
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+
514Version 0.3.3
615=============
716
Original file line number Diff line number Diff line change 77services :
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"
Original file line number Diff line number Diff line change 99services :
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"
Original file line number Diff line number Diff line change 293293
294294
295295rst_epilog = """
296- .. |pyaleph_version| replace:: v0.3.3
296+ .. |pyaleph_version| replace:: v0.4.0
297297"""
You can’t perform that action at this time.
0 commit comments