File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ Version 0.2.1
6+ =============
7+
8+ - Improved the code for the storage module and improved test coverage.
9+ - Fixed a major synchronisation issue between CCNs. A shared variable was not updated correctly, making it impossible
10+ for CCNs to fetch the content linked to random messages.
11+ - Fixed an issue where IPFS/P2P jobs in charge of listening to the "alive" topics would not restart
12+ once an error occurred.
13+ - Fixed an issue resulting in a KeyError if an IPFS pin timed out.
14+ - CCNs now required Python 3.8+ instead of Python 3.6.
15+
516Version 0.2.0
617=============
718
Original file line number Diff line number Diff line change 293293
294294
295295rst_epilog = """
296- .. |pyaleph_version| replace:: v0.2.0
296+ .. |pyaleph_version| replace:: v0.2.1
297297"""
You can’t perform that action at this time.
0 commit comments