Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Releases: Softwarekang/knetty

v0.2.0

02 May 14:21

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0-beat.1

12 Jan 10:57
fc4acaf

Choose a tag to compare

v0.1.0-beat.1 Pre-release
Pre-release

v0.1.0 (2023-01-12)

Full Changelog

Implemented enhancements:

  • feat:Implementing a lock-free ringbuffer for use by the connection #54
  • [Feature Request]:An example of using knetty to implement an HTTP server #52
  • [Feature Request]:Optimize the connection bytebuffer cache mechanism and reduce GC by using a pool. #51
  • [Feature Request]: Implementing a non-blocking read function using chan in place of a for loop. #49
  • [Feature Request]: Session interface exposes APIs that are not needed by the user and need to be optimized. #45
  • [Feature Request]:Supports knetty configuration files and logging framework #40
  • [Feature Request]:Knetty requires support for running on LINUX systems. #39
  • Creating issue templates #35
  • chore(ci): ci for golint & mdlint #32
  • knet session api #17

Fixed bugs:

  • bug: Graceful shutdown of client and server failed #47

Merged pull requests: