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 8b1ab7c commit 61cff85Copy full SHA for 61cff85
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.2.0] - 2025-09-10
4
+
5
+- Add support for raw string values
6
+- Add streaming key to the requests
7
+- Use go 1.25 for building the plugin
8
+- Implement error source and use context logger
9
10
## [1.1.0] - 2025-07-28
11
12
- Fix session reuse for subscriptions after reconnect
package.json
@@ -1,6 +1,6 @@
{
"name": "grafana-mqtt-datasource",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "MQTT Datasource Plugin",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
0 commit comments