Skip to content

v0.2.2

Compare
Choose a tag to compare
@mstmdev mstmdev released this 12 Jan 19:53
· 658 commits to main since this release

Fixed

  • Fix the auth request data is expired when the remote client reconnect and auth again.
  • Fix the problem of data race in the local disk mode.
  • Fix the problem of data race in the remote disk server and remote disk client mode.
  • Fix the problem of data race for fileLogger.
  • Fix the problem of data race for Conn.

Enhancements

  • Add Chinese document.
  • Add support output git commit hash value with the v flag.
  • Add the sync_cron flag to support sync src directory to target directory with cron task.
  • Add the pprof flag to support enable the pprof route.
  • Add the pprof_private flag to support allow to access pprof route by private address and loopback address only.
  • Implement simple shutdown but not very graceful now.
  • Add the DoneWithError func for WaitDone interface to receive error info when work is done.
  • Refactor the remoteClientMonitor struct, just use one goroutine to read the data, and distribute the data by api type.