You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixed
Update README-CN doc, retrieve the missing example in the SFTP Pull Client section.
Fix the member Err is nil in the os.SyscallError.
Enhancements
Changes the encryption algorithm to AES.
Add the -http3 flag to support HTTP3 server and client.
Add the print command and some tests.
Add the include command and some tests, support to include other config files in the command config file.
Code refactoring for the sync package, move some functions to the hashutil package and add some tests.
The WaitDone supports calling the Wait function many times.
Use the runtime package to get information about the version of Go being used and then remove the version/go_version file and related scripts and codes.
Implement the CBool by atomic.Bool.
Changes the driver name of minio to lower-case and print the driver name in the log.
Add some unit tests and benchmark tests for the clist and toplist packages.
Code refactoring, replace the Mutex in the CList structure with the RWMutex.
Add more tests for the encrypt package.
Remove go1.18 support and add support go1.20.
Add support for macOS.
Update build-docker.sh script, support to build the image with a specified tag that provided by the user.