Skip to content

v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Feb 05:58

IMPROVEMENT

  • #65 feat: gateway add verify signature
  • #43 feat(uploader): add getAuth interface
  • #68 refactor: add jobdb v2 interface, objectID as primary key
  • #70 feat: change index from create object hash to object id
  • #73 feat(metadb): add sql metadb
  • #82 feat(stone_node): supports sending data to different storage provider
  • #66 fix: adjust the dispatching strategy of replica and inline data into storage provider
  • #69 fix: use multi-dimensional array to send piece data and piece hash
  • #101 fix: remove tokens from config and use env vars to load tokens
  • #83 chore(sql): polish sql workflow
  • #87 chore: add setup-test-env tool

Build

  • #74 ci: add docker release pipe
  • #67 ci: add commit lint, code lint and unit test ci files
  • #85 chore: add pull request template
  • #105 fix: add release action