File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" : [],
You can’t perform that action at this time.
0 commit comments