- Add a new syntax for querying timeseries metrics - Add a MetricsQuery class that can be attached to a Request - Add a Timeseries class that is used to capture a simple timeseries query - Add various other classes to support the new syntax
1.0.5
------
- `tenant_ids` required field added previously is now optional to support gradual adoption
1.0.4
------
- Add `tenant_ids` required field to Request object so additional information about the request can be passed from Sentry. - "tenants" include referrer, organization ID, etc.
1.0.3
------
- Add the search issues time column to the legacy parser
1.0.2
------
- Add the parent_api back to the Request so it can be passed from Sentry.
1.0.1
------
- Modify column_name_re to allow for and / characters in column names.