Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
* (bluefox) Breaking change: removed binary states
* (bluefox) Migrated to TypeScript
  • Loading branch information
GermanBluefox committed May 7, 2025
commit c600de724bb0bef853f891edfe139ea248f7ecd1
5 changes: 4 additions & 1 deletion .releaseconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"plugins": ["iobroker", "license"]
"plugins": ["iobroker", "license"],
"exec": {
"before_commit": "npm run build"
}
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ Note: If you have some client that connects and disconnects very often, the list
-->

## Changelog
### **WORK IN PROGRESS**
* (bluefox) Breaking change: removed binary states
* (bluefox) Migrated to TypeScript

### 6.1.4 (2025-05-07)
* (bluefox) Allowed disabling the client objects creation
* (bluefox) Create client objects with timeout (1s) to prevent memory leaks
Expand Down
8 changes: 0 additions & 8 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -393,14 +393,6 @@
"sm": 12,
"md": 6,
"lg": 4
},
"allBinaries": {
"newLine": true,
"type": "checkbox",
"label": "All new topics will be processed as binary",
"sm": 12,
"md": 6,
"lg": 4
}
}
}
Expand Down
637 changes: 637 additions & 0 deletions dist/lib/MQTTClient.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/lib/MQTTClient.js.map

Large diffs are not rendered by default.

Loading
Loading