Skip to content

Releases: emqx/MQTTX

v1.9.9

05 Feb 03:10
Compare
Choose a tag to compare

Release Note 🎉

🚀 Extended Formats, 🛠 Debug Logging, and 🔧 UI Flexibility

Features 🌈

  • Connection Events (Desktop/Web/CLI): Adds support for disconnect and offline events, improving the robustness of connection handling.
  • CBOR Support (Desktop/CLI): Introduces CBOR as a new option for data type decoding, enhancing the flexibility in handling different message formats.
  • Log Level (Desktop): Added a log level field with debug support, allowing customized log verbosity.
  • Connection List Visibility (Desktop): Enhances the desktop interface by allowing users to hide or show the connection list, providing a more streamlined experience.
  • CLI Enhancements: Added a message limit option to the bench pub command for improved publishing control.

Improvements 💫

  • MQTTX Copilot Enhancements: The MQTTX Copilot now supports a wider array of client code generation categories for both software and hardware projects, including:
    • UI Frameworks: Vue.js and React.
    • Hardware Platforms: ESP32, ESP8266, Arduino, Raspberry Pi.
    • Mobile Applications: Android, iOS, React Native, Flutter.
  • UI/UX Enhancements (Desktop/Web): Refinements in log message clarity, icon updates, and extracted hard-coded style values into enums contribute to a more cohesive and user-friendly interface.
  • Documentation and Readme Updates: Simplification and updates to the CLI readme and badges, making it easier for users to get started and understand the tool's capabilities.
  • Dependency Updates: Bumps follow-redirects library across different project parts, ensuring improved stability and performance.
  • Codebase Refinements: Numerous refactorings across desktop and web versions, including payload type table migration.

Fixes 🛠

  • Connection Issues (Desktop): Fixes a bug where the reconnect feature would only work on the current page and addresses an issue with hiding the connection list in new windows.

Preview 🖼️

image

What's Changed ♻️

New Contributors ✨

Full Changelog: v1.9.8...v1.9.9

v1.9.8

28 Dec 02:36
Compare
Choose a tag to compare

Release Note 🎉

🤖 Major MQTTX Copilot (beta.2) Enhancements and 🔧 CLI Improvements

👉 Release Blog

MQTTX 1.9.8 introduces significant updates, primarily enriching MQTTX Copilot features and optimizing the CLI experience.

Features 🌈

  • Debug Mode (CLI): Introduces support for debug mode with mqtt.js, providing advanced debugging capabilities.
  • Copilot Enhancements (Desktop):
    • Stream response support to improve response speed and user experience.
    • One-click EMQX log analysis.
    • One-click copy to generate MQTT client code.
    • One-click insert generated MQTT test data into the payload editor.
    • Generates more diverse MQTT test data automatically.
    • Add more MQTT FAQs preset prompts to assist users.
    • Utilizes connection info in error prompts for more efficient troubleshooting.
    • Interpreter can automatically generate test documentation for the current MQTT connection.
  • Connection Management Optimization: Replaces chart.js with echart for enhanced traffic statistics display.

Fixes 🛠

  • Connection Management (Desktop): This addresses the issue of sending empty authentication information (temporary solution).

    Known issue: In the MQTT-v5 protocol, the mqtt-packet library incorrectly requires a username to be provided when a password is set. However, MQTT-v5 allows sending a password without a username. Thanks to @JimMoen for the fix: mqttjs/mqtt-packet#148

  • Copilot Functionality (Desktop): Corrects the temperature value in the OpenAI API for more precise Copilot responses.

Improvements 💫

  • User Settings (Desktop): Adds an enable Copilot switch in the settings for greater user control over the Copilot feature.

Preview 🖼️

image image

What's Changed 🔄

Full Changelog: v1.9.7...v1.9.8

v1.9.7

08 Dec 03:37
Compare
Choose a tag to compare

Release Note 🎉

🤖 MQTTX AI Copilot (Beta.1) and the 👉 Release Blog

Features 🌈

