Skip to content

Releases: Sammaye/MongoYii

2.9.1 Release

08 Nov 15:03
Compare
Choose a tag to compare
  • Fixed: #157 not able to add default sort order on search() function in EMongoDocument

2.9.0 Release

01 Nov 12:38
Compare
Choose a tag to compare
  • Added EMongoSession to the util folder

2.8.0 Release

01 Nov 08:54
Compare
Choose a tag to compare
  • Added EMongoCache and EMongoMessageSource by Rajcsányi Zoltán allowing for a cache and a Yii::t() MongoDB replacement.

2.7.1 Release

30 Oct 23:23
Compare
Choose a tag to compare
  • Fixed updateAll() options not being encoded: f4e8a13

2.7.0

28 Oct 19:34
Compare
Choose a tag to compare

Added:

  • mapreduce helper on the model: #148

Fixed:

  • Added profiling to EMongoFile: #152
  • Made the attributes variable in the EMongoFile insert function actually work: #153
  • Various bugs with EMongoFile: #151

2.6.2 Release

28 Oct 12:05
Compare
Choose a tag to compare
  • Fixed insert log writing updateAll: #150

2.6.1 Release

27 Oct 17:37
Compare
Choose a tag to compare
  • Bug fix for scope projection: #149

2.6.0 Release

21 Oct 09:54
Compare
Choose a tag to compare
  • Adds profiling for all queries using the same parameter as Yiis own active record of enableProfiling: #140

2.5.3 Release

20 Oct 20:55
Compare
Choose a tag to compare
  • removed getLatestVersion() and getVersion() and replaced them with getLatest() 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

08 Oct 09:29
Compare
Choose a tag to compare

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.