Skip to content

2.4.0

Choose a tag to compare

@ceciliastevens ceciliastevens released this 27 May 17:51
· 62 commits to main since this release
4558265

2.4.0 - 2025-05-27

Added

  • The files client to the SDK with two methods:
    • sdk.files.v1.download_file_by_sha256 to download a file and save it in the file system.
    • sdk.files.v1.stream_file_by_sha256 to stream a file, allowing more control over how it is downloaded.
  • Added the files download command to the CLI to download a file by SHA256 hash.