0.26.6
·
73 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
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_withand:ends_withoperators when the field type is
unknown. Invalid values will result in validation errors now.