V 1.1.54

New and Improved Features

  1. VFS List Operation Enhancements

    • Pagination Support – List operations now support paginated results using continuationToken, enabling efficient navigation through large directories. Default page size is 100 (max 1,000).

    • Metadata Fetching Optimization – Added includeMetadata flag (default: false) to improve performance by returning only essential file details unless full metadata is requested.

    • Refined Output Structure – Responses now include continuationToken and message/warnings fields for improved control and feedback. The totalFiles field now reflects files in the current page only.

Behavioral Update

  • Recursive Listing Deprecated The recursive parameter is no longer supported to align with pagination logic. List operations now return only files from the current directory. Use the prefix parameter to target subdirectories when needed.

Last updated

Was this helpful?