Releases: ivopetkov/object-storage
Releases · ivopetkov/object-storage
v0.3.2
Optimized reading files.
Delete command optimizations.
Updated exceptions texts.
v0.3.1
Added explicit file unlock.
Fix in deleting locked files.
v0.3.0
The library now supports PHP 7.1+.
Internal code optimizations.
Optimized files and dirs creation.
Performance improvements.
v0.2.5
Optimization when creating dirs.
v0.2.4
Added ObjectLockedException message (lock reason).
Fix in setting metadata for the first time.
v0.2.3
Optimizations for the some of the new where operators.
v0.2.2
Added ability to bulk remove/update all metadata in the set command.
Added new where operators: equal, notEqual, regExp, notRegExp, startWith, notStartWith, endWith, notEndWith.
v0.2.1
Fix in \IvoPetkov\ObjectStorage\ErrorException
v0.2.0
Changed:
ObjectStorage class is now IvoPetkov\ObjectStorage.
Return values removed from set(), append(), duplicate(), rename() and delete() methods.
v0.1.3
More checks in `isValidKey`.