v0.5.2-rc3
Pre-release
Pre-release
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
andpyaleph-api
services must usealephim/pyaleph-node:0.5.2-rc3
.
⚠️ we removed thev
in the version number
Then, restart your node: docker-compose pull && docker-compose down && docker-compose up -d
.