- Significantly broaden the applicability of
VIEW
s for Record APIs.- Top-level
GROUP BY
clause can be used to explicitly define a key allowing arbitrary joins. - Also allow a broader set of expressions and joins in the general case.
- Infer the type of computed columns for some simple built-in aggregations, e.g. MIN, MAX.
- Top-level
- Update dependencies.
Full Changelog: v0.15.9...v0.15.10