Skip to content

Commit 0e7fe28

Browse files
committed
Release: v0.4.4
1 parent eea5006 commit 0e7fe28

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.rst

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

5+
Version 0.4.4
6+
=============
7+
8+
* Fix: Messages sent to the `pubsub` endpoint were only forwarded to other nodes.
9+
* Fix: The ref field on STORE messages was not stored
10+
* Upgrade dependencies p2p-service and aleph-client
11+
* Support disabling IPFS in configuration
12+
513
Version 0.4.3
614
=============
715

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.4.3
10+
image: alephim/pyaleph-node:v0.4.4
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.4.3
12+
image: alephim/pyaleph-node:v0.4.4
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.4.3
296+
.. |pyaleph_version| replace:: v0.4.4
297297
"""

0 commit comments

Comments
 (0)