Skip to content

Releases: internxt/inxt-js

2.0.9

16 Nov 17:31
Compare
Choose a tag to compare

Patch the download not stopping when aborted.

2.0.8

05 Oct 12:10
Compare
Choose a tag to compare

Allow to define the chunk size of the binary data on the download

2.0.7

26 Apr 15:00
c122cc9
Compare
Choose a tag to compare

Abort multipart-upload always.

2.0.6

03 Apr 16:28
610c402
Compare
Choose a tag to compare
  • 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

02 Sep 11:18
ba46962
Compare
Choose a tag to compare
  • Fix: don't force https if proxy is disabled

2.0.4

20 Jun 16:05
2b9acc5
Compare
Choose a tag to compare
Merge pull request #64 from internxt/fix/upload

[_]: fix/upload

2.0.3

17 May 06:38
54f2ee3
Compare
Choose a tag to compare
Merge pull request #63 from internxt/feat/v2-retrocompatibility

[_]: feat/v2-retrocompatibility

2.0.2

10 May 12:36
Compare
Choose a tag to compare
  • Remove step for downloading from the farmer
  • Handles object not found

2.0.1

03 May 10:50
Compare
Choose a tag to compare
  • Enforces mnemonic validation on upload/download using bip39

2.0.0

22 Apr 14:34
Compare
Choose a tag to compare

[BREAKING CHANGES]

  • Implements V2 Network usage, replacing the old V1 usage which will not be used anymore.