MQTTX Copilot (Powered by GPT, only Desktop, and the beta version)

  • MQTTX Copilot Added: Introduced MQTTX Copilot for enhanced user experience with AI.
  • Error Message Analysis: Implemented functionality to analyze error messages via MQTTX Copilot.
  • Preset Prompt Actions: Included preset prompt actions in MQTTX Copilot for better interaction.
  • More Languages Highlighting: MQTTX Copilot now supports code highlighting for additional programming languages.
  • API Key and Model in Database: The database structure, including API keys and model fields, was updated.

Fixes 🛠

  • Secure HTTPS Links(CI): Ensured all download links are secure HTTPS.
  • Unit Addition(Dev): Added necessary units in theme configuration to avoid deprecation warnings.
  • Branch Name to Main(Docs): Updated branch names to “main” in all documentation.
  • HTTPS Document Links(CI): Changed all documentation links to HTTPS for security.
  • Unused Placeholders Removed(Desktop): Cleaned unused placeholders in code.
  • Topic-Alias Web Fix(Web): Fixed topic-alias maximum error in web connections.
  • Topic-Alias CLI Fix(CLI): Addressed the same topic-alias error in CLI connections.
  • Translation Updates(Desktop, Web): Improved translations for specific languages.
  • Typo Corrections(Desktop): Corrected typing errors in documentation or code.
  • JSON Precision(Desktop, CLI, Web): Enhanced data precision in JSON messages.
  • Invalid JSON Error(Desktop, CLI, Web): Enhanced error handling for invalid JSON formats.
  • Reconnection Issue Fixed(Desktop): Solved issues with reconnection after disconnection.
  • SSL Option Clarified(Desktop): Updated the SSL switch option content for better user understanding.

Improvements 💫

  • Engine Support: Added support for specific engines in the software.
  • Node Version for Build: Software builds now use a specific Node.js version.
  • Removed Unused Axios: Cleaned the codebase by removing the no longer used axios library.
  • Web get-func-name Upgrade: Upgraded the get-func-name library in web components to a newer version.
  • get-func-name Upgrade: Upgraded the get-func-name library in the main project.
  • Web @babel/traverse Upgrade: Elevated the @babel/traverse library version in web components.
  • @babel/traverse Upgrade: Updated the @babel/traverse library version in the project.
  • Web browserify-sign Upgrade: Upgraded the browserify-sign library in web components to a new version.
  • browserify-sign Upgrade: Upgraded the browserify-sign library for the entire project.
  • Web README Update: Updated and improved the README documentation for web components.

Preview 🖼️

image

What's Changed ♻️

New Contributors ✨

Special thanks! 🙏

@Rotzbua @ni00

Full Changelog: v1.9.6...v1.9.7

v1.9.6

15 Sep 08:16
Compare
Choose a tag to compare

Release Note 🎉

🖥️ MQTTX 1.9.6 Highlights: Enhanced Connection Protocols and User Interface Improvements

In MQTTX 1.9.6, we are excited to introduce enhanced connection protocols and several user interface improvements that are set to refine your experience on Desktop, CLI, and Web platforms.

Features 🌈

  • ALPN Protocols Support (Desktop / Web / CLI): This update introduces ALPN protocols support, elevating the connection protocols to a new level of efficiency and security.
  • Clear History Data Functionality (Desktop): A new feature that allows users to clear all history data, including all messages, facilitating a cleaner and more organized workspace.
  • Optimized Publish Options UI (Desktop / Web): Experience a more intuitive and user-friendly publish options UI, designed to streamline your operations.
  • Simplified Clear Retained Message Operation (Desktop): Users can now clear retained messages more efficiently with a one-click operation, found in the actions button in the Publish section, thus making message management smoother.

Fixes 🛠

  • Retained Message Publishing (Desktop): A significant fix has been implemented to enable the publishing of clear retained messages correctly.
  • CLI Base64 Format Message Publishing (CLI): This fix addresses the issue of incorrect publishing of base64 format messages through CLI, ensuring accurate message transmissions.
  • MQTT 5 Properties Display (Desktop): A fix ensuring the complete and correct display of MQTT 5 properties in the message box, enhancing the UI.
  • JSON Messages Type Conversion (Web): The web interface now accurately converts the types of received JSON messages, preventing display errors.

