Skip to content

Releases: ivopetkov/object-storage

v0.3.2

13 Nov 14:15
Compare
Choose a tag to compare

Optimized reading files.
Delete command optimizations.
Updated exceptions texts.

v0.3.1

11 Nov 13:28
Compare
Choose a tag to compare

Added explicit file unlock.
Fix in deleting locked files.

v0.3.0

10 Nov 08:18
Compare
Choose a tag to compare

The library now supports PHP 7.1+.
Internal code optimizations.
Optimized files and dirs creation.
Performance improvements.

v0.2.5

03 Sep 17:41
Compare
Choose a tag to compare

Optimization when creating dirs.

v0.2.4

03 Sep 17:05
Compare
Choose a tag to compare

Added ObjectLockedException message (lock reason).
Fix in setting metadata for the first time.

v0.2.3

19 Jan 20:25
Compare
Choose a tag to compare

Optimizations for the some of the new where operators.

v0.2.2

16 Jan 06:58
Compare
Choose a tag to compare

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

03 Oct 05:31
Compare
Choose a tag to compare

Fix in \IvoPetkov\ObjectStorage\ErrorException

v0.2.0

01 Oct 18:53
Compare
Choose a tag to compare

Changed:
ObjectStorage class is now IvoPetkov\ObjectStorage.
Return values removed from set(), append(), duplicate(), rename() and delete() methods.

v0.1.3

21 Apr 06:29
Compare
Choose a tag to compare
More checks in `isValidKey`.