gnet v1.3.2 Release Notes

Release Date: 2020-11-20 // over 3 years ago

Previous changes from v1.2.0

  • ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Support graceful shutdown with OS signals (Fixes #82)

    โœจ Enhancements

    • ๐Ÿ‘Œ Improve the creation processes of netpoller (Fixes #72) ccc6c25
    • Reuse slice struct when resetting buffer 916c255
    • ๐Ÿ‘‰ Make a big allocation on ring-buffer at the first time 61963bd

    ๐Ÿ“„ Docs

    • โšก๏ธ Update Features section in READMEs a0d53f5
    • โž• Add a new article about gnet d500bf4
    • Supplement the missing acknowledgment item b031357

    Misc

    • Enable ReadN(int) to handle corner cases 2e89e25
    • Leverage reviewdog as automated code review tool 5db42f9
    • ๐Ÿ“ฆ Use customized logger to log errors instead of std log package 3a69701
    • โœ‚ Remove useless field of server 47817a0
    • Unexport some errors 5287bd8