Skip to content

goconserver 0.2.0

Compare
Choose a tag to compare
@chenglch chenglch released this 26 Jan 08:59
· 66 commits to master since this release

Changes

  • Implement feature Output Plugins
    With this feature, goconserver could send the console output in json format to multiple targets such as logstash, rsyslog, etc.
  • List console status in the result of congo list.
  • Fix a race condition when deleting node in ondemand=true mode.
  • Handle EAGAIN error when writing stdout at client side.