Releases: sokil/php-mongo
Releases · sokil/php-mongo
1.23.0
- Method to rename collection
1.22.4
Allow installation of event dispatcher < 5.0
1.22.3
Remove requirement of old ext-mongo
.
1.22.2
- Add $elemMatch to projection argument of
Cursor
Cursor
methods findOne
, findAll
, findRandom
deprecated, use one
, all
and random
respectively;
- Allow pass filter to docker tests
1.22.1
Document's afterConstruct
event triggered with document instance
1.22
- Cache now compatible with PSR-16;
- Cache setters now return bool instead of exceptions to be compatible with PSR-16;
- Cache::setNeverExpired and Cache::setDueDate now deprecated. Use Cache::set instead;
1.21.5
Fix searching documents with regex #148
1.21.4
create collection with empty options
1.21.2
Allow specify validator while create collection