0.7.3
This new release of the aleph.im Core Channel Node application includes message processing bug fixes and dependency upgrades.
New Features:
- Charge for Store and Program Messages: Implemented a change where store and program messages are no longer free. (PR #757)
Bug Fixes:
- Inconsistent Pagination: Fixed an issue causing inconsistent pagination in API responses. (PR #777)
- Item Hashes List Endpoint: Resolved a problem with the item hashes list endpoint. (PR #779)
- Pending POST Messages Increase: Fixed a bug that caused an incorrect increase in pending POST messages. (PR #782)
- Account files: Fixed an issue causing an error on the account files endpoint. (PR #784)
Improvements:
- Pydantic V1 Migration: Completed the migration from Pydantic V1 to V2 for the remaining parsing methods. (PR #781)
What's Changed
Full Changelog: 0.7.2...0.7.3
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.ymlfile, in thepyalephandpyaleph-apiservices must usealephim/pyaleph-node:0.7.3. - On the
docker-compose.ymlfile, in thep2p-serviceservice must usealephim/p2p-service:0.1.4.
⚠️ Warning: After updating pyaleph, the service may take up to 10 minutes to start due to a one-time migration. Do not restart the VM; the service will start automatically once the migration completes.
Then, restart your node: docker-compose pull && docker-compose down && docker-compose up -d.