Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@findstr findstr released this 18 Dec 04:07
· 7 commits to master since this release
Bug fixes:
  • Fix websocket frame header byte order
  • Fix http2 scheme header && reset_frame error code
  • Fix http2 window handle
  • Fix some lint warnings
New features:
  • Add grpc support
  • Add signal support
  • Add cancel for timer and redesign node cache
  • Add metrics of prometheus
  • Add distributed tracing via log(expriemental)
  • Add cluster.lua to provide a more flexible alternative to cluster.rpc and cluster.msg
  • Add annotations for LuaLS/lua-language-server to enable type checking and enhance navigation capabilities
  • Support TLS sni cert
  • Support HTTP automatic switching between http and http2
  • Support ETCDv3 client(kv, lease, watch) partially
  • Handle websocket connection close gracefully
  • Remove redis response of '\r\n'
  • Refine endless loop warning introduce tracebacks for improved problem diagnosis
  • Use clang-format to unify code style
  • Reimplement startup mechanism and module layout
  • Reimplement logger to support log level(debug, info, warn, error) and more faster