- feat(mql): Add support for unary operator (179) by iambriccardo
2.0.29
------ - Fix filters grammar to avoid ambiguity
2.0.28
------ - Fix a bug in how dependencies were defined to fix build bugs
2.0.27
------ - Remove the entity field from the MQLContext - This also fixes a bug with using formulas in raw MQL - Update the CI to use 3.11 to stay compatible with Sentry - Remove references to tox, that is no longer used by CI
2.0.26
------ - Support multiple entities in MQL Context - Support MQL strings as a query
2.0.25
------ - Add support for `or` and `and` lowercase boolean operators in the MQL grammar. - Align MRI representation with backend, by allowing numbers in the metric name. - Add support for uppercase metric names.