Improvements 💫

  • Timed Message Action (Desktop): The action related to timed messages has been relocated to the actions button, facilitating easier access and improved user interaction.

Preview 🖼️

image

What's Changed ♻️

New Contributors 🌟

Special thanks! 🙏

Full Changelog: v1.9.5...v1.9.6

v1.9.5

04 Aug 07:43
Compare
Choose a tag to compare

Release Note 🎉

🎨 Enhanced JSON syntax error messages and JSON highlighting in messages

MQTTX 1.9.5 has improved error messages for JSON syntax issues and support for JSON highlighting in messages. It also includes style and UI modifications to enhance the user experience.

Features 🌈

  • JSON Highlighting Support: Messages now support JSON highlighting for better readability.
  • Lazy Update Detection and Component Loading: Enhanced system efficiency by implementing lazy update detection and component loading.
  • Improved JSON Syntax Error Messages: Enhanced error messages related to JSON syntax for better troubleshooting.

Fixes 🛠

  • Text Processing Error: Resolved text processing error for better functionality.
  • Style Modifications: Several UI and style modifications for an improved user experience, including the ability to fully display user properties in messages.
  • Dark Mode Adaptation: Tabs border color now adapts to dark mode settings.
  • Highlighting for Valid JSON Code: JSON code now gets highlighted when the payload is valid.
  • Scroll Bar Style: Modified scroll bar style for better navigation.

Preview 🖼️

image

1.9.4 Known Issues❗️

  • Escape "\n" in message-type text.
  • Message display truncates long user properties and does not expand as space is available.
  • Layout issue after maximizing.
  • UI - Wrong format of the sub-topic column.
  • MQTTX shows a blank screen after upgrading to 1.9.4.

What's Changed ♻️

  • fix(connections):fix text processing error by @ni00 in #1359
  • feat(ci): upload packages to aws s3 by @Swilder-M in #1353
  • chore(deps): bump semver from 5.7.1 to 5.7.2 by @dependabot in #1344
  • chore(deps): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #1368
  • chore(deps): bump semver from 5.7.1 to 5.7.2 in /web by @dependabot in #1351
  • chore(ci): add node version by @ysfscream in #1374
  • improve(upodate):lazy update detection and component loading by @ni00 in #1377
  • fix(connections-detail):use event listeners instead of onsize events by @ni00 in #1379
  • style(subscriptions-list):modify scrollbar style by @ni00 in #1378
  • style(key-value-editor):modify el-input styles by @ni00 in #1380
  • style(connections):fix some styles by @ni00 in #1382
  • feat(msg-left-item):support json highlight by @ni00 in #1381
  • improve(msg-left-item):add msg type meta props by @ni00 in #1383
  • style(msg-left-item):modify topic color bar by @ni00 in #1384
  • feat(msg): change the highlight code theme by @ysfscream in #1385
  • fix(msg): highlight json code when payload is valid by @ysfscream in #1386
  • fix(script): adapt the tabs border color to dark mode by @ysfscream in #1387
  • chore(pkg): upgrade version 1.9.5 by @ysfscream in #1389
  • feat(settings): add enabled json highlight setting by @ysfscream in #1390
  • chore(ci): fix can not cp to aws s3 by @ysfscream in #1392
  • chore(ci): fix aws s3 upload cli by @Swilder-M in #1395

Full Changelog: v1.9.4...v1.9.5

v1.9.4

12 Jul 08:18
Compare
Choose a tag to compare

Release Note 🎉

🛣️ Protobuf Message Support

MQTTX 1.9.4 now supports the Protobuf message format, optimizing data exchanges.

Features 🌈

  • Protobuf Support: Included in both CLI and Desktop versions.
  • Script Functionality:
    • Supports Function and Schema scripts.
    • Now supports importing of local JavaScript files in Function.
    • Shows which script was used to process a message.
  • Desktop Client Update: Enhanced with a progress bar and feature preview.
  • WebSocket Connection for CLI: MQTT over WebSocket is now supported.
  • Multi-format Message Support in CLI: Hex, JSON, and Base64 formats are now supported in message publication.
  • Website Upgrade: https://mqttx.app/ completely revamped for intuitive showcasing.

