0.26.5
·
83 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Fixed
- Validate cursor values against the Ecto types of the
order_byfields.
Cursors with incompatible value types used to pass validation and cause an
Ecto.Query.CastErrorwhen the query was run. They now result in a
validation error on:after/:before, or are removed if
replace_invalid_paramsistrue.