Skip to content

Gnet v2.8.0, GIS 2: Innocence

Choose a tag to compare

@github-actions github-actions released this 25 May 08:49
629c05e

ghost-in-the-shell-prizrak-v-389

Important

The most significant enhancement in this release is the support for registering new connections to event loops!

🚀 Features

  • feat: add EventLoop interface and implementation (#700)
  • feat: implement Engine.DupListener method for multiple listeners (#701)
  • feat: support Conn.SendTo for UDP (#694)

🛩 Enhancements

  • opt: release outboundBuffer immediately in Conn.AsyncWrite when Conn is closed (#673)

🐛 Bugfixes

  • opt: avoid setting SO_REUSEPORT on AF_UNIX sockets (#695)

🗃 Misc

  • chore: upgrade dependencies (#705)
  • chore: bump up modules (#681)
  • chore: expurgate conn.asyncWrite/asyncWritev (#674)
  • test: add an example for the netpoll package (#670)

Full Changelog: v2.7.0...v2.8.0

Thanks to all these contributors: @panjf2000 for making this release possible.