gnet v1.1.0 Release Notes

Release Date: 2020-04-03 // about 4 years ago
  • ๐Ÿ”‹ 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