Skip to content

Releases: bnb-chain/greenfield-cmd

v1.6.0

17 Apr 10:14
688acf1
Compare
Choose a tag to compare

Description

  1. update go-sdk dependency version to v1.6.0
  2. fix some typo in README.md
  3. 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

18 Jan 08:32
abe6122
Compare
Choose a tag to compare

Description

  1. add tags for bucket/object/group
  2. improve download object process
  3. add batch upload

Changelog

FEATURES

  • #105 add tags for bucket/object/group and support SetTags tx
  • #108 update get object and client for speed & batch upload

BUGFIX

  • #111 task gnfd-client

v1.0.2

23 Nov 10:05
a860429
Compare
Choose a tag to compare

Description

  1. improve head commands by supporting json format
  2. improve uploading of parsing content type
  3. update dependency of greenfield and go-sdk

Changelog

FEATURES

  • #101 support parsing content type when uploading files
  • #102 support automatically create folder structure in bucket when uploading folder
  • #103 support format flag to support json content for the head bucket/object/group commands

v1.0.1

02 Nov 03:09
bcbc5c9
Compare
Choose a tag to compare

Description

  1. fix put bucket policy with object actions when applying all the permission to the objects in the bucket
  2. fix policy cmd help info
  3. fix upload print proress format

Changelog

FEATURES

  • #99 fix put bucket policy with object actions and help info
  • #100 fix upload print proress format

v1.0.0

12 Oct 10:40
90a5a7e
Compare
Choose a tag to compare

Description

  1. update dependency of greenfield go-sdk to v1.0.0
  2. support multi-accounts management
  3. remove debug log printing which print by go-sdk

Changelog

FEATURES

  • #94 support multi-account management and set-default command
  • #95 update dependency of go-sdk and greenfield to v1.0.0

v0.1.1

22 Sep 06:40
d7c9ef3
Compare
Choose a tag to compare

Description

  1. update dependency of greenfield and sdk to v0.26
  2. 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

07 Sep 01:56
1436a59
Compare
Choose a tag to compare

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

30 Aug 07:49
edcbeeb
Compare
Choose a tag to compare

Description

This release includes the following:

  1. improve list , delete cmd and the return format
  2. support group new API, including "group ls ", "group ls-member", "group ls-belong" and "policy ls"
  3. 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

18 Aug 11:30
bbb0f46
Compare
Choose a tag to compare
v0.1.0-alpha.2 Pre-release
Pre-release

Description

This release includes the following:

  1. update the cmd tool with the new go-SDK version v0.2.4-alpha.3
  2. support group new API, including "group ls ", "group ls-member", "group ls-belong" to list group info
  3. 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"

v0.0.9-hf.1

14 Aug 11:02
c67471e
Compare
Choose a tag to compare

Fix the requirement of setting default account for the querying commands like "bank balance", "group head" ," group head-member" and so on. The repair method is to obtain it from the keystore user's address

Changelog

Bug Fix

  • #70 fix: fix group owner logic
  • #78 fix: fix get default account err