Releases: bnb-chain/greenfield-cmd
Releases · bnb-chain/greenfield-cmd
v1.6.0
Description
- update go-sdk dependency version to v1.6.0
- fix some typo in README.md
- fix: repo security issues
Changelog
FEATURES
- #105 feat: Granting an allowance to an account typically refers to authorizing token transfers within blockchain applications. You can set a spending limit, granting permission to a decentralized application (dapp) to spend tokens on your behalf up to the specified amount. This function is crucial for enabling automated interactions with various dapps without requiring manual approval for each transaction.
BUGFIX
- #111 [task gnfd-client ](fix: repo security)
v1.1.0
v1.0.2
Description
- improve head commands by supporting json format
- improve uploading of parsing content type
- update dependency of greenfield and go-sdk
Changelog
FEATURES
v1.0.1
v1.0.0
v0.1.1
Description
- update dependency of greenfield and sdk to v0.26
- improved the upload and download cmd, support resumed download
Change log
FEATURES
#89 support resumable download by adding a flag to "object get cmd"
#90 improve cmd of downloading and uploading with printing progress details and speed
#92 update dependency of go-sdk and greenfield to v0.2.6
BUGFIX
#90 solve the problem of parsing object name err when recursive upload folder
v0.1.0-hf.1
Description
fix the return of the "bucket get-quota" API format, it will return the charged quota, remained free quota, consumed free quota(this month), consumed charged quota(this month)
Change log
BUGFIX
#88 fix: improve get-quota api
v0.1.0
Description
This release includes the following:
- improve list , delete cmd and the return format
- support group new API, including "group ls ", "group ls-member", "group ls-belong" and "policy ls"
- support uploading multiple files
Change Log
FEATURES
- #83 support uploading multiple files or folders by one command
- #80 update dependency and support group new API, including "group ls ", "group ls-member", "group ls-belong" and "policy ls"
- #75 update go-sdk and greenfield version, add expiration time to group member and support renew group cmd
REFACTOR
- #72 refactor: improve list, delete cmd and the return format
v0.1.0-alpha.2
Description
This release includes the following:
- update the cmd tool with the new go-SDK version v0.2.4-alpha.3
- support group new API, including "group ls ", "group ls-member", "group ls-belong" to list group info
- support "policy ls" command to support list policy into
Changelog
FEATURES
- #80 update depenency and support group new API, including "group ls ", "group ls-member", "group ls-belong" and "policy ls"