Fixes 🛠

  • Right-Click Context Menu Conflict: Resolved for web version.
  • Connection Count: Fixed bench command count issue.
  • CLI Parameter Check and Error Handling: Enhanced for better usability.
  • UI Enhancement: Improved message box display width.
  • Connection Selection: Fixed an issue where the previously selected connection wasn't maintained after restarting the client.
  • Version Comparison during Update: Fixed a bug in version comparison logic during the update process.
  • MQTTX Web: Updated the MQTTX logo.

What's Changed

  • docs(help): modify mqtt page link by @Red-Asuka in #1303
  • docs(logo): update the mqttx logo by @Red-Asuka in #1304
  • docs(cli): update 1.9.3 by @ysfscream in #1305
  • chore(deps): bump vm2 from 3.9.17 to 3.9.18 by @dependabot in #1289
  • docs(manual): review and update manual.md with Grammarly by @emqplus in #1307
  • feat(cli): supports ws and wss protocols by @Red-Asuka in #1310
  • feat(help): add mqtt ebook download link by @ysfscream in #1313
  • refactor(updateChecker):optimize automatic updates and add a progress bar by @ni00 in #1314
  • fix(update):fix update bugs by @ni00 in #1316
  • style(update):modify dialog line-height and margin by @ni00 in #1321
  • fix(web):prevent right click default event by @ni00 in #1324
  • fix(cli):fix the incorrect count by @ni00 in #1323
  • fix(contextmenu):prevent contextmenu default events by @ni00 in #1325
  • fix(update):modify cli update url by @ni00 in #1326
  • feat(cli):support protobuf format by @ni00 in #1320
  • feat(cli):support more format type to publish protobuf by @ni00 in #1327
  • fix(cli):optimize error handling by @ni00 in #1330
  • fix(cli):optimized parameter checks and error handling by @ni00 in #1332
  • feat(cli):support input formatted messages to publish by @ni00 in #1333
  • docs(cli):update docs about ws and protobuf support by @ni00 in #1334
  • chore(pkg): upgrade version 1.9.4 by @ysfscream in #1336
  • feat(script): support schema(protobuf) by @ni00 in #1337
  • feat(connections):add script tags by @ni00 in #1339
  • fix(desktop):fix bugs about schema by @ni00 in #1340
  • chore(cli):replaced yaml.js with js-yaml by @ni00 in #1342
  • fix(script): fix some bugs about schema by @ni00 in #1341
  • style(script):add script-output bottom padding by @ni00 in #1345
  • fix(script):function script error handling by @ni00 in #1346
  • fix(connections): completed i18n by @ysfscream in #1347
  • chore(script):modify some script example by @ni00 in #1348
  • style(message): modify the message max width by @ysfscream in #1349
  • fix(connection):fix vaild-format-json error by @ni00 in #1350
  • chore(cli):add js-yaml types by @ni00 in #1352

New Contributors

Full Changelog: v1.9.3...v1.9.4

v1.9.3

19 May 03:09
Compare
Choose a tag to compare

Release notes 🎉

🔮 Streamlined Branding: MQTT X is now MQTTX.
🔭 We've introduced a new feature: IoT Scenarios Data Simulation 📊.

MQTTX Desktop

  • The logo has been refined: MQTT X -> MQTTX, reflecting a more streamlined identity.
  • Connections are now automatically reconnected by default.
  • Editing has been disabled during the connecting status.
  • The scripts-example has been moved to the top of the repository and IoT data scenarios scripts have been added.
  • Fixed wont start on Ubuntu

MQTTX CLI

  • The size of Docker images has been significantly reduced by 81.3%+: from 1.07GB to 200.52MB
  • A simulate command has been added.
  • The ls command has been added, allowing you to view directory contents from the command line.
  • More built-in scenarios have been added.
    • Smart home
    • Industrial Energy
    • Tesla IoV
    • Weather station
  • Typographical errors have been fixed.
  • The .npmignore file has been updated

