Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

0.4.3

Compare
Choose a tag to compare
@starnop starnop released this 05 Aug 07:25
· 774 commits to master since this release
24aa469

Dragonfly 0.4.3

Images


Breaking Changes


  • feature: add a dfget params item in the dfdaemon config
  • refactor: make common/util to be specific pkgs
  • feature: support non-ipv4 format node address for dfclient
  • feature: return supernode ip according to the value specified by peer
  • feature: add support for prometheus metrics

Contributors


  • Allen Sun
  • liuyuxing
  • lowzj
  • Starnop
  • pouchrobot
  • yeya24
  • Alan
  • alan
  • BingGuanqi
  • 928234269
  • AllenZMC
  • Haines Chan
  • cd1989
  • dzzg
  • [email protected]
  • refname 'v0.4.2' is ambiguous.
  • wyb
  • wybzju
  • yunfeiyangbuaa

Changes

  • 1599fa2 feature: add golbal dfget params in the dfdaemon config
  • 144060c move some log level to debug
  • fc4099b bugfix: return error when the url is unreachable
  • 892ad7a refactor: make common/util to be specific pkgs
  • 6f03ff7 feature: install the swagger if it has not been installed
  • 0da3300 feature: add access time for taskID
  • 7113e4d optimize error description
  • fed30ad bugfix: the dfget will always receive fail result when change supernode
  • d4973f1 refactor: make p2p downloader more readable
  • 9eb571b feature: add task update actions in client pkg of golang sdk
  • f01f2cb feature: add tasks delete actions in client pkg of golang sdk
  • 10fa2be feature: add tasks info actions in client pkg of golang sdk
  • 8d2e165 bugfix: Use a local file instead of a remote file as the url to be downloaded
  • 621893d feature: support non-ipv4 format node address for Dragonfly
  • cbe57dc bugfix:modify supernode's response to dfget to resolve the json err
  • 8526900 bugfix: fix overflow for rate limit
  • 574eb08 add callsystem when registering
  • 2042d74 bugfix: use access time to determine whether the file is expired
  • 5ce8009 feature: return supernode ip according to the value specified by peer
  • 48de7ef print help message when check parameter error
  • 835ba13 Add options to bash scripts
  • 1462972 bugfix: use rawUrl to interact with source server
  • ddfcaf4 chore: fix script to check code format
  • f142f4e add /metrics to swagger api
  • 89c7518 Add support for arm32
  • 5b0a435 add a part about targets ip address in doc
  • 505d10b add how to add metrics and refact metrics to package common
  • 09594c5 add build_info metrics
  • 82ccf80 add integration-test and docs
  • 745a06b add support for prometheus metrics