Skip to content

0.5.3

Compare
Choose a tag to compare
@arnecls arnecls released this 23 Apr 18:49
· 52 commits to master since this release

This is a critical patch release.

It fixes a GC crash caused by the message payload memory handler.
If your plugins use core. MessageDataPool.get(size) please replace it with make([]byte, size).

The buffer causing this was introduced with 0.5.0 but the bug seems to occur only when building with go 1.10.
We decided to remove the buffer as it's allocation speed improvements showed to be only minor anyways.