Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add change log for release v0.0.3 #182

Merged
merged 3 commits into from
Mar 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## v0.0.3

FEATURES
* [\#169](https://github.com/bnb-chain/greenfield-storage-provider/pull/169) feat: piece store adds minio storage type
* [\#172](https://github.com/bnb-chain/greenfield-storage-provider/pull/172) feat: implement manager module
* [\#173](https://github.com/bnb-chain/greenfield-storage-provider/pull/173) https://github.com/bnb-chain/greenfield-storage-provider/pull/173

IMPROVEMENT
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMPROVEMENT-> IMPROVEMENTS?

* [\#154](https://github.com/bnb-chain/greenfield-storage-provider/pull/154) feat: syncer opt with chain data struct
* [\#156](https://github.com/bnb-chain/greenfield-storage-provider/pull/156) refactor: implement sp db, remove meta db and job db
* [\#157](https://github.com/bnb-chain/greenfield-storage-provider/pull/157) refactor: polish gateway module
* [\#162](https://github.com/bnb-chain/greenfield-storage-provider/pull/162) feat: add command for devops and config log
* [\#165](https://github.com/bnb-chain/greenfield-storage-provider/pull/165) feat: improve sync piece efficiency
* [\#171](https://github.com/bnb-chain/greenfield-storage-provider/pull/171) feat: add localup script
* [\#176](https://github.com/bnb-chain/greenfield-storage-provider/pull/176) fix: convert uint64 to uint256


## v0.0.2

This release includes following features:
Expand Down Expand Up @@ -30,7 +47,7 @@ IMPROVEMENT
* [\#83](https://github.com/bnb-chain/greenfield-storage-provider/pull/83) chore(sql): polish sql workflow
* [\#87](https://github.com/bnb-chain/greenfield-storage-provider/pull/87) chore: add setup-test-env tool

Build
BUILD
* [\#74](https://github.com/bnb-chain/greenfield-storage-provider/pull/74) ci: add docker release pipe
* [\#67](https://github.com/bnb-chain/greenfield-storage-provider/pull/67) ci: add commit lint, code lint and unit test ci files
* [\#85](https://github.com/bnb-chain/greenfield-storage-provider/pull/85) chore: add pull request template
Expand Down