Release v0.5.2
Release notes v0.5.2 🎉
This is a patch release
- Fixed a bug that
node.js
didn't allowzkeys
of more than 2 GB in size to be hashed and stored in the plugin cache. - Migrated from
md5
tosha1
hash function for better efficiency.
node.js
didn't allow zkeys
of more than 2 GB in size to be hashed and stored in the plugin cache.md5
to sha1
hash function for better efficiency.