Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gofs_go1.20.1_amd64_darwin_v0.6.0.tar.gz | 2023-03-01 | 12.7 MB | |
gofs_go1.20.1_amd64_windows_v0.6.0.zip | 2023-03-01 | 25.8 MB | |
gofs_go1.20.1_amd64_linux_v0.6.0.tar.gz | 2023-03-01 | 12.9 MB | |
README.md | 2023-02-28 | 1.8 kB | |
v0.6.0.tar.gz | 2023-02-28 | 147.1 kB | |
v0.6.0.zip | 2023-02-28 | 253.1 kB | |
Totals: 6 Items | 51.8 MB | 0 |
Fixed
- Update README-CN doc, retrieve the missing example in the
SFTP Pull Client
section. - Fix the member
Err
is nil in theos.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 thehashutil
package and add some tests. - The
WaitDone
supports calling theWait
function many times. - Use the
runtime
package to get information about the version of Go being used and then remove theversion/go_version
file and related scripts and codes. - Implement the
CBool
byatomic.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
andtoplist
packages. - Code refactoring, replace the
Mutex
in theCList
structure with theRWMutex
. - Add more tests for the
encrypt
package. - Remove
go1.18
support and add supportgo1.20
. - Add support for
macOS
. - Update build-docker.sh script, support to build the image with a specified tag that provided by the user.
- Update .gitignore, add
go.work
and.run/
rules. - Add govulncheck.sh script.
- Update README docs, add some flow diagrams.
- Create CODE_OF_CONDUCT.md.
- Update dependency, github.com/minio/minio-go/v7 v7.0.46 => v7.0.48.
- Update dependency, golang.org/x/net v0.4.0 => v0.7.0.
- Update dependency, github.com/no-src/log v0.1.9 => v0.1.10.
- Update dependency, github.com/quic-go/quic-go v0.32.0 => v0.33.0.
- Update dependency, github.com/gin-gonic/gin v1.8.2 => v1.9.0.