We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985d656 commit f9d5368Copy full SHA for f9d5368
CHANGELOG.md
@@ -1,6 +1,17 @@
1
# Changelog
2
3
+## 1.7.0
4
+
5
+- **Feature**: Allow specifying Max Billable Bytes (#254)
6
+- **Fix**: Handle sub-second intervals in the timeGroup macro (#262)
7
+- **Fix**: Fixed log line formatting (#255)
8
+- **Fix**: Make editor labels clickable (#256)
9
+- **Fix**: Update docs to list correct macros (#259)
10
+- **Chore**: Updte dependencies (#264)
11
+- **Chore**: Consistent icons (#261)
12
13
## 1.6.1
14
15
- **Chore**: Update dependencies
16
17
## 1.6.0
package.json
@@ -1,6 +1,6 @@
{
"name": "grafana-bigquery-datasource",
- "version": "1.6.1",
+ "version": "1.7.0",
"description": "Google BigQuery datasource for Grafana",
"license": "Apache-2.0",
"author": "Grafana Labs <team@grafana.com> (https://grafana.com)",
0 commit comments