- Extend MQL grammar to support OR filters and parentheses
2.0.11
-----
- Add MQLContext to capture addition query information that cannot be expressed in MQL string - Add visitors to support MQLContext serialization - Support curried functions in the MQL grammar
2.0.10
-----
- Extend the MQL grammar to support unquoted tag values and the usage of spaces as delimiters in the filter string
2.0.9
-----
- Add a basic version of Formula SnQL translator - This translator is not meant to be permanent, it should be replaced with a MQL translator - Add MetricsQuery to MQL string encoder
2.0.8
-----
- Support the `limit` and `offset` field in the MetricsQuery - This will set the appropriate LIMIT and OFFSET clauses in the resulting SQL query, allowing for pagination - Align MQL filters grammar with Discover filters grammar.
2.0.7
----- - Introduce MQL grammar and parser - Add `Formula` class to support formula queries. - Removed `filters` and `groupby` in MetricsQuery class