Skip to content

3.1.9

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Sep 14:20
· 5 commits to main since this release
b7a36d8

Core

  • Fixed local operation optimization fails to apply due to double local filesystem instantiation.
  • Made operation failures retry on abnormal status codes and iOS/macOS specific errors.
  • Improved iOS/iPadOS local file streaming to support all file formats.
  • Ensured proper cleanup of local file read or write streaming on failure or cancellation.

Google Drive Module

  • Improved small file upload speed by uploading those files in a single multipart request.
  • Fixed ineffective error message extraction.
  • Ensured proper cleanup of resumable upload sessions on failure or cancellation.

S3 Module

  • Fixed ineffective error handling due to request middleware parameter rewrite.
  • Made connection check return server message instead of generic error codes.
  • Ensured proper cleanup of multipart upload sessions on failure or cancellation.

WebDAV Module

  • Ensured proper cleanup of Nextcloud-style chunked upload sessions on failure or cancellation.

Contributors

@kuznetsov-m, @hesprs