All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added a MANIFEST.in so the source distribution can retain necessary requirements.txt file
- update tests without unittest only pytest (#62)
- added additional docs to
Node
to reduce confusion noted in #73
- Fixed unexpected type conversion in buckets (#77)
- Fixed issue with load_state not awaiting bootstrap (#78)
- Fixed
KBucket.replacement_nodes
is never pruned (#79)
minor version update to handle long_description_content_type for pypi
KBucket.remove_node
removes nodes in replacement_nodes. (#66)- Improve
KBucket.split
(#65) - refacto(storage): use '@abstractmethod' instead of 'raise NotImplementedError' in Storage Interface (#61)
- Asynchronous Server listening (#58) (#60)
- Removed unused imports
- Removed all camelcase naming