Support MongoDB version 3.2
This version is limited to Ecto 1.0 because of known issues with 1.1
-
Additions:
- Implement
count(field, :distinct)
- Implement
-
Bug fixes:
- Handle models without autogenerated primary key on update and delete
- Implement
Ecto.Adapter.stop/2
callback - Move encoding to adapter
load
anddump
callbacks
-
Breaking changes:
- Raise on
limit
andoffset
inupdate_all
anddelete_all
queries, it's not supported by MongoDB, we were failing siletnly before
- Raise on
-
Bug fixes:
- Allow interpolation in limit and offset
- Bug fixes:
- Fix logging issues on find queries
First release