Skip to content

v0.2.4

Compare
Choose a tag to compare
@mstmdev mstmdev released this 06 Feb 14:13
· 614 commits to main since this release

Fixed

  • Fix when a reconnect happens but can't receive auth response.
  • Fix invalid convert causes a panic when checking connection close error.
  • Fix retry to write a not exist file.
  • Fix the problem of data race.
  • Avoid deleting the file twice or more.
  • Fix rename action does not trigger force delete in the local disk mode.

Enhancements

  • Rename the src flag to source.
  • Rename the target flag to dest.
  • Add the Config struct to store flag arguments.
  • Add the about flag to print about info.
  • Add the clear_deleted flag to support clear all deleted files in the dest path.
  • Rename the package, server/fs => server/httpfs.
  • Move the util/fs*.go to fs package.
  • If execute the sync_once flag finished, then shutdown and exit the program.
  • Ignore all events about the deleted files.
  • Add some badges.
  • Add README doc for the server.