github Azure/azure-sdk-for-python azure-storage-file-datalake_12.23.0b1

latest release: azure-monitor-opentelemetry_1.8.3
pre-release2 hours ago

12.23.0b1 (2025-12-04)

Features Added

  • Added support for service version 2026-02-06.
  • Added support for the keyword start_from for DataLakeServiceClient's get_paths and
    DataLakeDirectoryClient's get_paths APIs, which specifies the full path to start listing paths from.
  • Added support for the keyword user_delegation_oid to generate_file_system_sas, generate_directory_sas, and
    generate_file_sas, which specifies the Entra ID of the user that is authorized to use the generated SAS URL.
  • Added support for UseDevelopmentStorage=true; as a valid connection string for Azurite.
  • Added the ability to skip auto decompression on DataLakeFileClient.download_file via the decompress keyword.

Other Changes

  • Migrated any previously documented kwarg arguments to be named keywords.
    Some public types may have been adjusted if they were previously erroneous or incomplete.
  • Removed __enter__ and __exit__ attributes for all asynchronous client objects for raising explicit TypeError,
    and let the AttributeError raise directly.

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.