ecto v3.4.1 Release Notes

Release Date: 2020-04-08 // about 4 years ago
  • โœจ Enhancements

    • [Ecto] Add Ecto.embedded_load/3 and Ecto.embedded_dump/2
    • [Ecto.Query] Improve error message on invalid JSON expressions
    • [Ecto.Repo] Emit [:ecto, :repo, :init] telemetry event upon Repo init

    ๐Ÿ› Bug fixes

    • [Ecto.Query] Do not support JSON selectors on type/2

    ๐Ÿ—„ Deprecations

    • [Ecto.Repo] Deprecate conflict_target: {:constraint, _}. It is a discouraged approach and {:unsafe_fragment, _} is still available if someone definitely needs it