ecto v3.1.6 Release Notes

Release Date: 2019-06-19 // almost 5 years ago
  • ✨ Enhancements

    • [Ecto.Repo] Add :read_only repositories
    • [Ecto.Schema] Also validate options given to :through associations

    🐛 Bug fixes

    • [Ecto.Changeset] Do not mark put_assoc from [] to [] or from nil to nil as change
    • [Ecto.Query] Remove named binding when excluding joins
    • [mix ecto.gen.repo] Use :config_path instead of hardcoding to config/config.exs