Improved
v2.2.0-rc.1
Regressions
- [Ecto.UUID] Remove UUID version validation as it is not part of the RFC
- [Ecto.Adapters.Postgres] No longer add parens to migration index expression in order to support NULL/ASC/DESC
Enhancements
- [Ecto.Changeset] Add
unsafe_validate_unique/3which validates uniqueness for faster feedback cycles but without data-integrity guarantees - [Ecto.Query] Support aggregations in
type/2in select - [Ecto.Schema] Support
@field_source_mapperinEcto.Schemaas a mechanism to programatically set the:sourceoption