Skip to content

Releases: dtyq/cloudfile

v0.1.34

27 Mar 06:37

Choose a tag to compare

fix(s3): handle resource cleanup in direct file download

- Initialize localFile variable to prevent undefined variable error
- Add finally block to ensure proper resource cleanup
- Check if localFile is a valid resource before closing it
- Prevent potential resource leak when exception occurs during download

v0.1.33

26 Mar 14:44

Choose a tag to compare

fix(filesystem): resolve path handling issues in file link generation

- Added proper path trimming to remove leading slashes in URI construction
- Fixed MinIO bucket path concatenation with public domain URL
- Ensured consistent path formatting across different storage platforms
- Added type hinting for return value documentation consistency

v0.1.32

26 Mar 13:33

Choose a tag to compare

fix(filesystem): remove adapter name check for minio platform

- Removed redundant adapter name condition when building URL for minio platform
- Simplified platform detection logic to only check platform value directly
- Ensures consistent URL generation for minio regardless of adapter name configuration

v0.1.31

23 Mar 06:46

Choose a tag to compare

docs(S3): update S3 ARN example in comment

v0.1.30

18 Mar 16:35

Choose a tag to compare

feat: add setDir method and stripCredentialDirPrefix for directory ha…

v0.1.29

18 Mar 07:39

Choose a tag to compare

fix(upload): remove response-content-type from custom query parameter…

v0.1.28

16 Mar 12:06

Choose a tag to compare

feat(AliyunSimpleUpload, TosSimpleUpload): enhance image processing p…

v0.1.27

18 Dec 13:34

Choose a tag to compare

fix(UploadFile): download remote file if realPath is empty when getti…

v0.1.26

16 Dec 07:35

Choose a tag to compare

feat(image-processing): add image type check using EasyFileTools in G…

v0.1.25

16 Dec 07:27

Choose a tag to compare

Merge branch 'feature/image_process'

# Conflicts:
#	backend/cloudfile/tests/FileService/FileServiceTest.php