MQTTX Web

  • Google Tag Manager has been added.
  • The size of Docker images has been significantly reduced by 81.3%: from 886.75MB to 146.4MB

Preview 🖼

image image

What's Changed

New Contributors

Full Changelog: v1.9.2...v1.9.3

v1.9.2

28 Apr 03:01
Compare
Choose a tag to compare

Release notes 🎉

Data Pipeline 🚰 Apple notarization 🍎

MQTTX Desktop

  • Prioritized loading of the most recently selected connection.
  • Improved loading animation for export data.
  • Added support for YAML format data.
  • Added title attribute to history topic to enhance user experience and accessibility.
  • Updated MQTT page header links in the MQTT Help section.
  • Updated EMQX Cloud description in the About section.
  • Resolved issues related to deleting and configuring user properties
  • Fix for handling missing username with password in MQTT connections.
  • Fix for break word styles in message display.
  • Fix for saving meta-data which required two clicks.
  • Resolved Apple notarization issue on macOS.

    Users can now safely download and install MQTTX v1.9.2 without encountering security warnings.

MQTTX CLI

  • Added output mode support for the sub command.

Preview 🖼

image

What's Changed

New Contributors

Full Changelog: v1.9.1...v1.9.2

v1.9.1

03 Feb 02:39
Compare
Choose a tag to compare

Release notes 🎉

Speed ⚡️ & Stable 🏋️

MQTT X Desktop

  • Performance improved by around 80+%.
  • Alert box when you receive a new message.
  • Fixed issues with importing and backing up data, fixing the integrity and correctness of importing and exporting data, and optimizing the loading speed when importing, etc.
  • Fixed a problem where Username had to be entered when using Client ID + Password authentication.
  • Fixed a problem where offline messages could not be received after reconnecting.
  • Corrected a problem where the order of messages in the message list was incorrect in some cases.
  • Fixed a problem where multiple identical Key names could be filled in the user properties configuration, which is 100% compatible with the MQTT protocol.
  • Fix the problem where group icons would disappear due to too long group names, and support full display of too long group names.
  • Corrected a problem where the right-click menu in the group list was displayed outside the window.
  • Fixed a problem where other subscribed topics would disappear after clicking on traffic statistics and automatically subscribing to the system topic $SYS/#.
  • Corrected a problem where the subscribed topics window did not correctly reset the subscribed topics configuration.
  • Corrected a problem where the Payload editor did not correctly adjust the width when the window was resized manually.
  • Fixed a problem with highlighting connections when creating a new window.
  • Changed the help page to Everything about MQTT and made it a first-level menu for users to learn about MQTT.
  • Optimised the status display when clicking on the Send button to avoid users mistakenly thinking that clicking on Send has failed.
  • Optimise the alert for the unconnected status when clicking the Subscribe button.
  • Optimise the hint for filling in the Topic field, etc.

MQTT X CLI

  • Automatic reconnection support, optimized for when the MQTT X CLI command line client is disconnected after an exception occurs on the MQTT server.
  • File saving, support for reading and saving local configuration files, users can save connection parameters to local configuration files and read them directly the next time they connect.
  • Payload format conversion, support for converting incoming messages to String, Hex, Base64, JSON.
  • Add year-month-day log display.

Preview 🖼

image

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.1-beta.2

17 Jan 09:41
Compare
Choose a tag to compare
v1.9.1-beta.2 Pre-release
Pre-release

Release notes for the beta 🧪

Performance improvement of up to 90%+ progress ⚡️

MQTT X Desktop

  • Resolved a crash when receiving and publishing a large number of messages
  • Add a new message alert when viewing historical data
  • Performance optimization when filtering by topic
  • Fix the problem when the group name is too long

MQTT X CLI

  • Add year-month-day log display

Preview

image

1000 messages/s benchmark

image

image

What's Changed

Full Changelog: v1.9.1-beta.1...v1.9.1-beta.2