Releases
v0.3.3
Fixed
Fix the EventLog
write to a nil Writer
will cause panic.
Fix the DoWithContext
function will return a nil value when panic occurs.
Fix call the Done
or DoneWithError
for more than once will be deadlock.
Fix the golint warning.
Enhancements
Rename the pprof
flag to manage
.
Rename the pprof_private
flag to manage_private
.
Reduce upload and write the same file to the remote push server.
Add the conf
flag to load config from the file to replace the flags, support yaml
and json
format currently.
Add the core.Duration
struct to replace the time.Duration
and custom the encoding behavior.
Add config api to read program config with json
or yaml
format.
Add the awesome
badge.
Set the test timeout for 10 minutes.
Add some tests.
Update README docs, add the run in docker section, add usage for -chunk_size flag, and how to use the configuration file section.
Update server/README.md, add document for file push api.
You can’t perform that action at this time.