Skip to content

Commit 61cff85

Browse files
authored
Release 1.2.0 (#142)
1 parent 8b1ab7c commit 61cff85

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [1.1.0] - 2025-07-28
411

512
- Fix session reuse for subscriptions after reconnect

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-mqtt-datasource",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "MQTT Datasource Plugin",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)