Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.1.0] - 2025-07-28

- Fix session reuse for subscriptions after reconnect
- Add client ID setting for MQTT connections
- Use URL-safe Base64 encoding for topic names
- Fix clear field data functionality
- Upgrade dependencies (grafana-plugin-sdk-go, form-data, @babel/runtime)
- Introduce changesets for better release management
- Update repository links and workflows
- Stable release (removed beta status)

## [1.1.0-beta.3] - 2025-02-25

- Upgrade dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grafana-mqtt-datasource",
"version": "1.1.0-beta.3",
"version": "1.1.0",
"description": "MQTT Datasource Plugin",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
{
"name": "License",
"url": "https://github.com/grafana/mqtt-backend/blob/master/LICENSE"
"url": "https://github.com/grafana/mqtt-datasource/blob/main/LICENSE"
}
],
"screenshots": [],
Expand Down