All Versions
37
Latest Version
Avg Release Cycle
14 days
Latest Release
1583 days ago

Changelog History
Page 2

  • v1.2.3

    June 07, 2020
  • v1.2.2

    June 06, 2020
  • v1.2.1

    June 06, 2020
  • v1.2.0 Changes

    May 11, 2020

    ๐Ÿ”‹ 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
  • v1.1.5

    April 13, 2020
  • v1.1.4

    April 13, 2020
  • v1.1.3

    April 09, 2020
  • v1.1.2

    April 08, 2020
  • v1.1.1

    April 04, 2020
  • v1.1.0 Changes

    April 03, 2020

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Support new load-balancing algorithm of least-connections (#63)
    • ๐Ÿ‘Œ Support new load-balancing algorithm of source-addr-hash (#63)
    • โž• Add a new API to get the number of currently active connections 5ae4849

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix an issue of not recycling byte-buffers 3b6edfd
    • ๐Ÿ›  Fix a bug of ring-buffer a9caa26

    โœจ Enhancements

    • ๐Ÿ‘Œ Improve several methods of ring-buffer 828e845
    • Refine the range indexes when re-slicing 008c0c9
    • Lazily allocate memory for ring-buffers 095ef52

    ๐Ÿ“„ Docs

    Misc

    • Rename the eventloop_group.go to load_balancing.go 24203f4
    • โž• Add unit test for ring-buffer ecf3473 94246dc