- Try to convert wrapped conditions on tags to always use string comparisons.
0.0.20
------
- Remove brittle, inconsistent and incomplete group by checks.
0.0.19
------
- Fix escaping in queries. Move escaping from the legacy parser to the translator.
0.0.18
------
- Add some more allowed characters to the function regex
0.0.17
------
- Allow importing directly from snuba_sdk, e.g. `from snuba_sdk import Column, Function` - Fix bug where conditions on releases were being incorrectly parsed.