Skip to content

v1.4.0

Compare
Choose a tag to compare
@radovanjorgic radovanjorgic released this 16 May 11:41
· 4 commits to main since this release
c9bc593
  • Add parallel streaming support for attachments via the streamAttachments function in the WorkerAdapter class for improved performance when handling multiple files simultaneously.
    • Use the new batchSize parameter to control concurrency when streaming multiple attachments
    • Example:
      const response = await adapter.streamAttachments({
            stream: getFileStream,
            batchSize: 10,
      });
  • Update dependencies @types/jest, ts-jest, axios and @devrev/typescript-sdk to their latest versions to address security vulnerabilities
  • Remove dependencies @babel/core and @babel/helpers