v0.4.3
This release fixes a minor issue related to message processing introduced with v0.4.0.
How to upgrade
From 0.4.x
Download the new Docker Compose file
mv docker-compose.yml docker-compose-old.yml
wget "https://raw.githubusercontent.com/aleph-im/pyaleph/v0.4.3/deployment/samples/docker-compose/docker-compose.yml"
Restart the node
docker-compose -f docker-compose-old.yml down
docker-compose -f docker-compose.yml up -dFrom older versions
Follow the guide here.