Skip to content

Releases: jim3ma/gota

v0.0.1-beta6

17 Sep 15:58

Choose a tag to compare

avoid delaying the GotaFrame forever

v0.0.1-beta5

02 Sep 08:00

Choose a tag to compare

  • Enable connection pool feature, add config below in config.server.yaml:
...
pool:
  enable: true
  count: 10
...
  • Enable white list of remote ip address, add config below in config.server.yaml:
...
whiteips:
  - 127.0.0.1/32
...

v0.0.1-beta4

31 Aug 13:25

Choose a tag to compare

  1. Add output for statistic information every 60 seconds.
  2. Add verbose for printing tcp packet information. Now you can enable debug log for helping us debug gota. Set verbose to false to disable tcp packet information log and set log to debug.

v0.0.1-beta3

29 Aug 12:00

Choose a tag to compare

bug fixed and improving the robustness

v0.0.1-beta2

27 Aug 07:28

Choose a tag to compare

  1. Fixed error handling for Server side exited.
  2. Graceful shutdown support.

v0.0.1-beta

01 Aug 08:25

Choose a tag to compare

update version