We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f12749 commit c76bf08Copy full SHA for c76bf08
2 files changed
enapter-api-datasource/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v8.0.0
4
+
5
+- Add support for Enapter API v3.
6
+- Require explicit API version configuration on data source instance creation.
7
+- Fix error message about invalid offset.
8
+- Upgrade go to 1.22.
9
10
## v7.4.0
11
12
- Add @offset query modifier.
enapter-api-datasource/package.json
@@ -1,6 +1,6 @@
{
"name": "enapter-api",
- "version": "7.4.0",
+ "version": "8.0.0",
"description": "Enapter API Grafana Datasource Plugin",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
0 commit comments