Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Changelog
=========

Version 0.2.1
=============

- Improved the code for the storage module and improved test coverage.
- Fixed a major synchronisation issue between CCNs. A shared variable was not updated correctly, making it impossible
for CCNs to fetch the content linked to random messages.
- Fixed an issue where IPFS/P2P jobs in charge of listening to the "alive" topics would not restart
once an error occurred.
- Fixed an issue resulting in a KeyError if an IPFS pin timed out.
- CCNs now required Python 3.8+ instead of Python 3.6.

Version 0.2.0
=============

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,5 +293,5 @@


rst_epilog = """
.. |pyaleph_version| replace:: v0.2.0
.. |pyaleph_version| replace:: v0.2.1
"""