Skip to content

Commit 7ee5ab1

Browse files
authored
Release 1.1.0 (#133)
1 parent a7f9518 commit 7ee5ab1

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## [1.1.0] - 2025-07-28
4+
5+
- Fix session reuse for subscriptions after reconnect
6+
- Add client ID setting for MQTT connections
7+
- Use URL-safe Base64 encoding for topic names
8+
- Fix clear field data functionality
9+
- Upgrade dependencies (grafana-plugin-sdk-go, form-data, @babel/runtime)
10+
- Introduce changesets for better release management
11+
- Update repository links and workflows
12+
- Stable release (removed beta status)
13+
314
## [1.1.0-beta.3] - 2025-02-25
415

516
- Upgrade dependencies

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-beta.3",
3+
"version": "1.1.0",
44
"description": "MQTT Datasource Plugin",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
{
2727
"name": "License",
28-
"url": "https://github.com/grafana/mqtt-backend/blob/master/LICENSE"
28+
"url": "https://github.com/grafana/mqtt-datasource/blob/main/LICENSE"
2929
}
3030
],
3131
"screenshots": [],

0 commit comments

Comments
 (0)