Skip to content

Releases: internxt/inxt-js

v3.2.2

18 May 07:49
b922573

Choose a tag to compare

  • Improve download errors.
  • Add eslint and prettier to the pipeline.

v3.2.1

14 May 14:17
4a13e3e

Choose a tag to compare

  • Fix a bug related with the async library and the tsconfig target when uploading multipart files.

v3.2.0

14 May 10:42
370b0ae

Choose a tag to compare

  • Fix types, create an additional tsconfig.build.json and add a pipeline to check types.
  • Remove deadcode and add a pipeline to check for deadcode.

v3.1.2

13 May 13:00
d892583

Choose a tag to compare

  • Fix a Premature Close error when uploading single part files because of race condition between the PUT request and the pipeline.

v3.1.1

08 May 08:13
d1a487e

Choose a tag to compare

  • Updates dependencies to latest versions to fix security issues
  • Updates TypeScript compiler options to target ESNext

v3.1.0

04 May 13:10
b50126a

Choose a tag to compare

  • Cleanup old and unused code.

v3.0.6

20 Apr 08:58
e9e26f8

Choose a tag to compare

  • restore tryCatch and callback inside the worker in multipart queue

v2.2.13

18 Apr 14:37

Choose a tag to compare

  • restore tryCatch and callback inside the worker in multipart queue

v2.2.12

17 Apr 13:05

Choose a tag to compare

  • Fix memory leak in multipart upload by dumping the response body.

v2.2.11

17 Apr 12:50

Choose a tag to compare

  • Fix RangeError: Failed to allocate memory when doing Buffer.concat([partBuffer, chunk]) in multipart upload.
  • Improve upload speed by 500%.
  • handle part error upload on uploadParts function