Releases: Sammaye/MongoYii
Releases · Sammaye/MongoYii
2.9.1 Release
- Fixed: #157 not able to add default sort order on
search()
function inEMongoDocument
2.9.0 Release
- Added
EMongoSession
to theutil
folder
2.8.0 Release
- Added
EMongoCache
andEMongoMessageSource
by Rajcsányi Zoltán allowing for a cache and aYii::t()
MongoDB replacement.
2.7.1 Release
- Fixed
updateAll()
options not being encoded: f4e8a13
2.7.0
2.6.2 Release
- Fixed insert log writing updateAll: #150
2.6.1 Release
- Bug fix for scope projection: #149
2.6.0 Release
- Adds profiling for all queries using the same parameter as Yiis own active record of
enableProfiling
: #140
2.5.3 Release
- removed
getLatestVersion()
andgetVersion()
and replaced them withgetLatest()
since the versioning was not a MVCC. It would normally seem logical to actually push to new minor but I believe this should have been the case earlier and as such if anyone is using versioning then they will make these changes instantly.
2.5.2 Release
Fixed:
- #143 Added a further fix for handling versioned documents, fixing a bug where it was not searching by the primary key but instead only by version.