All Versions
159
Latest Version
Avg Release Cycle
8 days
Latest Release
509 days ago

Changelog History
Page 1

  • v3.11.0 Changes

    December 02, 2022

    โž• Added

    • [Google Cloud Storage] Added UniformBucketLevelAccessVisibility to allow buckets with uniform bucket-level access policies.
  • v3.10.4 Changes

    November 26, 2022

    ๐Ÿ”„ Changed

    ๐Ÿ›  Fixed

    • ๐Ÿ›  [PathPrefixing] ensure checksum and temporaryUrl are prefixed
    • [WebDAV] ensure directory creation uses trailing slashes for paths
  • v3.10.3 Changes

    November 14, 2022

    ๐Ÿ›  Fixed

    • [Local] Handle checksum errors without message (#1590)
  • v3.10.2 Changes

    October 25, 2022

    ๐Ÿ›  Fixed

    • [Filesystem] Ensure adapter is used for exposing temporary URLs.
  • v3.10.1 Changes

    October 21, 2022

    ๐Ÿ›  Fixed

    • [Filesystem] Added missing constructor argument to allow temporary URL generator injection.
  • v3.10.0 Changes

    October 21, 2022

    โž• Added

    • [Filesystem] added temporaryUrl method
    • [AsyncAWS] added temporaryUrl method
    • [AWS S3] added temporaryUrl method
    • [Azure Blob Storage] added temporaryUrl method
    • [MountManager] added temporaryUrl method
    • [Google Cloud Storage] added temporaryUrl method
    • [ReadOnly] added temporaryUrl method
    • [PathPrefixing] added temporaryUrl method
  • v3.9.0 Changes

    October 18, 2022

    โž• Added

    • [Filesystem] Added ability to inject custom public URL generator into a filesystem.
    • [MountManager] added checksum and publicUrl methods
    • [ZipArchive] Do not prefix directories when creating/reading an archive
    • ๐Ÿ›  [ShardedPrefixPublicUrlGenerator] added url generator strategy that distributes over a list of prefixes
  • v3.8.0 Changes

    October 18, 2022

    โž• Added

    • ๐Ÿ‘ป [ChecksumAlgoIsNotSupported] Exception to indicate a checksum is not supported by the checksum provider, filesystem will fall back to ad-hoc generation.
  • v3.7.0 Changes

    October 17, 2022

    โž• Added

    • [Filesystem] added checksum method
    • [AWS S3] added checksum method
    • [Async S3] added checksum method
    • [Google Cloud Storage] added checksum method
    • [Azure Blob Storage] added checksum method
  • v3.6.0 Changes

    October 13, 2022

    โž• Added

    • [Filesystem] Added public url method
    • [Azure Blob Storage] Added public url method
    • [AWS S3] Added public url method
    • [Async S3] Added public url method
    • [GCS] Added public url method
    • [WebDAV] Added public url method
    • [ReadOnly] Added public url method
    • [PathPrefixing] Added public url method