Releases: 0chain/zboxcli
Releases · 0chain/zboxcli
v1.3.1
What's Changed
- validation for lock flag in newallocation and updateallocation. by @princeparmar in #172
- pay rewards by @Sriep in #163
- version read from mod file. by @princeparmar in #179
- Pr template update by @Kishan-Dhakan in #180
- feature/545-migrate-querydata-to-header-download by @princeparmar in #177
Full Changelog: v1.3.0...v1.3.1
v1.3.0
Breaking Changes
- download migrated from post to get
What's Changed
- update gosdk by @princeparmar in #174
Full Changelog: v1.2.0...v1.3.0
features: feed and stream commands
Breaking Changes
zbox upload --sync
is migrated tozbox feed
zbox upload --live
is migrated tozbox stream
- EncryptionHeaderSize is reduced with 256 instead of 2014. Fewer bytes is required for encryption metadata in a chunk.
What's Changed
- fix(upload): reduced EncryptionHeaderSize with 256 by @cnlangzi in #173
- added feed and live command with upload. by @princeparmar in #162
Full Changelog: v1.1.1...v1.2.0
bugfix: download encrypted file
What's Changed
- added transaction errors support by @dabasov in #158
- fix(gomod):upgraded gosdk by @cnlangzi in #161
- 0chain stake pool changes by @Sriep in #155
- Point to specific gosdk commit by @lpoli in #165
- fix(upload): fixed json bug on resume upload by @cnlangzi in #164
- fix(merkle): fixed merkle chunk size for challenge hash by @cnlangzi in #166
- fix(gosdk): fixed encryption header issues by @cnlangzi in #169
- fix typo in command, allow gosdk to be specified by @stewartie4 in #171
New Contributors
Full Changelog: v1.1.0...v1.1.1
break change for hash
What's Changed
- download issue fixed. by @princeparmar in #154
- Fix/update sha1 with sha256 for file hash by @cnlangzi in #159
Full Changelog: v1.0.6...v1.1.0
fix bugs
What's Changed
- Create dir patch by @Kishan-Dhakan in #152
New Contributors
- @Kishan-Dhakan made their first contribution in #152
Full Changelog: v1.0.5...v1.0.6
upgraded gosdk 1.4.1
What's Changed
- fix(listall): fixed invalid error for 0chain/blobber#426 by @cnlangzi in #129
- Fix negative Wait Group counter by @mohsenno1 in #133
- add system tests workflow by @stewartie4 in #138
- Run system tests automatically on PR commit by @stewartie4 in #143
- fix(gomod):upgrade gosdk by @cnlangzi in #144
- Fix bug deriving branch on staging by @stewartie4 in #147
- distpath handling for copy cmd. by @princeparmar in #141
- notify all PRs on system test run by @stewartie4 in #150
- Bug/issue 451 delete root by @princeparmar in #151
New Contributors
- @mohsenno1 made their first contribution in #133
- @princeparmar made their first contribution in #141
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Fix/chunked upload chunk size by @cnlangzi in #111
- git actions for creating backup by @Manali-Jain-squareops in #114
- add codeql-analysis.yml by @cnlangzi in #110
- sp-user-info parameters correction by @hm90121 in #119
- Update allocation request - blobber terms by @Sriep in #120
- Change terms option to bool by @Sriep in #123
- Fix/sync upload for 0proxy by @cnlangzi in #121
- zbox get-diff command changes by @hm90121 in #124
- updated zboxcli readme by @hm90121 in #127
- added remove curator uml by @hm90121 in #126
New Contributors
- @Manali-Jain-squareops made their first contribution in #114
Full Changelog: v1.0.3...v1.0.4
bugfix
- fixed encrypt file issue on upload
- fixed chunk_size issue on upload
bugfix
- fixed encrypt issue on upload
- fixed chunk_size issue on upload