Skip to content

Release a production version #118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
RickBullotta opened this issue Mar 24, 2025 · 0 comments
Open

Release a production version #118

RickBullotta opened this issue Mar 24, 2025 · 0 comments
Labels
topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement

Comments

@RickBullotta
Copy link

RickBullotta commented Mar 24, 2025

The latest release version of this library is 0.1.8:

https://github.com/arduino-libraries/ArduinoMqttClient/releases/latest

Per the SemVer specification, the major version value of 0 indicates that the library is still in its initial development phase (AKA "beta"):

https://semver.org/#spec-item-4

Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.

It seems problematic that in 2025, there is still not a "non-beta" version of an MQTT client for Arduino. This is a very common integration protocol for IoT and industrial IoT use cases, and should be a production-grade library fully supported by Arduino and the community. Similarly, any supporting libraries needed for reliable and robust MQTT communications (Wifi, TLS/SSL) should be production grade and supported by Arduino.

@per1234 per1234 added type: enhancement Proposed improvement topic: infrastructure Related to project infrastructure labels Mar 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

2 participants