-
Notifications
You must be signed in to change notification settings - Fork 5
Description
release v0.1.1 2025-09-07
🚀 Features
-
Implement mkdir command and operations tests (feat: implement mkdir command and operations tests #26)
-
Add stat command to display object metadata and integrate tests (feat: add stat command to display object metadata and integrate tests #29)
-
Add support for COS storage provider in configuration and documentation (feat: add support for COS storage provider in configuration and documentation #33)
-
Add cat command (feat:add cat command #30)
-
Add mv command (feat: add mv command #32)
♻️ CI
-
Add delete operations tests and integrate into behavior tests (feat: add delete operations tests #19)
-
Add upload operations tests and integrate into behavior tests (feat: add upload operations tests #21)
-
Add download operations tests and integrate into behavior tests (feat: add download operations tests #25)
🐛 Bug Fixes
-
Fix cp root directory error issue (fix: Fix cp root directory error issue #18)
-
Fix download root directory error (fix: fix download root directory error #20)
-
Enhance download operations to handle malformed keys and improve path normalization (bug: enhance download operations to handle malformed keys and improve path normalization #34)
-
The endpoint use https is invalid (bug: the endpoint use https is invalid #31)
🚜 Refactor
-
Update the integration tests to behavior tests (refactor: update the integration tests to behavior tests #22)
-
Rename project from Ossify to Storify and update related configurations (refactor: rename project from Ossify to Storify and update related configurations #27)
Thanks for @freedom3219 @liwuhen @liang767339 @QuakeWang