- Overhaul list API filters to allow for nested, complex expressions. The query
parameters changed making this a breaking change. Users will need to update
their client libraries.- All clients have been updated to both: support the new syntax and help in
the construction of nested filters. - For raw HTTP users, the filter format went from
col[ne]=val
to
filter[col][$ne]=val
following QS conventions. - For example, exluding a range of values
[v_min, v_max]
:
?filter[$or][0][col][$gt]=v_max&filter[$or][1][col][$lt]=v_min
.
- All clients have been updated to both: support the new syntax and help in
- A new client implementation for the Swift language.
- Show release version in the admin dashboard and link to release page.
- Update dependencies.
What's Changed
New Contributors
Full Changelog: v0.11.5...v0.12.0