All Versions
37
Latest Version
Avg Release Cycle
14 days
Latest Release
1225 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