Skip to content

v1.7.1

Choose a tag to compare

@qianbin qianbin released this 07 May 06:46
· 954 commits to master since this release
323ba33

This is a maintenance release that contains performance improvement and bug fixes.

Notice: Don't forget that full resynchronization is required if upgrading from versions earlier than v1.7.0.

Changes:

  • Replace FreeCache with DirectCache to cache trie nodes (10% performance boost) (#518)
  • Fix Go1.18.x build error (#516)
  • Fix typo in API doc (#513, #514)