Skip to content

v3.0.3

Compare
Choose a tag to compare
@tristanls tristanls released this 15 Aug 17:14
· 34 commits to master since this release

Reduced heap usage by removing recursion from KBucket: (#35)

Reported problems:

This release changed the internal implementation of closest(id, n) which may impact code that does not provide the required n parameter. See #38. Upgrading to v3.2.0 resolves this problem.