This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
v2.0.0-beta
Pre-release
Pre-release
Additions and changes:
- Changes data type as
get_bucket_request_t
forstorj_bridge_get_bucket
to have a decrypted bucket name #390 - Changes signatures for
storj_bridge_revolve_file
andstorj_bridge_store_file
to allocatestorj_upload_state_t
andstorj_download_state_t
and return a pointer to it #393
Includes changes and additions from earlier beta:
- Builds library with position independent code #388
- Switches to use
uv_default_loop()
instorj_env_t
by default #382 - Adds
cainfo_path
tohttp_options
#365
Includes fixes from 1.0.0 branch:
- Ensure erasure and index are properly initialized #379
- Update CLI list mirrors command output #380
- Fix windows bug when recovering the last shard #357
Release Directories & Files:
./bin/storj
- CLI for file transfer (standalone)./depends
- Includes libstorj dependencies statically compiled for linking./include
- Includes libstorj header files./lib
- Includes libstorj static library for linking
Verify release by running sha256sum -c SHA256SUMS.asc
and gpg --verify SHA256SUMS.asc