Skip to content

v0.8.0

Compare
Choose a tag to compare
@mstmdev mstmdev released this 06 Oct 16:31
· 97 commits to main since this release
f61f8d2

Fixed

  • Add init-env.sh script to fix the UDP buffer sizes.

Enhancements

  • Remove the ssh_key flag and add some parameters for source and dest flags to configure the authentication info for SFTP.
  • Add the copy_link and copy_unsafe_link flags to control the synchronization of the symbolic links in the local disk mode.
  • Update scripts/build-release.sh, add linux arm64 and macOS arm64 releases.
  • Update release scripts, get last git commit from HEAD.
  • Remove the CBool structure and code refactoring.
  • Remove the unused global variables.
  • Add docker test and release test workflows to GitHub Actions.
  • Add govulncheck workflow.
  • Replace minio.statDirEntry and sftp.statDirEntry with fs.FileInfoToDirEntry.
  • Replace the global log with local log.
  • Refactor the build-release.sh and build-docker.sh scripts to make it more generic.
  • Update install-minio.sh script, use -q flag for wget command to avoid print progress logs.
  • Rename function NewDecryptReader to newDecryptReader.
  • Update dependency, github.com/quic-go/quic-go v0.38.0 => v0.39.0.
  • Update dependency, github.com/minio/minio-go/v7 v7.0.62 => v7.0.63.
  • Update dependency, github.com/no-src/log v0.3.0 => v0.3.1.
  • Update dependency, golang.org/x/oauth2 v0.11.0 => v0.12.0.
  • Update dependency, google.golang.org/grpc v1.57.0 => v1.58.2.