Releases: terascope/file-assets
Releases · terascope/file-assets
v2.1.8
- Fix iterator support in the sender
v2.1.7
- Change sender to accept an iterator
- Allow chunking to overflow a little more
- Abort the s3 multi-part upload on error
- Remove extra event loop logic
v2.1.6
Performance improvements to the sending chunked files
v2.1.5
- Start the upload in the background and use events to wait for the start and parts to upload
- Add
simpleSend
method to avoid iterating over the slice
v2.1.4
- Add concurrency control on the upload parts to s3
v2.1.3
Full concurrent multi-part part requests for s3 sender
v2.1.2
- Write performance improvements
v2.1.1
v2.1.0
v2.0.2
Fix loading of lz4-asm so it doesn't catch errors unexpectedly