Skip to content

6.0.3

Compare
Choose a tag to compare
@estolfo estolfo released this 02 Dec 10:49
· 1489 commits to master since this release

This patch release has the following fixes:

  • MONGOID-3490 Fix Fields::Localized#lookup to work with boolean.
  • MONGOID-4360 Fix text search used in Aggregation pipeline.
  • MONGOID-4365 Allow partial iteration when eager loading.
  • Allow map_reduce to use read preference of client (@cesar-tonnoir)
  • Prefix Readonly#_loaded? method to avoid namespace pollution (@romanlehnert)
  • Bypass the query cache when reloading a document (@eugeneius)