Skip to content

0.26.6

Choose a tag to compare

@woylie woylie released this 07 Aug 14:32
· 73 commits to main since this release
Immutable release. Only release title and notes can be modified.
c8a0a27

Fixed

  • Reject pagination cursors larger than 8 KB and cursors that contain a
    compressed Erlang term before decoding them. The maximum cursor size is
    configurable.
  • Cast filter values as strings for the :=~, :like, :not_like, :ilike,
    :not_ilike, :starts_with and :ends_with operators when the field type is
    unknown. Invalid values will result in validation errors now.