All Versions
7
Latest Version
Avg Release Cycle
155 days
Latest Release
2230 days ago

Changelog History

  • v0.2.0

    March 12, 2018
  • v0.1.5

    December 08, 2016
  • v0.1.4 Changes

    March 03, 2016

    Support MongoDB version 3.2

  • v0.1.3 Changes

    January 15, 2016

    This version is limited to Ecto 1.0 because of known issues with 1.1

    • Additions:

      • Implement count(field, :distinct)
    • Bug fixes:

      • Handle models without autogenerated primary key on update and delete
      • Implement Ecto.Adapter.stop/2 callback
      • Move encoding to adapter load and dump callbacks
  • v0.1.2 Changes

    October 18, 2015
    • Breaking changes:

      • Raise on limit and offset in update_all and delete_all queries, it's not supported by MongoDB, we were failing siletnly before
    • Bug fixes:

      • Allow interpolation in limit and offset
  • v0.1.1 Changes

    August 30, 2015
    • Bug fixes:
      • Fix logging issues on find queries
  • v0.1.0 Changes

    August 25, 2015

    ๐Ÿš€ First release