Skip to content

0.26.5

Choose a tag to compare

@woylie woylie released this 23 Jul 12:18
· 83 commits to main since this release
Immutable release. Only release title and notes can be modified.
eb06207

Fixed

  • Validate cursor values against the Ecto types of the order_by fields.
    Cursors with incompatible value types used to pass validation and cause an
    Ecto.Query.CastError when the query was run. They now result in a
    validation error on :after/:before, or are removed if
    replace_invalid_params is true.