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 e623578 commit 04c43feCopy full SHA for 04c43fe
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## v1.3.3
6
+- Support for multiple timeseries columns
7
+- Improved support for custom endpoint
8
+
9
## v1.3.2
10
- Adding eu-central-1 region
11
- renamed "master" branch to "main"
package.json
@@ -1,6 +1,6 @@
1
{
"name": "grafana-timestream-datasource",
- "version": "1.3.2-dev",
+ "version": "1.3.3",
"description": "Load data timestream in grafana",
"scripts": {
"build": "rm -rf dist && npx grafana-toolkit plugin:build && mage build:backend",
0 commit comments