Skip to content

v0.5.2-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@hoh hoh released this 14 Dec 17:02

What's Changed

  • Fix: Conflict between multiple database migrations by @hoh in #531
  • Filter and sort objects (messages, posts, etc) by confirmation block ID #445 by @MHHukiewitz in #446

Full Changelog: v0.5.2-rc2...v0.5.2-rc3

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:

  • The pyaleph and pyaleph-api services must use alephim/pyaleph-node:0.5.2-rc3.

⚠️ we removed the v in the version number

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