Releases: internxt/inxt-js
Releases · internxt/inxt-js
v3.2.2
v3.2.1
- Fix a bug related with the
asynclibrary and the tsconfigtargetwhen uploading multipart files.
v3.2.0
- Fix types, create an additional
tsconfig.build.jsonand add a pipeline to check types. - Remove deadcode and add a pipeline to check for deadcode.
v3.1.2
- Fix a
Premature Closeerror when uploading single part files because of race condition between thePUT requestand thepipeline.
v3.1.1
- Updates dependencies to latest versions to fix security issues
- Updates TypeScript compiler options to target ESNext
v3.1.0
- Cleanup old and unused code.
v3.0.6
- restore tryCatch and callback inside the worker in multipart queue
v2.2.13
- restore tryCatch and callback inside the worker in multipart queue
v2.2.12
- Fix memory leak in multipart upload by dumping the response body.
v2.2.11
- 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