Releases: internxt/inxt-js
Releases · internxt/inxt-js
2.0.9
Patch the download not stopping when aborted.
2.0.8
Allow to define the chunk size of the binary data on the download
2.0.7
Abort multipart-upload always.
2.0.6
- Ability to perform a multipart upload (hardcoded 15MB part size, 10 parallel requests)
- Uploads of files bigger than 100MB are uploaded via multipart (capability of using up to 90-95% of the available bandwidth)
2.0.5
- Fix: don't force https if proxy is disabled
2.0.4
Merge pull request #64 from internxt/fix/upload
[_]: fix/upload
2.0.3
Merge pull request #63 from internxt/feat/v2-retrocompatibility
[_]: feat/v2-retrocompatibility
2.0.2
- Remove step for downloading from the farmer
- Handles object not found
2.0.1
- Enforces mnemonic validation on upload/download using
bip39
2.0.0
[BREAKING CHANGES]
- Implements V2 Network usage, replacing the old V1 usage which will not be used anymore.