Releases: bnb-chain/greenfield-go-sdk
v0.2.3-alpha.4
This release includes below features:
- upgrades Greenfield to v0.2.3-alpha.5 and Greenfield-cosmos-sdk to v0.2.3-alpha.3
- support off-chain auth to sign request
- enable tendermint client for speeding requests to Node
- resumable download support range
- adapting Greenfield SP Exit feature
- removing get piece data from SDK
Please note that this is an alpha version, if you need to use sdk on the Greenfield testnet , please use v0.2.2-hf.1
What's Changed
- #111 fix go-sdk internal sp selection issue for metadata
- #113 feat:support off-chain-auth to sign the request
- #107 feat: resumable download support range
- #117 feat: replace with tendermint calls
- #120 remove recovery SDK && remove request-id from err response
- #121 feat: add migrate bucket interface && adaptor sp-exit chain version
v0.2.2-hf.1
remove head sp object logic before putObject to reduce useless error logs
What's Changed
- #108 fix: remove head sp object logic before put object
v0.2.3-alpha.1
This release includes the following:
- support recovery in client
- support resumeable upload & resumable download for big file
- upgrades Greenfield to v0.2.3-alpha.1 and Greenfield-cosmos-sdk to v0.2.3-alpha.1.
- new list bucket&object by id
What's Changed
v0.2.2
This release includes the following:
- update Greenfield and Greenfield-cosmos-sdk to v0.2.2
- fix group policy sdk
- support group list
- support head sp object info before putObject
What's Changed
v0.2.2-alpha.1
This release includes the following:
- fix group policy sdk
- support group list
- upgrades Greenfield to v0.2.2-alpha.2 and Greenfield-cosmos-sdk to v0.2.2-alpha.1
Please note that this is an alpha version, if you need to use sdk on the Greenfield testnet , please use v0.2.1.
What's Changed
v0.2.1-alpha.1
This release includes the following:
- Upgrade dependencies
Greenfield
andGreenfield-cosmos-sdk
to v0.2.1-alpha.
Please note that this is an alpha version, if you need to use sdk on the Greenfield testnet , please use v0.2.1.
What's Changed
- #83 chore: upgrade gnfd
v0.2.1
This release includes the following:
- Upgrade dependencies
Greenfield
andGreenfield-cosmos-sdk
to v0.2.1. - Enhancement on existing apis
Please note that the Greenfield testnet will update to v0.2.1 until 2023 25th May, so please only update to this release after that.
What's Changed
v0.1.0
This release includes the following:
- Refactor go-sdk client and SDKs to make the client more powerful
- The client has the ability to choose and is not required to bind to a specific SP.
- Supports more comprehensive SDKs, such as payment, sp, and account functions.
- support error trace and examples