Skip to content

v0.5.2

Compare
Choose a tag to compare
@mstmdev mstmdev released this 19 Jan 09:04
· 277 commits to main since this release

Enhancements

  • Add the fsctl tool.
  • Remove the session_mode flag, use the session_connection flag to recognize the session mode.
  • Mask the encrypt secret and decrypt secret of report api.
  • Add the hostname field for report api.
  • The PrintVersion function supports specifying the program name.
  • Code refactoring, register all commands to the global variable and add the Name function to display the command name.
  • Initialize the writeMap with a specified size.
  • Update dependency, github.com/gin-gonic/gin v1.8.1 => v1.8.2.
  • Update dependency, github.com/minio/minio-go/v7 v7.0.44 => v7.0.46.
  • Update the build badge(#67).