ecto v3.5.1 Release Notes

Release Date: 2020-10-08 // over 3 years ago
  • ✨ Enhancements

    • [Ecto.Changeset] Warn if there are duplicate IDs in the parent schema for cast_assoc/3/cast_embed/3
    • [Ecto.Schema] Allow belongs_to to accept options for parameterized types

    🐛 Bug fixes

    • [Ecto.Query] Keep field types when using a subquery with source