Releases: grafana/opensearch-datasource
Releases · grafana/opensearch-datasource
grafana-opensearch-datasource v2.14.1
2.14.1
- Upgrade Grafana dependencies and create-plugin config in #315
grafana-opensearch-datasource v2.14.0
2.14.0
- Backend refactor and clean by @fridgepoet in #283
- Backend: Add trace list query building by @fridgepoet in #284
- Migrate to create-plugin and support node 18 by @kevinwcyu in #286
- PPL: Execute Explore PPL Table format queries through the backend by @iwysiu in #289
- Bump semver from 7.3.7 to 7.5.2 by @dependabot in #292
- Bump go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace from 0.37.0 to 0.44.0 by @dependabot in #293
- Bump @babel/traverse from 7.18.6 to 7.23.2 by @dependabot in #297
- Backend: Refactor trace spans (query building + response processing) by @idastambuk in #257
- Refactor Response Parser by @sarahzinger in #309
- Upgrade dependencies by @fridgepoet in #307
- All trace list requests go through backend by @sarahzinger in #310
- Use github app for issue commands workflow by @katebrenner in #312
grafana-opensearch-datasource v2.13.1
2.13.1
- Backend: Fix Lucene logs so it only uses date_histogram by @fridgepoet in #277
- Backend: Remove _doc from sort array in query building, Remove limit from response processing by @fridgepoet in #278
grafana-opensearch-datasource v2.13.0
2.13.0
- [Explore] Migrate Lucene metric queries to the backend by @fridgepoet as part of #197
- The Lucene metric query type has been refactored to execute through the backend in the Explore view only. Existing Lucene metric queries in Dashboards are unchanged and execute through the frontend. Please report any anomalies observed in Explore by reporting an issue.
grafana-opensearch-datasource v2.12.0
2.12.0
- Get filter values with correct time range (requires Grafana 10.2.x) by @iwysiu in #265
- Backend (alerting/expressions only) Lucene metrics: Parse MinDocCount as int or string by @fridgepoet in #268
- Backend (alerting/expressions only) Lucene metrics: Fix replacement of _term to _key in terms order by @fridgepoet in #270
- Backend (alerting/expressions only) Lucene metrics: Remove "size":500 from backend processTimeSeriesQuery by @fridgepoet in #269
grafana-opensearch-datasource v2.11.0
2.11.0
- [Explore] Migrate PPL log queries to the backend by @kevinwcyu in #259
- The PPL Logs query type has been refactored to execute through the backend in the Explore view only. Existing PPL Logs queries in Dashboards are unchanged and execute through the frontend. Please report any anomalies observed in Explore by reporting an issue.
grafana-opensearch-datasource v2.10.2
2.10.2
- Dependencies update
grafana-opensearch-datasource v2.10.1
2.10.1
- Backend: Refactor http client so that it is reused in #252
grafana-opensearch-datasource v2.10.0
2.10.0
- [Explore] Migrate Lucene log queries to the backend by @fridgepoet in #228
- The Lucene Logs query type has been refactored to execute through the backend in the Explore view only. Existing Lucene Logs queries in Dashboards are unchanged and execute through the frontend. Please report any anomalies observed in Explore by reporting an issue.
- Apply ad-hoc filters to PPL queries before sending it to the backend by @kevinwcyu in #244
grafana-opensearch-datasource v2.9.1
2.9.1
- upgrade @grafana/aws-sdk to fix bug in temp credentials