Skip to content

0.5.6

Compare
Choose a tag to compare
@aliel aliel released this 11 Nov 11:18
· 71 commits to main since this release
fd4e2ee

This new release of the aleph.im Core Channel Node application solves a P2P issue that was creating duplicated messages.

Bugfixes

Full Changelog: 0.5.5...0.5.6

Upgrade guide

Make sure that your node is running v0.5.1 or later. If that is not the case already, follow the upgrade guide here.

From v0.5.1, simply bump the version of these services:

  • On the docker-compose.yml file, in the pyaleph and pyaleph-api services must use alephim/pyaleph-node:0.5.6.

⚠️ we removed the v in the version number

Then, restart your node: docker-compose pull && docker-compose down && docker-compose up -d.