Releases: 0chain/zboxcli
Releases · 0chain/zboxcli
v1.18
New Features
- Windows Release Workflow: Introduced an initial release workflow for Windows, supporting broader platform compatibility. #639
- Download Directory Feature: Added functionality to download directories, expanding file management options. #644
- Multi-Wallet Support: Implemented multi-wallet capability for versatile wallet management. #649
- Session Key Management: Added session key functionality for enhanced session security. #650
Fixes and Updates
- zboxcore Refactor: Refactored zboxcore to improve code organization and reliability. #638
- Storage Version and Tag Management: Added support for managing storage versions and tags to enhance metadata handling. #647
- Storage V2 Integration: Integrated Storage V2, bringing more robust storage functionality. #646
Full Changelog: v1.17.1...v1.18.0
v1.17.0
updated gosdk
v1.11.1
Full Changelog: v1.11.0...v1.11.1
v1.10.0: Merge pull request #513 from 0chain/sprint-1.10
v1.4.4
What's Changed
- Update gosdk to staging by @Kishan-Dhakan in #389
- Update Readme.md by @hm90121 in #391
- Makin clientid and encryptionkey mandatory in encrypted share by @SinanEkm in #385
- fix(upload): encrypt thumbnail bytes by @cnlangzi in #386
- fix(cost): fixed get-upload-cost and get-download-cost by @cnlangzi in #387
- fix(path): replaced filepath methods with pathutil for remotepath by @cnlangzi in #390
Full Changelog: v1.4.3...v1.4.4
v1.4.3
What's Changed
- updated docs for newallocation flags by @boddumanohar in #364
- use sdk.FileInfo in zbox list-all by @boddumanohar in #377
- Upgrade gosdk by @lpoli in #378
- fix(createdir): fixed context issue by @lpoli in #380
- removed curator from zboxcli by @Hitenjain14 in #372
- Upgrage gosdk by @lpoli in #384
- Upgrade gosdk to specific commit by @lpoli in #343
- Update README , update build instructions link by @hm90121 in #383
- fix(common): fixed filepath.Dir and file.IsAbs issue on windows by @cnlangzi in #379
- fix(createdir/upload): fixed filepath.join issue by @cnlangzi in #382
- Upgrade 0Chain GoSDK to v1.8.14 by @service-0chain in #388
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
- NFT changes by @devyetii in #335
- Remove allocation name by @areebusmaniblr in #346
- Fix/file options not supported by some sdk clients by @devyetii in #353
- converted StakedAt to time.Time by @pgrudra in #352
- clean up: collab command by @boddumanohar in #341
- Revert speed up txn by @Kishan-Dhakan in #355
- Added actual_size information to list-all cmd by @SinanEkm in #351
- Fix/optimize handlers by @dabasov in #359
- rp-info currency format by @SinanEkm in #350
- Zbox sc-config allocation flag is removed by @SinanEkm in #361
- Remove cli command for
total-stored-data
by @aniketsingh03 in #362 - Fix concurrent operation issue by @lpoli in #347
- Feature: modify workflows to pass "TENDERLY_FORK_ID" organizational secret by @YarikRevich in #366
- added url update in blobberUpdateCmd by @Hitenjain14 in #368
- Improve the rounding off logic in Balance class (for changes in 0chain/gosdk#794) by @aniketsingh03 in #360
- Update gosdk to staging by @Kishan-Dhakan in #369
- Enhancement/modify wm for gdpr by @lpoli in #324
- Rename one.yaml to network.yaml by @hm90121 in #367
- update macos-runner by @shahnawaz-creator in #371
- updated macs runner by @shahnawaz-creator in #370
- Feature: modify workflows to pass "SUBGRAPH_API_URL" organizational secret by @YarikRevich in #373
- Upgrade 0Chain GoSDK to v1.8.13 by @service-0chain in #376
New Contributors
- @devyetii made their first contribution in #335
- @areebusmaniblr made their first contribution in #346
- @pgrudra made their first contribution in #352
- @SinanEkm made their first contribution in #351
- @aniketsingh03 made their first contribution in #362
- @YarikRevich made their first contribution in #366
- @Hitenjain14 made their first contribution in #368
- @shahnawaz-creator made their first contribution in #371
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- change zbox get to zbox getallocation by @boddumanohar in #339
- Feat/exposed time list all by @cnlangzi in #345
- fix(zcncore): used zcncore.MakeSCRestAPICall instead of zboxutil.Make… by @cnlangzi in #342
- Upgrade 0Chain GoSDK to v1.8.12 by @service-0chain in #349
- fix(listall): fixed json output by @cnlangzi in #348
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- make blobberID field mandatory for sp-info command by @boddumanohar in #307
- add function to set and get config dir by @boddumanohar in #305
- fix(upload): check space left in allocation before uploading by @cnlangzi in #311
- fix(dns): check http status code on GetNetworkDetials by @cnlangzi in #312
- upgrade gosdk dependency by @fabioDMFerreira in #314
- fix(list): throw error if allocation is invalid by @cnlangzi in #310
- fix(upload): validate filename before uploading/copying by @cnlangzi in #313
- Atomic/move by @lpoli in #317
- Added validator option in sp-info by @iamrz1 in #309
- Enhancement/verify download by @lpoli in #320
- Upgrade gosdk to specific commit by @lpoli in #322
- fix(createdir): fixed IsAbs issue on windows by @cnlangzi in #321
- Upgrade 0Chain GoSDK to v1.8.10 by @service-0chain in #323
- get active blobber directly from chain by @boddumanohar in #326
- fix(list): exported lookup_hash and encrypted_key in list result by @cnlangzi in #325
- Upgrade gosdk to specific commit by @lpoli in #328
- Fix/staking by @dabasov in #333
- Upgrade 0Chain GoSDK to v1.8.11 by @service-0chain in #338
New Contributors
- @boddumanohar made their first contribution in #307
- @fabioDMFerreira made their first contribution in #314
Full Changelog: v1.3.11...v1.4.0
v1.3.11
What's Changed
- Use client ID as stake pool id by @peterlimg in #291
- feat(commit): removed commit by @cnlangzi in #302
- Fix #202 added total stake by @samtholiya in #203
- fixed github-backup command by @vinayakgautamops in #280
- refactor: copy/move/rename by @cnlangzi in #303
- Upgrade 0Chain GoSDK to v1.8.9 by @service-0chain in #308
New Contributors
- @samtholiya made their first contribution in #203
- @vinayakgautamops made their first contribution in #280
Full Changelog: v1.3.10...v1.3.11