All Versions
159
Latest Version
Avg Release Cycle
8 days
Latest Release
115 days ago
Changelog History
Page 1
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.
- [Google Cloud Storage] Added
-
v3.10.4 Changes
November 26, 2022๐ Changed
๐ Fixed
- ๐ [PathPrefixing] ensure
checksum
andtemporaryUrl
are prefixed - [WebDAV] ensure directory creation uses trailing slashes for paths
- ๐ [PathPrefixing] ensure
-
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
- [Filesystem] added
-
v3.9.0 Changes
October 18, 2022โ Added
- [Filesystem] Added ability to inject custom public URL generator into a filesystem.
- [MountManager] added
checksum
andpublicUrl
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
- [Filesystem] added
-
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