Skip to content
  • There are no suggestions because the search field is empty.

MASV Agent Release Notes

Learn about the latest updates to the MASV Agent

MASV Agent is a cross-platform service that manages file transfers to and from MASV. It functions primarily as a CLI tool, but uses a local REST API server under the hood that can be called directly.

It supports the upload and download of multiple packages simultaneously, while abstracting file system interactions. The MASV Agent is used to transfer terabytes of data every day, reliably and quickly. It is also stateful—it stores metadata about transfers and user sessions in order to carry out its responsibilities and survive interruptions and shutdowns.

For more information about installing, updating or working with the MASV Agent and creating custom functions with the MASV API, see MASV Developer Documentation.

Note: Using Docker? If you're updating, please see instructions for Updating MASV Agent.

MASV Agent v3.2.3

Released: Feb. 24, 2026

New Features

  • Security: Added user authentication support for Portal download links.
  • Sidecar Options: Support for Per-File Manifest files.
  • Upload status/Download status: Added new CLI flag/parameter to query and view transfer status without listing all items in the transfer (--omit-items). 

Bug Fixes

  • Fixed completed file issue: If any files associated with the package are not downloaded (including zero byte files or metadata files) the package is no longer marked as complete. 
  • Portal automations: Fixed issue causing Portal automations to fail when transferring growing files. 
  • Download automations no longer retry indefinitely in situations where user intervention is required.

Other changes

  • Updated the blocklist: icon\r (macOS) is now on the blocklist. 
  • Added error handling for large file count transfers
  • Security updates and enhancements.