- Add support for record-filters for realtime subscriptions to Dart and .NET clients.
- Fix parsing of implicit
$and
filter on expressions touching the same column, e.g.?filter[col0][$gt]=0&filter[col0][$lt]=5
. Thanks @kokroo 🙏.- Also further streamline the parsing and allow single element sequences in accordance with QS.
- Restore ability to parse record inputs for
STRICT
tables withANY
columns. - Fix blog example after
FileUpload
changes in previous release (which should have arguably been a major release :hide:) - Update Rust dependencies.
Full Changelog: v0.18.1...v0.18.2