- Added
ByteBuf.clear()
which fills the buffer with zeros. - Fixed
ByteBuf.readVarString()
setting an incorrectmaxByteLength
. - Switch to the
ava
testing framework. - Added GitHub actions for testing and release automation.
ByteBuf.clear()
which fills the buffer with zeros.ByteBuf.readVarString()
setting an incorrect maxByteLength
.ava
testing framework.