ecto v3.5.0-rc.1 Release Notes

Release Date: 2020-09-19 // over 3 years ago
  • ✨ Enhancements

    • [Ecto.Enum] Add Ecto.Enum.values/2 helper
    • [Ecto.Query] Allow :prefix in from to be set to nil
    • [Ecto.Query] Allow atoms in query without interpolation in order to support Ecto.Enum

    🐛 Bug fixes

    • [Ecto.Changeset] Do not automatically share empty values across cast/3 calls
    • [Ecto.ParameterizedType] Add autogenerate/1 as optional callback
    • [Ecto.Query] Consider query prefix in cte/combination query cache
    • [Ecto.Repo] Fix preloading when using dynamic repos and the sandbox in automatic mode
    • [Ecto.Schema] Also redact virtual fields