Skip to content

v0.6.2

Compare
Choose a tag to compare
@mstmdev mstmdev released this 27 Apr 16:26
· 200 commits to main since this release
cb3c56f

Fixed

  • Ignore gocyclo check for the testEncrypt function.

Enhancements

  • Replace the custom protocol that is based on tcp with gRPC.
  • Add some integration tests that synchronize files to server.
  • The signal.Notify function support stop receiving signals.
  • Remove the global logger in the Daemon structure.
  • Modify the conf.Parse function to generics.
  • Add the conf.ParseContent function.
  • Use the bytes.TrimSuffix function to simplified code.
  • Remove syscall.SIGKILL.
  • Update README docs, add the rate limit section.
  • Update dependency, github.com/minio/minio-go/v7 v7.0.50 => v7.0.52.
  • Update dependency, github.com/quic-go/quic-go v0.33.0 => v0.34.0.
  • Update dependency, golang.org/x/crypto v0.7.0 => v0.8.0.