fix(core): Refactor Bucket class for improved error handling

This commit is contained in:
2024-11-24 03:05:10 +01:00
parent 0b396f19cf
commit 16a82ac50a
3 changed files with 25 additions and 9 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2024-11-24 - 3.2.2 - fix(core)
Refactor Bucket class for improved error handling
- Ensured safe access using non-null assertions when finding a bucket.
- Enhanced fastPut method by adding fastPutStrict for safer operations.
- Added explicit error handling and type checking in fastExists method.
## 2024-11-24 - 3.2.1 - fix(metadata)
Fix metadata handling for deleted files