ecto v3.0.3 Release Notes

Release Date: 2018-11-20 // over 5 years ago
  • ✨ Enhancements

    • [Ecto.Changeset] Add count: :bytes option in validate_length/3
    • [Ecto.Query] Support passing Ecto.Query in Ecto.Repo.insert_all

    🐛 Bug fixes

    • [Ecto.Type] Respect adapter types when loading/dumping arrays and maps
    • [Ecto.Query] Ensure no bindings in order_by when using combinations in Ecto.Query
    • [Ecto.Repo] Ensure adapter is compiled (instead of only loaded) before invoking it
    • [Ecto.Repo] Support new style child spec from adapters