Gollum v0.5.3 Release Notes

Release Date: 2018-04-23 // almost 6 years ago
  • ๐Ÿš‘ 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.