Skip to content

Releases: bnb-chain/greenfield-go-sdk

v0.2.3-alpha.4

13 Jul 16:14
ef2a1b2
Compare
Choose a tag to compare
v0.2.3-alpha.4 Pre-release
Pre-release

This release includes below features:

  1. upgrades Greenfield to v0.2.3-alpha.5 and Greenfield-cosmos-sdk to v0.2.3-alpha.3
  2. support off-chain auth to sign request
  3. enable tendermint client for speeding requests to Node
  4. resumable download support range
  5. adapting Greenfield SP Exit feature
  6. 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

03 Jul 02:42
196e580
Compare
Choose a tag to compare

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

27 Jun 07:10
d8aab76
Compare
Choose a tag to compare
v0.2.3-alpha.1 Pre-release
Pre-release

This release includes the following:

  1. support recovery in client
  2. support resumeable upload & resumable download for big file
  3. upgrades Greenfield to v0.2.3-alpha.1 and Greenfield-cosmos-sdk to v0.2.3-alpha.1.
  4. new list bucket&object by id

What's Changed

  • #97 feat: support recovery in client
  • #91 feat: support resumeable upload & resumable download for big file

v0.2.2

25 Jun 05:27
3858009
Compare
Choose a tag to compare

This release includes the following:

  1. update Greenfield and Greenfield-cosmos-sdk to v0.2.2
  2. fix group policy sdk
  3. support group list
  4. support head sp object info before putObject

What's Changed

  • #89 fix: support delete object or bucket policy of group
  • #90 feat: support list groups
  • #85 fix: config timeout to context in createObject and createBucket
  • #99 feat: support head sp object info

v0.2.2-alpha.1

08 Jun 09:34
5ded67e
Compare
Choose a tag to compare
v0.2.2-alpha.1 Pre-release
Pre-release

This release includes the following:

  1. fix group policy sdk
  2. support group list
  3. 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

  • #89 fix: support delete object or bucket policy of group
  • #90 feat: support list groups
  • #85 fix: config timeout to context in createObject and createBucket

v0.2.1-alpha.1

26 May 07:22
754c785
Compare
Choose a tag to compare
v0.2.1-alpha.1 Pre-release
Pre-release

This release includes the following:

  1. Upgrade dependencies Greenfield and Greenfield-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

23 May 08:01
6f1529f
Compare
Choose a tag to compare

This release includes the following:

  1. Upgrade dependencies Greenfield and Greenfield-cosmos-sdk to v0.2.1.
  2. 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

  • #58 feat: adapt cosmos sdk 0.47.2
  • #69 docs: update license
  • #72 feat: update list objects
  • #73 feat: support update-object
  • #76 feat: update gnfd to v0.2.1

v0.1.0

12 May 09:59
166d7a3
Compare
Choose a tag to compare

This release includes the following:

  1. Refactor go-sdk client and SDKs to make the client more powerful
  2. The client has the ability to choose and is not required to bind to a specific SP.
  3. Supports more comprehensive SDKs, such as payment, sp, and account functions.
  4. support error trace and examples

What's Changed

  • #37 feat: new go sdk client
  • #47 feat: add payment client and sp functions
  • #60 feat: support example

v0.0.9

10 Apr 02:28
b13959d
Compare
Choose a tag to compare

This release includes the following:

  1. fix the issue of parsing SP error XML
  2. fix sdks issue of headbucketByID and headObjectID
  3. add UpdateBucketInfo and UpdateBucketPayment SDK
  4. go version change to 1.18

What's Changed

  • #39 fix: fix test issues
  • #40 fix: fix get quota price sdk

v0.0.8

27 Mar 12:07
1722373
Compare
Choose a tag to compare

This release includes the following:

  1. fix code
  2. upgrade SDKs based on greenfield's new version
  3. support metadata service list sdk
  4. update dependency

What's Changed

  • #34 feat: upgrade group & permission sdks
  • #33 refactor: refine codes and commnets
  • #26 feat: add metadata service sdk