Skip to content

Releases: bnb-chain/greenfield-go-sdk

v0.2.6

22 Sep 04:06
a6dc99c
Compare
Choose a tag to compare

This release includes below features and fixes:

  • #179 fix: should check for tx response status code as tx failure might not return err
  • #180 docs: refactor for adding comments
  • #181 test: add e2e for tampering object
  • #182 fix: validate basic before broadcasting tx
  • #188 fix: fix impeach validator api
  • #191 feat: list groups by ids

v0.2.5

13 Sep 03:37
46c652e
Compare
Choose a tag to compare

This release includes below features:

  • #169 feat: support ListUserPaymentAccounts & ListPaymentAccountStreams
  • #172 docs: add crosschain gov example

v0.2.5-alpha.1

06 Sep 13:10
0660be8
Compare
Choose a tag to compare
v0.2.5-alpha.1 Pre-release
Pre-release

This is a maintenance release, which bump dependencies version

v0.2.4

29 Aug 08:23
eb87889
Compare
Choose a tag to compare

This release includes below features and fixes:

Notable changes:

  • #161 feat: json response body to xml for meta service
  • #158 fix: group comments
  • #157 feat: convert json response in off-chain-auth api to xm response
  • #156 chore: Bump verison
  • #154 feat: add group apis
  • #153 feat: add destChainId for mirror messages
  • #150 chore: add issue template
  • #148 feat: rename personal sign auth name
  • #147 feat: add api and adapt version
  • #146 fix: list object decoded continuation token
  • #145 feat: auth refactoring
  • #143 fix: enable close err body
  • #142 fix: fix e2e failed bug & add update.quota to deployment
  • #141 fix: fix when getting object file is not part size

v0.2.4-alpha.3

18 Aug 04:28
016c3c9
Compare
Choose a tag to compare
v0.2.4-alpha.3 Pre-release
Pre-release

This release adapts change from Greenfield Storage Provider

Notable changes:

  • #161 feat: json response body to xml for meta service

v0.2.4-alpha.2

17 Aug 03:15
c0ee59e
Compare
Choose a tag to compare
v0.2.4-alpha.2 Pre-release
Pre-release

This release adapts change from Greenfield and adds new features

Notable changes:

  • #150 chore: add issue template
  • #153 feat: add destChainId for mirror messages
  • #154 feat: add group apis
  • #156 chore: Bump verison
  • #157 feat: convert json response in off-chain-auth api to xm response
  • #158 fix: group comments

v0.2.4-alpha.1

09 Aug 05:07
3888849
Compare
Choose a tag to compare
v0.2.4-alpha.1 Pre-release
Pre-release

This release mainly refractor the auth and fix a few issues

Notable changes:

  • #148 feat: rename personal sign auth name
  • #147 feat: add api and adapt version
  • #146 fix: list object decoded continuation token
  • #145 feat: auth refactoring
  • #143 fix: enable close err body
  • #142 fix: fix e2e failed bug & add update.quota to deployment
  • #141 fix: fix when getting object file is not part size

v0.2.3-hf.1

03 Aug 05:46
d8432f5
Compare
Choose a tag to compare

this release include below features and fixes:

  1. fix e2e failed bug & add update.quota to deployment
  2. fix nil err for getEndpointByOpt
  3. fix when getting object file is not part size
  4. enable close err body

What's Changed

  • #142 fix e2e failed bug & add update.quota to deployment
  • #140 fix nil err for getEndpointByOpt
  • #141 fix when getting object file is not part size
  • #143 enable close err body

v0.2.3

31 Jul 05:30
5de6de9
Compare
Choose a tag to compare

this release include below features and fixes:

  1. support resumeable upload & resumable download for big file
  2. new list bucket&object by id
  3. support off-chain auth to sign request
  4. enable tendermint client for speeding requests to Node
  5. resumable download support range
  6. adapting Greenfield SP Exit feature
  7. enables Websocket conn to interact with Node
  8. support parallel hash computation when create object
  9. add removed option for list objects and list buckets

v0.2.3-alpha.5

25 Jul 02:47
2766c09
Compare
Choose a tag to compare
v0.2.3-alpha.5 Pre-release
Pre-release

This release mainly enables Websocket conn to interact with Node, and support parallel hash computation.

What's Changed

  • #125 feat: support parallel compute hash
  • #124 feat: Enable websocket conn option