2.4.0
2.4.0 - 2025-05-27
Added
- The
filesclient to the SDK with two methods:sdk.files.v1.download_file_by_sha256to download a file and save it in the file system.sdk.files.v1.stream_file_by_sha256to stream a file, allowing more control over how it is downloaded.
- Added the
files downloadcommand to the CLI to download a file by SHA256 hash.